/** Shopify CDN: Minification failed

Line 278:0 Unexpected "}"

**/
.c_lp-review {

}

.c_lp-review__container {
    max-width: 100%;
    width: 100%;
}


.c_lp-review__wrapper {

}

.c_lp-review__title-wrap {

}

.c_lp-review__title-img {
    width: calc( 700 / var(--c_width) * 100vw);
    height: auto;
    max-width:100%;
    margin-inline: auto;
}

@media screen and (max-width: 750px) {
    .c_lp-review__title-img {
        width: calc( 375 / var(--c_width) * 100vw);
        height: calc( 68 / var(--c_width) * 100vw);
    }
}

.c_lp-review__title-container {

}

.c_lp-review__title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
    .c_lp-review__title {
        text-align: center;
        font-size: 22px;
        letter-spacing: 0.15em;
        line-height: 30px;
    }
}


.c_lp-review__star-wrap {
    display: flex;
    column-gap: 31px;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.c_lp-review__star-deco-left {
    width: 50px;
    height: 61.37px;
}

.c_lp-review__star-deco-right {
    width: 40px;
    height: 60.12px;
}

@media screen and (max-width: 750px) {

}

.c_lp-review__count-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    align-items: center;
}

.c_lp-review__count-top {
    display: flex;
    column-gap: 10px;
}

.c_lp-review__count {
    font-size: 22px;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
    .c_lp-review__count {
        font-size: 16px;
        line-height: 20px;
    }
}

.c_lp-review__count1 {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 37px;
}

@media screen and (max-width: 750px) {
    .c_lp-review__count1 {
        font-size: 14px;
        line-height: 27px;
    }
}

.c_lp-review__date {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 36px;
}

@media screen and (max-width: 750px) {
    .c_lp-review__date {
        font-size: 12px;
        letter-spacing: 0.08em;
        line-height: 27px;
    }
}

.c_lp-review__average {
    display: flex;
    column-gap: 5px ;
    justify-content: center;
    align-items: center;
    background: var(--color-text-white);
}


.c_lp-review__average-text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 37px;
}

.c_lp-review__average-point {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 36px;
    color: #f2c725;
}

.c_lp-review__items {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .c_lp-review__items {
        padding-top: 41px;
    }
}



.c_lp-review__splide {

}

.splide__track {

}

.splide__list {

}

.c_lp-review__item {

}

.splide__slide {

}

.c_lp-review__slide {
    padding: 30px 60px 40px;
    background: var(--color-text-white);
    max-width: 600px;
    width: calc( 600 / var(--c_width) * 100vw);
    height: fit-content;
}

@media screen and (max-width: 750px) {
    .c_lp-review__slide {
        padding: 19px 25px 25px 25px;
        background: var(--color-text-white);
        min-width: 306px;
        width: calc( 306 / var(--c_width) * 100vw);
    }
}


.c_lp-review__item-star {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 27px;
    text-align: center;
}

.c_lp-review__item-title {
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 27px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .c_lp-review__item-title {
        padding-top: 22px;
    }
}


.c_lp-review__item-content {
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 25.2px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .c_lp-review__item-content {
        line-height: 23.4px;
    }
}

.c_lp-review__product-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
    padding-top: 30px
}

@media screen and (max-width: 750px) {
    .c_lp-review__product-wrap {
        padding-top: 25px;
    }
}

.c_lp-review__slide-img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.c_lp-review__slide-img img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_lp-review__product-name {

}

@media screen and (max-width: 750px) {
    .c_lp-review__product-name {
        width:60%;
      }
    }
}

.c_lp-review__product-name-title {

}

.c_lp-review__product {
    text-decoration: underline;
}

.c_font-en {

}

.c_lp-review__btn {
    padding-top: 56px;
}

/* ページネーション
------------------------------------------------------ */
/* ページネーションのスタイル */
.c_lp-review-page {
    background-color: #FFF;
    height: 6px;
    transition: .5s all;
    width: 6px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .c_lp-review-page {
        height: 4px;
        transition: .5s all;
        width: 4px;
    }
}

/* 現在表示されているページネーションのスタイル */
.c_lp-review-page.is-active {
    /* background-color:#ED6103; */
    opacity: 1;
    transform: none;
  }
  /* ページネーションの位置 */
  .c_lp-review-pagination {
    bottom: -26px;
  }
  /* ページネーション間の余白 */
  .c_lp-review-pagination {
    column-gap: 30px;
  }