.notice-bar {
    background-color: #95060d;
    /* Custom background color */
    color: white;
    /* Font color */
    width: 100%;
    /* Full width */
    position: fixed;
    /* Fixed position to stay at the top */
    top: 200px;
    /* Align to the top of the page */
    left: 0;
    /* Align to the left of the page */
    padding: 10px;
    /* Some padding for aesthetics */
    z-index: 1000;
    /* Ensures it stays above other content */
    text-align: center;
    /* Center the text inside the bar */
    opacity: 0.6;
}

a.revico-read-more-review {
    display: none;
}

span.revico-star-block--total {
    color: var(--color-white);
    padding-left: 10px;
}

span.revico-star-block--title {
    color: var(--color-white);
}

span.revico-star-avarage-title {
    color: var(--color-white);
    font-size: 15px;
}

@media (max-width:768px) {
    div#return-star-header-zone {
        display: none;
    }
}

#top-multicomment-slide {

    *[data-review-count="0"],
    #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-header,
    #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-footer,
    #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-logo,
    #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-comment-tagcloud {
        display: none;
    }

    #revico-review-slide-zone {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

#revico-review-slide-zone .revico-comment-outer-head {
    position: relative;
}

#revico-review-slide-zone .revico-comment-outer-head .revico-arrow {
    position: absolute;
    z-index: 1;
    /* ↓矢印ボタンの高さ */
    bottom: -250px;
    cursor: pointer;
}

#revico-review-slide-zone .revico-comment-outer-head .revico-back {
    left: 4px;
}

#revico-review-slide-zone .revico-comment-outer-head .revico-next {
    right: 4px;
}

#revico-review-slide-zone .revico-comment-outer-head .revico-logo {
    position: absolute;
    bottom: -20px;
    width: 98%;
    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('/import/tenant_1/show.revico.jp/img/revico_logo.webp');
    z-index: 1;
}

#revico-review-slide-zone .revico-comment-outer-head .revico-logo:before {
    content: "Powered by";
    color: #bbb;
    font-size: 10px;
    margin-right: 62px;
}

#top-multicomment-slide {}

/* ***メイン表示部HTML*** */
#revico-review-slide-zone .revico-multicomment-top {
    text-align: center;
    background-color: inherit;

}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner {
    /* ↓背景色 */
    background-color: #f5f5f5;
    max-width: none;
    border-radius: 5px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 32px;
    overflow-x: scroll;
}

/* スクロールバー：カスタム */
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper {
    position: relative;
    padding: 25px;
    min-width: 280px;
    max-width: 280px;
    margin: 10px 5px 10px;
    border-radius: 5px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a {
    text-decoration: none;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a:hover {
    opacity: 0.5;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail {
    text-align: center;
    padding: 0 !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name img {
    width: 50%;
    height: auto !important;
    max-width: none !important;
    max-height: 120px;
    margin: 0 !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
    padding-left: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
    color: #a7a2a9;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth"100;
    font-size: 12px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin-right: 0;
    margin-bottom: 0;
    height: 30px;
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
    margin: auto !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--title-review-title {
    font-size: 14px;
    color: #5d585f;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 15px;
    margin: 0;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment {
    overflow: inherit;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 0;
    padding-top: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment .revico-review-comment-detail--comment--content {
    overflow: hidden;
    font-size: 13px;
    color: #5d585f;
    max-height: unset;
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment .rev_productName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
    color: #a7a2a9;
    margin-top: 15px !important;
    line-height: 17px;
}

@media (max-width: 768px) {
    #revico-review-slide-zone .revico-arrow {
        display: none;
    }

    #revico-review-slide-zone .revico-logo {
        right: 5px;
    }
}

#revico-review-slide-zone .revico-comment-outer-head .revico-logo {
    top: 60px;
}

@media (max-width: 768px) {
    #revico-review-slide-zone .revico-comment-outer-head .revico-logo {
        top: 40px;
    }
}

.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns img {
    width: 18px;
    display: inherit;
    margin-right: 10px;
}

.revico-multicomment-top .revico-comment-footer {
    padding-bottom: 0px;
}

.revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons {
    display: inherit;
}

button.revico-comment-footer--writebutton.revico-common-button-style {
    display: none;
}

button.revico-common-button-style.revico-comment-close-button {
    position: relative;
    margin-bottom: 5px;
}

button.revico-common-button-style.revico-comment-close-button::before {
    position: absolute;
    top: 0;
    content: '×';
    font-size: 30px;
}

button.revico-common-button-style.revico-comment-close-button>span {
    margin-left: 25px;
}

#revico-review-shop-zone *[data-review-count="0"],
#revico-review-shop-zone *[data-review-count="1"],
#revico-review-shop-zone *[data-review-count="2"],
#revico-review-shop-zone *[data-review-count="3"],
#revico-review-shop-zone *[data-review-count="4"] {
    display: none;
}

.revico-star .starability-result,
.revico-comment-main .starability-result,
.revico-multicomment-top .revico-starability-result,
.revico-ranking .starability-result,
.revico-modal .starability-result {
    background-image: url('/import/tenant_1/show.revico.jp/img/star_yellow.webp') !important;
}

.revico-star .starability-result[data-rating*="."],
.revico-ranking .starability-result[data-rating*="."] {
    background-image: url('/import/tenant_1/show.revico.jp/img/star/star_half_yellow.webp') !important;
}
