@charset "UTF-8";
/* ============================================================
   review_pc.css … お客様の声と改善の取り組み【PC専用】
   ・SPとは完全に分離（このファイルにSP用の記述は入れない）
   ・色/フォントは既存サイトの CSS 変数を流用
       --cl-bl #31546d(ネイビー) / --cl-gn #3cb371(緑) /
       --cl-gr-4 #f7f7f7 / --cl-bdr #e2e2e2 / --cl-bk #111 / --ff-ja
   ・見出し(mttl-ptnA/ttl-ptnC)・CTA(btn shop_list)・box-gl・
     accordion-003 は既存CSSをそのまま利用し、ここでは差分のみ調整
============================================================ */

@media (min-width: 678px) {
  .rvw {
    color: var(--cl-bk);
    line-height: 1.8;
  }
  .rvw section {
    margin-top: 64px;
  }

  /* 既存 #main a{color:#31546d;underline} を打ち消す（詳細度対策） */
  #main .rvw a {
    text-decoration: none;
  }
  #main .rvw-insta a {
    color: #111111;
  }
  #main .rvw-cta a.btn.shop_list {
    color: #fff;
    text-decoration: none;
  }
  .rvw-lead {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0;
  }

  /* 既存 ttl-ptnC を本ページ用に微調整（文字サイズ・余白） */
  .rvw .ttl-ptnC {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 40px;
      background-color: #31546d;
    }
  }
  .rvw-sec__lead {
    font-size: 16px;
    margin-bottom: 55px;
  }

  /* 画像プレースホルダ（写真差し替え時は img へ置換） */
  .rvw-ph {
    display: block;
    background: #e3e5e8;
    border-radius: 4px;
    background-image: linear-gradient(135deg, #e3e5e8 25%, #d4d7db 25%, #d4d7db 50%, #e3e5e8 50%, #e3e5e8 75%, #d4d7db 75%);
    background-size: 16px 16px;
  }

  /* ------------------------------------------------------------
   レビューサマリー
------------------------------------------------------------ */
  .rvw-summary__inner {
    display: flex;
    background: var(--cl-gr-4);
    border: 1px solid var(--cl-bdr);
    border-radius: 10px;
    overflow: hidden;
  }
  .rvw-summary__score {
    width: 440px;
    padding: 40px 75px;
    background: #fff;
  }
  .rvw-score__num {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }
  .rvw-score__count {
    text-align: center;
    font-size: 12px;
    margin-bottom: 24px;
    margin-top: 4px;
    color: #a0a0a0;
    font-weight: 700;
  }
  .rvw-score__count strong {
    font-size: 14px;
    font-weight: 800;
    font-family: "Lato", sans-serif;
  }

  /* 星（★を1枚描画し --rate 位置でゴールド→グレー） */
  .rvw-stars {
    display: block;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #fbc12c var(--rate, 100%), #d3d6da var(--rate, 100%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Lato", sans-serif;
  }

  /* 星別集計バー */
  .rvw-bars {
    max-width: 340px;
    margin: 0 auto;
  }
  .rvw-bars li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #a0a0a0;
    margin-bottom: 9px;
  }
  .rvw-bars__label {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .rvw-bars__track {
    flex: 1;
    height: 8px;
    background: #e2e4e7;
    border-radius: 5px;
    overflow: hidden;
  }
  .rvw-bars__fill {
    display: block;
    height: 100%;
    min-width: 4px;
    background: var(--cl-bk);
    border-radius: 5px;
  }
  .rvw-bars__val {
    flex: 0 0 44px;
    text-align: right;
  }

  .rvw-note {
    font-size: 13px;
    color: var(--cl-gr-1);
    margin-top: 16px;
    text-align: center;
  }
  .rvw-note--right {
    text-align: right;
    margin-top: 16px;
  }

  .rvw-note--left {
    text-align: left;
  }

  .rvw-summary__points {
    width: calc(100% - 440px);
    padding: 40px;
    display: flex;
    flex-direction: column;
  }
  .rvw-points__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .rvw-points {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .rvw-points__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--cl-bdr);
    border-radius: 8px;
    padding: 14px 16px;
  }
  .rvw-points__name {
    font-size: 14px;
    font-weight: bold;
  }
  .rvw-points__badge {
    flex: 0 0 auto;
    background: var(--cl-bl);
    color: #fff;
    font-size: 12px;
    padding: 0px 14px;
    border-radius: 50em;
    white-space: nowrap;

    strong {
      font-size: 14px;
      font-weight: 800;
    }
  }

  /* ------------------------------------------------------------
   カルーセル
------------------------------------------------------------ */
  .rvw-carousel {
    display: block;
  }
  .rvw-carousel__viewport {
    flex: 1;
    overflow: hidden;
  }
  .rvw-carousel__track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
  }
  .rvw-carousel__item {
    flex: 0 0 calc((100% - 64px) / 5);
  } /* 5枚表示 */
  .rvw-carousel__item .rvw-ph {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .rvw-carousel__arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--cl-bdr);
    color: var(--cl-bl);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .rvw-carousel__arrow:hover {
    background: var(--cl-gr-4);
  }
  .rvw-carousel__arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }
  .rvw-carousel__arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
  .rvw-carousel__arrow--prev::before {
    transform: rotate(-135deg);
    margin-left: 3px;
  }
  .rvw-carousel__arrow--next::before {
    transform: rotate(45deg);
    margin-right: 3px;
  }

  .rvw-insta {
    text-align: right;
    margin-top: 16px;
  }
  .rvw-insta a {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;

    &::before {
      content: "";
      display: block;
      position: relative;
      width: 24px;
      height: 24px;
      margin-right: 10px;
      background-image: url(../../img/usr/lp/review/icon_instagram.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    &::after {
      content: "";
      display: block;
      position: relative;
      width: 11px;
      height: 10px;
      margin-left: 10px;
      background-image: url(../../img/usr/lp/review/instagram_arw.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  .rvw-insta__arrow {
    color: #fbc12c;
  }
  .rvw-ico-insta {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 5px;
  }
  .rvw-ico-insta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
  }
  .rvw-ico-insta::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
  }

  /* ------------------------------------------------------------
   ご意見をもとに改善しました
------------------------------------------------------------ */
  .rvw-improve {
    border: 1px solid var(--cl-bdr);
    border-radius: 10px;
    overflow: hidden;
  }
  .rvw-improve__head {
    display: flex;
  }
  .rvw-improve__head span {
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .rvw-improve__head-voice {
    flex: 0 0 40%;
  }
  .rvw-improve__head-action {
    flex: 1;
    background: #eef7fa;
  }

  .rvw-improve__row {
    display: flex;
    border-top: 1px solid var(--cl-bdr);
  }
  .rvw-improve__voice {
    flex: 0 0 40%;
    padding: 22px;
  }
  .rvw-improve__action {
    flex: 1;
    background: #eef7fa;
    padding: 22px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .rvw-voice {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
  }
  .rvw-voice__avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rvw-voice__meta {
    display: flex;
    flex-direction: column;
  }
  .rvw-voice__meta b {
    font-size: 16px;
  }
  .rvw-voice__meta small {
    font-size: 12px;
    color: var(--cl-gr-1);
  }
  .rvw-voice__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--cl-bdr);
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;

    .js-rvw-more {
      display: block;
      margin-left: auto;
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer;
    }
  }
  .rvw-voice__body-inner {
    line-height: 1.5;

    &.is-hide {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }
  }
  .rvw-voice__more {
    display: none;
  }
  .rvw-voice__body.is-open .rvw-voice__more {
    display: inline;
  }
  .rvw-voice__more-btn {
    display: inline-block;
    margin-top: 6px;
    color: var(--cl-bl);
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
  }

  .rvw-improve__main {
    flex: 1;
  }
  .rvw-tags {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
  }
  .rvw-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    line-height: 1.5;
  }
  .rvw-tag--area {
    border: 1px solid var(--cl-bl);
    color: var(--cl-bl);
    background: #fff;
  }
  .rvw-tag--done {
    background: var(--cl-gn);
    color: #fff;
  }
  .rvw-improve__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .rvw-improve__text {
    font-size: 14px;
    line-height: 1.4;
  }
  .rvw-improve__thumb {
    flex: 0 0 140px;
    aspect-ratio: 1/1;
  }

  /* アイコン：人物（アバター） */
  .rvw-ico-user {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMzMTU0NmQiLz48cGF0aCBkPSJNMzIgMzRoLTJ2LTJhMyAzIDAgMCAwLTMtM2gtNmEzIDMgMCAwIDAtMyAzdjJoLTJ2LTJhNSA1IDAgMCAxIDUtNWg2YTUgNSAwIDAgMSA1IDV6bS04LTlhNiA2IDAgMSAxIDAtMTIuMDAyQTYgNiAwIDAgMSAyNCAyNW0wLTJhNCA0IDAgMSAwIDAtOCA0IDQgMCAwIDAgMCA4IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* ------------------------------------------------------------
   お客様からの口コミ（タブ）
------------------------------------------------------------ */
  .rvw-tabs__nav {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
  }
  .rvw-tabs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 50em;
    font-size: 18px;
    font-weight: bold;
    background: var(--cl-gr-4);
    color: #9aa1a9;
    cursor: pointer;
  }
  .rvw-tabs__btn.is-active {
    background: #111;
    color: #fff;
  }
  .rvw-tabs__panel {
    display: none;
    min-height: 80px;

    &.is-active {
      display: block;
    }
  }

  /* ------------------------------------------------------------
   FAQ（既存 accordion-003 を流用しつつ差分調整）
------------------------------------------------------------ */
  .rvw-faq .accordion-003 {
    max-width: none;
    border-bottom: 1px solid var(--cl-bdr);
    margin-bottom: 0;
  }
  .rvw-faq .accordion-003:first-child {
    border-top: 1px solid var(--cl-bdr);
  }
  .rvw-faq .accordion-003 summary {
    padding: 22px 8px;
    font-size: 16px;
    font-weight: bold;
    color: var(--cl-bk);
  }
  .rvw-faq .accordion-003 summary::before,
  .rvw-faq .accordion-003 summary::after {
    right: 8px;
  }
  .rvw-faq .accordion-003[open] p {
    font-size: 14px;
  }
  .rvw-faq .accordion-003 p {
    padding: 0 8px 22px 40px;
    color: #444;
  }
  .rvw-faq {
    border-top: 1px solid #e2e2e2;

    > div {
      border-bottom: 1px solid #e2e2e2;
      line-height: 1.5;

      > dt {
        display: flex;
        align-items: center;
        position: relative;
        min-height: 86px;
        padding: 20px 72px 20px 55px;
        font-size: 20px;
        font-weight: 700;

        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 16px;
          width: 32px;
          height: 32px;
          margin-top: -16px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE2IDE3LjU2IDYuNi02LjYgMS44ODUgMS44ODhMMTYgMjEuMzMzbC04LjQ4NS04LjQ4NUw5LjQgMTAuOTYyeiIgZmlsbD0iIzExMSIvPjwvc3ZnPg==");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          transition: transform 0.15s;
        }

        &.is-open {
          &::after {
            transform: rotate(180deg);
          }
        }
      }

      > dd {
        display: none;
        padding: 0 24px 20px 55px;
        font-size: 16px;
      }
    }
  }
  .rvw-faq__q {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 24px;
    height: 30px;
    color: var(--cl-bl);
    font-weight: bold;
    font-family: var(--ff-en);
    font-size: 24px;
    margin-top: -15px;
  }

  /* ------------------------------------------------------------
   CTA（box-gl + btn shop_list を流用）
------------------------------------------------------------ */
  .rvw-cta {
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    text-align: center;
    padding: 39px 20px;
    border-radius: 10px;
    margin-top: 80px;
  }
  .rvw-cta__title {
    font-size: 24px;
    font-weight: 700;
  }
  .rvw-cta__text {
    font-size: 16px;
    margin: 16px 0;
  }

  .btn.shop_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50em;
    background-color: #111;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .block-lp-review {
    width: 1000px;
    margin: 0 auto 100px;
  }

  .mttl-ptnA {
    position: relative;
    margin: 80px 0 40px;
    padding: 0 0 18px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;

    &::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 110px;
      height: 6px;
      margin-left: -55px;
      background-color: #31546d;
    }
  }

  .rvw-stars-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
