/* 口コミ一覧（/reviewlist）・プロフィール口コミ — フルカード .review_fc */

.page_reviewlist #area_contents_01 .area_contents--in,
.page_profile .section_review .section_inner,
.page_profile .section_review.section_review--spCards .section_inner,
.page_profile .section_review_sp .section_inner {
    background-color: unset;
    padding: 0.75rem 0.5rem 1.25rem;
    border-radius: 0.35rem;
    box-sizing: border-box;
}

.page_reviewlist .review_list_stack .list_review {
    display: block;
    width: 100%;
    max-width: 100%;
}

.page_reviewlist .review_list_stack .li_review--full {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
    list-style: none;
}

.page_reviewlist.page_diary--all .main_diary .list_diary .li_diary.li_review--full {
    width: 100% !important;
    margin-right: 0 !important;
}

@media only screen and (min-width: 769px) {
    .page_reviewlist.page_diary--all .main_diary .list_diary .li_diary.li_review--full {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/* 共通カード */
.review_fc {
    width: 100%;
    box-sizing: border-box;
}

.review_fc__card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.65rem;
    padding: 1rem 1.1rem 1.15rem;
    box-shadow: 0 2px 10px rgba(180, 100, 130, 0.08);
    box-sizing: border-box;
}

.review_fc__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.review_fc__avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.review_fc__avatarSvg {
    display: block;
    width: 48px;
    height: 48px;
}

.review_fc__headTxt {
    flex: 1;
    min-width: 0;
}

.review_fc__authorName {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #b03060;
    line-height: 1.35;
    word-break: break-word;
}

.review_fc__overall {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.35rem;
    margin-bottom: 0.45rem;
    font-weight: 700;
    color: #333;
}

.review_fc__overallLbl {
    color: #333;
}

.review_fc__overallNum {
    color: #333;
}

.review_fc__stars {
    color: #e6b800;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    margin-left: 0.15rem;
}

.review_fc__subline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
    line-height: 1.45;
}

.review_fc__subItem {
    color: #c2185b;
    font-weight: 600;
}

.review_fc__rule {
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.18);
    margin: 0.5rem 0 0.75rem;
}

.review_fc__cast {
    margin: 0 0 0.5rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #444;
    word-break: break-word;
}

.review_fc__castLbl {
    font-weight: 700;
    margin-right: 0.35em;
    color: #555;
}

.review_fc__castName {
    margin-right: 0.5em;
}

.review_fc__castLink {
    font-weight: 600;
    color: #7a1e1e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.review_fc__castLink:hover {
    color: #a02828;
}

.review_fc__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: #222;
    word-break: break-word;
}

.review_fc__body {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #2a2a2a;
    word-break: break-word;
    margin-bottom: 0.65rem;
}

.review_fc__date {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    color: #999;
}

.review_fc__reply {
    margin-top: 0.25rem;
    border: 1px solid #7ec8e8;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f7fcff;
}

.review_fc__replyHead {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-bottom: 1px solid #b8dff0;
    background: linear-gradient(180deg, #e8f6fc 0%, #f2fafd 100%);
}

.review_fc__replyIcon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.review_fc__replyTtl {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #2a7ab8;
}

.review_fc__replyBody {
    padding: 0.75rem 0.85rem 0.9rem;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #333;
    word-break: break-word;
}

/* プロフィール：口コミカード縦積みの間隔 */
.profile_review_full .review_fc + .review_fc {
    margin-top: 1rem;
}

/* プロフィール：平均評価バー */
.profile_review_sp.profile_review_full .profile_review_sp__overall {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.profile_review_full__cta {
    margin: 1rem 0 0;
    text-align: center;
}

.profile_review_full__cta a {
    display: inline-block;
    font-weight: 700;
    font-size: 0.92rem;
    color: #7a1e1e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.profile_review_full__cta a:hover {
    color: #a02828;
}

.review_list_empty {
    text-align: center;
    padding: 2rem 1rem;
    color: #666;
}

/* プロフィール：本文が 100px 超のとき折りたたみ（JS で is-clamped / ボタン表示） */
.review_fc__bodyWrap.is-clamped .review_fc__bodyInner {
    max-height: 100px;
    overflow: hidden;
}

.review_fc__moreBtn {
    display: none;
    margin: 0.25rem 0 0.55rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #7a1e1e;
    background: #fff;
    border: 1px solid rgba(122, 30, 30, 0.35);
    border-radius: 0.35rem;
    cursor: pointer;
}

.review_fc__moreBtn:hover {
    background: rgba(253, 232, 239, 0.6);
}
