/* ==============================================
   アテニア 口コミ機能 スマートフォン用コンポーネントCSS
   （グローバルリセットなし — 商品詳細等の既存ページに安全に組み込み可能）
   ============================================== */

/* ==============================================
   タブレット以下 (768px以下)
   SP viewport=750px で発火するメインブレイクポイント
   750px viewport → ~375px画面に縮小表示されるため
   フォント・パディング等を約2倍にスケーリング
   ※ セレクタに body を付与し、common.css より詳細度を高くする
   ============================================== */
@media (max-width: 768px) {

  /* --- 表示切り替え --- */
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: flex !important;
  }

  :root {
    --content-width: 100%;
  }

  /* ==============================================
     ベーステキスト・本文
     ============================================== */
  /* body font-size/line-height はグローバル影響のため除外 */

  /* --- SP専用改行 --- */
  br.sp-only {
    display: block !important;
  }

  /* ==============================================
     ヘッダー
     ============================================== */
  body .header {
    padding: 24px 32px;
  }

  body .header-logo-img {
    height: 64px;
  }

  body .header-back {
    font-size: 28px;
    gap: 16px;
  }

  /* ==============================================
     メインコンテンツ
     ============================================== */
  body .main {
    padding: 32px 28px 32px;
  }

  /* ==============================================
     ページタイトル
     ============================================== */
  body .page-title-area {
    margin: 0 -32px 40px;
    padding: 48px 32px;
  }

  body .page-title-simple {
    font-size: 38px;
    margin-bottom: 36px;
    padding-top: 24px;
  }

  body .page-title {
    font-size: 38px;
    margin-bottom: 36px;
  }

  body .page-title-sub {
    font-size: 26px;
    margin-top: 16px;
  }

  /* ==============================================
     ステップインジケーター
     ============================================== */
  body .step-indicator {
    margin: 0 -32px 40px;
    padding: 36px 0;
  }

  body .step-number {
    width: 68px;
    height: 68px;
    font-size: 30px;
  }

  body .step-label {
    font-size: 26px;
    margin-top: 12px;
  }

  body .step-connector {
    width: 64px;
    height: 3px;
    margin: 0 16px 36px;
  }

  body .step-connector-arrow {
    font-size: 28px;
    margin: 0 36px;
    margin-top: 14px;
  }

  /* --- ステップカード --- */
  body .step-card {
    border-radius: 14px;
    margin: 0 0 32px;
    padding: 40px 32px;
  }

  /* ==============================================
     説明ボックス
     ============================================== */
  body .info-box-bordered {
    padding: 36px 32px;
    font-size: 24px;
    border-radius: 14px;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  /* ==============================================
     口コミ投稿 注意事項ボックス
     ============================================== */
  body .review-notice {
    margin-top: 48px;
  }

  body .review-notice-title {
    font-size: 28px;
    margin-bottom: 18px;
    gap: 14px;
  }

  body .review-notice-body {
    padding: 28px 24px;
    border-radius: 14px;
  }

  body .review-notice-icon {
    font-size: 28px;
  }

  body .review-notice-list {
    font-size: 24px;
    line-height: 1.75;
  }

  body .review-notice-list > li {
    font-size: 24px;
    padding-left: 22px;
    margin-bottom: 18px;
  }

  body .review-notice-sublist {
    margin-top: 10px;
  }

  body .review-notice-sublist li {
    font-size: 24px;
    padding-left: 22px;
    margin-bottom: 6px;
  }

  /* ==============================================
     セクション
     ============================================== */
  body .section {
    border-radius: 14px;
    margin-bottom: 32px;
  }

  body .section-header {
    padding: 36px 32px 24px;
  }

  body .section-header::after {
    left: 32px;
    right: 32px;
  }

  body .section-title {
    font-size: 32px;
  }

  body .section-body {
    padding: 36px 32px;
  }

  /* --- 確認画面 --- */
  body .section--confirm .section-header {
    background-color: #fff;
    padding: 24px 32px;
  }

  body .section--confirm .section-body {
    background-color: #fff;
  }

  body .section--confirm .section-body .confirm-text {
    padding: 32px;
    font-size: 28px;
  }

  /* ==============================================
     レイアウトグリッド
     ============================================== */
  body .layout-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body .layout-sidebar {
    position: static;
  }

  /* ==============================================
     フォーム
     ============================================== */
  body .form-group {
    margin-bottom: 64px;
  }

  body .form-label {
    font-size: 28px;
    gap: 16px;
    margin-bottom: 16px;
  }

  body .form-label-lg {
    font-size: 32px;
  }

  body .form-label-hint {
    font-size: 22px;
  }

  body .form-label-row {
    gap: 24px;
    margin-bottom: 24px;
  }

  body .required-badge {
    font-size: 16px;
    padding: 0.2px 14px;
    border-radius: 20px;
  }

  body .form-input {
    font-size: 28px;
    padding: 20px 24px;
    border-radius: 12px;
  }

  body .form-textarea {
    min-height: 260px;
  }

  body .form-select {
    font-size: 28px;
    padding: 20px 52px 20px 24px;
    border-radius: 12px;
    background-position: right 24px center;
    background-size: 18px;
  }

  body .form-hint {
    font-size: 24px;
    margin-top: 12px;
  }

  body .form-char-count {
    font-size: 24px;
    margin-top: 12px;
  }

  body .form-inline-group {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  body .form-inline-group .form-select {
    width: auto;
    min-width: 280px;
  }

  body .form-inline-label {
    font-size: 28px;
  }

  /* --- チェックボックス・ラジオ --- */
  body .form-check {
    padding: 16px 0;
    min-height: 64px;
  }

  body .form-check input {
    width: 36px;
    height: 36px;
  }

  body .form-check span {
    font-size: 28px;
    margin-left: 16px;
  }

  body .form-check-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
  }

  body .form-check-group--inline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  /* --- 非公開チェック --- */
  body .privacy-check {
    margin-top: 16px;
  }

  body .privacy-check input {
    width: 36px;
    height: 36px;
  }

  body .privacy-check span {
    font-size: 24px;
    margin-left: 16px;
  }

  /* --- 現在の値表示 --- */
  body .current-value {
    font-size: 28px;
    padding: 16px 28px;
    border-radius: 10px;
  }

  body .current-value-label {
    font-size: 24px;
  }

  /* ==============================================
     星評価（入力）
     ============================================== */
  body .star-rating-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  body .star-rating-stars {
    justify-content: flex-start;
    gap: 14px;
  }

  body .star-rating-stars i {
    font-size: 52px;
  }

  body .star-rating-result {
    padding: 16px 24px;
    border-radius: 32px;
  }

  body .star-rating-score {
    font-size: 30px;
  }

  body .star-rating-label {
    font-size: 26px;
  }

  body .star-rating-norating {
    margin-top: 16px;
  }

  /* ==============================================
     ボタン
     ============================================== */
  body .btn-review {
    font-size: 28px;
    padding: 20px 36px;
    border-radius: 6px;
  }

  body .btn-review-sm {
    font-size: 24px;
    padding: 16px 28px;
    min-height: 72px;
  }

  body .btn-review-block {
    max-width: 380px;
  }

  #submitBtn.btn-review-block {
    width: 60%;
    max-width: none;
  }

  body .btn-review-sm-block {
    font-size: 24px;
    padding: 16px 44px;
    min-height: 72px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  body .btn-review-text {
    font-size: 28px;
    padding: 24px 0;
  }

  body .btn-review-back-link {
    font-size: 26px;
  }

  body .btn-review-group {
    max-width: 100%;
  }

  body .btn-review-group-vertical {
    gap: 28px;
    margin-top: 48px;
  }

  body .btn-review-group-vertical .btn-review-sm-block {
    max-width: 360px;
    padding-left: 28px;
    padding-right: 28px;
  }

  body .btn-review-group-horizontal {
    flex-direction: column-reverse;
    gap: 28px;
    margin-top: 48px;
  }

  body .btn-review-group-horizontal .btn-review {
    width: 100%;
  }

  body .btn-review-lg {
    padding: 24px 44px;
    font-size: 28px;
  }

  /* ==============================================
     確認テーブル
     ============================================== */
  body .confirm-table {
    border-radius: 12px;
    overflow: hidden;
  }

  body .confirm-row {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
  }

  body .confirm-label {
    width: 220px;
    flex-shrink: 0;
    font-size: 26px;
    padding: 24px 0 28px 24px;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  body .confirm-value {
    flex: 1;
    font-size: 26px;
    padding: 24px 28px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  body .confirm-value--title {
    font-size: 30px;
  }

  body .confirm-profile-header {
    padding: 40px 0;
    margin-bottom: 32px;
  }

  body .confirm-avatar {
    width: 120px;
    height: 120px;
    font-size: 52px;
  }

  body .confirm-profile-name {
    margin-top: 24px;
    font-size: 34px;
    font-weight: 700;
  }

  body .confirm-images {
    gap: 16px;
  }

  body .confirm-image-item {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    font-size: 22px;
  }

  /* ==============================================
     完了カード
     ============================================== */
  body .complete-card {
    padding: 56px 32px;
    border-radius: 14px;
    margin-bottom: 48px;
  }

  body .complete-icon-circle {
    width: 96px;
    height: 96px;
    font-size: 48px;
    margin: 0 auto 48px;
  }

  body .complete-title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  body .complete-text {
    font-size: 28px;
    margin-bottom: 16px;
  }

  body .complete-note {
    font-size: 24px;
  }

  body .complete-uploaded-images {
    gap: 16px;
    margin-top: 40px;
  }

  body .complete-uploaded-images .confirm-image-item {
    width: 120px;
    height: 120px;
    border-radius: 12px;
  }

  /* ==============================================
     プロフィールカード
     ============================================== */
  body .profile-card {
    font-size: 26px;
    border-radius: 14px;
  }

  body .profile-header {
    padding: 32px;
  }

  body .profile-avatar {
    width: 140px;
    height: 140px;
    font-size: 48px;
    margin: 0 auto 20px;
  }

  body .profile-name {
    font-size: 32px;
  }

  body .profile-stats {
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 48px;
  }

  body .profile-stat-value {
    font-size: 40px;
  }

  body .profile-stat-label {
    font-size: 24px;
    margin-top: 12px;
  }

  body .profile-info {
    padding: 24px 32px;
  }

  body .profile-info-row {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }

  body .profile-info-label {
    width: 100%;
    font-size: 26px;
    font-weight: 600;
  }

  body .profile-info-value {
    font-size: 24px;
  }

  body .profile-footer {
    padding: 24px 32px;
  }

  /* ==============================================
     投稿者情報バー（poster-info）
     ============================================== */
  body .poster-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;
    border-radius: 14px;
    margin-bottom: 40px;
  }

  body .poster-info-left {
    width: 100%;
    gap: 24px;
  }

  body .profile-avatar-small {
    width: 88px;
    height: 88px;
  }

  body .profile-avatar-small i {
    font-size: 40px;
  }

  body .poster-name {
    font-size: 32px;
    margin-bottom: 12px;
  }

  body .poster-meta {
    font-size: 26px;
    gap: 16px;
  }

  body .poster-meta i {
    font-size: 22px;
  }

  body .poster-info .poster-info-link {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }

  /* ==============================================
     ページヘッダー行（タイトル＋フィルター）
     ============================================== */
  body .page-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  body .page-header-title {
    font-size: 34px;
  }

  body .page-header-row .filter-bar {
    width: 100%;
  }

  body .page-header-row .filter-select {
    width: auto;
    font-size: 28px;
    padding: 24px 56px 24px 24px;
    border-radius: 6px;
    background-position: right 24px center;
    background-size: 18px;
  }

  /* ==============================================
     星評価（表示）
     ============================================== */
  body .rating-stars i {
    font-size: 28px;
  }

  body .rating-display {
    gap: 6px;
  }

  body .star {
    font-size: 26px;
  }

  body .rating-number {
    font-size: 26px;
    margin-left: 12px;
  }

  body .rating-count {
    font-size: 26px;
    margin-left: 12px;
  }

  /* ==============================================
     口コミヒーロー
     ============================================== */
  body .review-hero {
    flex-direction: column;
    padding: 0;
    border-radius: 12px;
    margin: 0;
  }

  body .review-hero-image {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    padding: 36px 32px;
    margin-bottom: 0;
  }

  body .review-hero-image .product-image-placeholder,
  body .review-hero-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    font-size: 24px;
  }

  body .review-hero-body {
    padding: 36px 32px 24px;
  }

  body .review-hero-title {
    font-size: 32px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  body .review-hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  body .review-hero-score {
    text-align: center;
    padding: 24px;;
  }

  body .review-hero-score-number {
    font-size: 68px;
  }

  body .review-hero-score-stars .star {
    font-size: 26px;
  }

  body .review-hero-score-label {
    font-size: 24px;
  }

  body .review-hero-total {
    border-left: none;
    border-top: 1px solid var(--color-border-light);
    padding: 20px 0 0;
    text-align: center;
  }

  body .review-hero-total-number {
    font-size: 56px;
  }

  body .review-hero-total-unit {
    font-size: 26px;
  }

  body .review-hero-total-label {
    font-size: 24px;
  }

  body .review-hero-distribution {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--color-border-light);
    padding-top: 20px;
  }

  body .review-hero-distribution .rating-bar-row {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body .review-hero-distribution .rating-bar-label {
    width: 60px;
    font-size: 24px;
  }

  body .rating-bar-track {
    height: 14px;
    border-radius: 7px;
  }

  body .rating-bar-pct {
    width: 52px;
    font-size: 24px;
  }

  body .rating-bar-count {
    font-size: 24px;
  }

  body .review-hero-actions {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 32px 32px;
    border-top: 1px solid var(--color-border-light);
  }

  body .review-hero-actions .btn-review {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 28px;
    padding: 20px 36px;
    min-height: 88px;
  }

  /* ==============================================
     口コミページ 2カラム → 縦並び
     ============================================== */
  body .review-page-columns {
    flex-direction: column;
    padding: 0;
  }


  /* ==============================================
     フィルターセクション
     ============================================== */
  body .review-filters-section {
    padding: 0;
  }

  .review-filters-section .pagination-info {
    font-size: 26px;
  }

  /* ==============================================
     並び順（コンポーネントスコープ）
     ============================================== */
  .review-filters-section .sort-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 32px;
  }

  .review-filters-section .sort-row-label {
    font-size: 28px;
  }

  .review-filters-section .sort-row .filter-select {
    width: 100%;
  }

  .review-filters-section .filter-select {
    font-size: 28px;
    padding: 24px 56px 24px 24px;
    border-radius: 6px;
    background-position: right 24px center;
    background-size: 18px;
  }

  .review-filters-section .filter-button {
    padding: 24px 32px;
    font-size: 28px;
    border-radius: 12px;
  }

  /* ==============================================
     フィルターパネル（コンポーネントスコープ）
     ============================================== */
  .review-filters-section .filter-panel {
    border-radius: 12px;
    margin-bottom: 40px;
  }

  .review-filters-section .filter-panel-toggle {
    padding: 28px 32px;
    font-size: 28px;
    gap: 16px;
  }

  .review-filters-section .filter-panel-arrow {
    font-size: 24px;
  }

  .review-filters-section .filter-panel-body {
    padding: 36px 32px;
  }

  .review-filters-section .filter-panel-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 40px;
  }

  .review-filters-section .filter-panel-columns-sub {
    grid-template-columns: 1fr;
  }

  .review-filters-section .filter-panel-columns--5col {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .review-filters-section .filter-panel-group-title {
    font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .review-filters-section .filter-checkbox {
    font-size: 28px;
    padding: 16px 0;
    gap: 16px;
  }

  .review-filters-section .filter-checkbox input[type="checkbox"] {
    width: 36px;
    height: 36px;
  }

  .review-filters-section .filter-checkbox .star {
    font-size: 26px;
  }

  .review-filters-section .filter-checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
  }

  .review-filters-section .filter-panel-actions {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    padding-top: 36px;
  }

  .review-filters-section .filter-panel-clear,
  .review-filters-section .filter-panel-submit {
    width: 100%;
  }

  .review-filters-section .filter-panel-submit {
    font-size: 28px;
    padding: 20px 36px;
  }

  /* ==============================================
     口コミカード
     ============================================== */
  body .review-card {
    padding: 28px;
    border-radius: 14px;
    margin-bottom: 28px;
  }

  body .review-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  body .review-product-image {
    width: 120px;
    height: 120px;
    border-radius: 12px;
  }

  body .review-product-name {
    font-size: 28px;
    margin-bottom: 12px;
  }

  body .review-product-name-link {
    font-size: 28px;
    margin-bottom: 12px;
  }

  body .review-product-price {
    font-size: 24px;
  }

  body .review-rating-row {
    margin-bottom: 12px;
  }

  body .review-date {
    font-size: 24px;
  }

  body .review-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  body .review-body {
    font-size: 26px;
    line-height: 1.8;
  }

  body .review-user-meta {
    font-size: 26px;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  body .review-user-name-link {
    display: block;
  }

  body .review-user-avatar {
    width: 80px;
    height: 80px;
  }

  body .review-user-avatar--placeholder {
    font-size: 34px;
  }

  body .review-card-footer {
    margin-top: 24px;
    padding-top: 24px;
  }

  /* ピックアップバッジ */
  body .badge-pickup {
    font-size: 26px;
    padding: 12px 24px;
    gap: 12px;
  }

  body .review-card-badge {
    margin-bottom: 24px;
  }

  /* 参考になったボタン */
  body .helpful-button {
    font-size: 26px;
    padding: 16px 24px;
    gap: 14px;
    border-radius: 50px;
  }

  body .delete-link {
    font-size: 26px;
    gap: 10px;
  }

  /* 口コミ画像 */
  body .review-image-list {
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  body .review-image-item {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    font-size: 22px;
    overflow: hidden;
  }

  body .review-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* ==============================================
     口コミ投稿ページ
     ============================================== */
  body .product-info-card {
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    border-radius: 14px;
    margin-bottom: 40px;
  }

  body .product-info-image {
    width: 100%;
    text-align: center;
  }

  body .product-image-placeholder {
    font-size: 24px;
  }

  body .product-info-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  body .product-info-desc {
    font-size: 26px;
  }

  /* --- 画像アップロード --- */
  body .image-upload-group {
    flex-wrap: wrap;
    gap: 20px;
  }

  body .image-upload-box {
    width: calc(33.333% - 14px);
    min-width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  body .image-upload-box .icon {
    font-size: 48px;
    margin-bottom: 12px;
  }

  body .image-upload-box .label {
    font-size: 24px;
  }

  body .image-upload-delete {
    width: 44px;
    height: 44px;
    font-size: 22px;
    top: 8px;
    right: 8px;
  }

  /* ==============================================
     投稿者プロフィール（reviewerInfo）
     ============================================== */
  body .reviewer-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border-radius: 14px;
    margin-bottom: 40px;
  }

  body .reviewer-info-left {
    width: 100%;
  }

  body .reviewer-info .btn-review {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  body .reviewer-name {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: 700;
    font-size: 26px;
    color: var(--color-text-primary);
    margin-bottom: 12px;
  }

  body .reviewer-name .user-name {
    font-weight: 500;
    font-size: 28px;
  }

  body .reviewer-meta {
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    font-size: 26px;
  }

  body .reviewer-meta-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  body .reviewer-meta-label {
    display: inline;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-text-primary);
    flex-shrink: 0;
  }

  body .reviewer-meta-value {
    display: inline;
    font-size: 24px;
    color: var(--color-text-secondary);
  }

  /* ==============================================
     おすすめ商品（完了ページ）
     ============================================== */
  body .recommend-section {
    padding: 40px 32px;
    border-radius: 14px;
  }

  body .recommend-section-title {
    font-size: 32px;
    margin-bottom: 32px;
    display: block;
    text-align: center;
  }

  body .recommend-section-title::before,
  body .recommend-section-title::after {
    display: none;
  }

  body .recommend-list {
    grid-template-columns: 1fr;
  }

  body .recommend-item {
    gap: 20px;
    padding: 24px 0;
    flex-wrap: wrap;
  }

  body .recommend-item-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    font-size: 22px;
  }

  body .recommend-item-name {
    font-size: 28px;
    margin-bottom: 6px;
  }

  body .recommend-item-date {
    font-size: 24px;
  }

  body .recommend-item .btn-review {
    width: 100%;
  }

  /* ==============================================
     フッターアクションバー
     ============================================== */
  body .footer-action-bar {
    padding: 40px 32px;
  }

  body .footer-action-bar .btn-review {
    max-width: 360px;
  }

  /* ==============================================
     ページネーション
     ============================================== */
  body .pagination {
    gap: 14px;
    margin-top: 48px;
  }

  body .pagination-item {
    width: 72px;
    height: 72px;
    font-size: 26px;
    border-radius: 10px;
  }

  body .pagination-prev,
  body .pagination-next {
    font-size: 22px;
  }

  /* ==============================================
     セクションヘッダー（リスト用）
     ============================================== */
  body .list-header {
    margin-bottom: 32px;
  }

  body .list-title {
    font-size: 32px;
  }

  body .list-link {
    font-size: 26px;
  }

  /* ==============================================
     フッターナビ
     ============================================== */
  body .footer-nav {
    padding: 48px 0;
  }

  body .footer-link {
    font-size: 26px;
  }

  /* ==============================================
     固定ナビボタン
     ============================================== */
  body .fixed-nav-btn {
    right: 28px;
    bottom: 28px;
    padding: 20px 28px;
    font-size: 26px;
    border-radius: 36px;
    gap: 14px;
  }

  body .fixed-nav-btn i {
    font-size: 22px;
  }

  /* ==============================================
     トップへ戻るボタン
     ============================================== */
  body .fixed-top-btn {
    width: 84px;
    height: 84px;
    font-size: 34px;
    bottom: 28px;
    right: 28px;
  }

  /* ==============================================
     ユーティリティ
     ============================================== */
  body .text-sm {
    font-size: 24px;
  }

  body .text-muted {
    font-size: inherit;
  }

  body .mt-16 {
    margin-top: 24px;
  }

  body .mt-24 {
    margin-top: 40px;
  }

  body .mt-32 {
    margin-top: 48px;
  }

  body .mt-40 {
    margin-top: 64px;
  }

  body .mb-8 {
    margin-bottom: 16px;
  }

  body .mb-16 {
    margin-bottom: 24px;
  }

  body .mb-24 {
    margin-bottom: 40px;
  }

  body .section-title-simple {
    font-size: 30px;
    margin-bottom: 32px;
  }

  body .btn-review-container-center {
    padding: 0 32px 40px;
    max-width: 100%;
  }

  /* ==============================================
     評価分布（rating-summary）
     ============================================== */
  body .rating-summary {
    padding: 48px 32px;
  }

  body .rating-summary-label {
    font-size: 26px;
    margin-bottom: 24px;
  }

  body .rating-summary-stars .star {
    font-size: 48px;
  }

  body .rating-summary-number {
    font-size: 64px;
  }

  body .rating-summary-count {
    font-size: 26px;
    margin-top: 16px;
  }

  body .rating-distribution {
    padding: 0 32px 40px;
  }

  body .rating-bar-row {
    font-size: 26px;
    margin-bottom: 12px;
  }

  body .rating-bar-label {
    width: 60px;
    font-size: 26px;
  }

  body .rating-bar-count {
    width: 96px;
    font-size: 26px;
  }

  /* スクロールバーはグローバル影響のため除外 */
}

/* ==============================================
   PC (769px以上)
   ============================================== */
@media (min-width: 769px) {
  .btn-review-group--inline {
    flex-direction: row;
    max-width: none;
  }

  .btn-review-group--inline .btn-review {
    flex: 1;
  }
}

/* ==============================================
   商品詳細ページ 口コミセクション (SP)
   ============================================== */
@media (max-width: 768px) {
  .detail-review-section {
    margin: 0;
    padding: 48px 24px;
    border-radius: 0;
  }

  .detail-review-section-title {
    font-size: 32px;
  }

  .detail-review-section .review-hero {
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .detail-review-section .review-hero-title {
    display: none;
  }

  .detail-review-section .review-hero-total {
    display: none;
  }

  /* 口コミミニサマリー */
  .review-mini-summary {
    padding: 20px 0 16px;
  }

  .review-mini-stars {
    gap: 10px;
  }

  .review-mini-stars-icons .fa-star {
    font-size: 32px;
  }

  .review-mini-score {
    font-size: 30px;
    margin-left: 8px;
  }

  .review-mini-count {
    font-size: 26px;
  }

  .review-mini-link {
    font-size: 26px;
  }

  .detail-review-count {
    font-size: 28px;
  }

  .detail-review-more-btn {
    max-width: 100%;
    font-size: 28px;
    padding: 24px;
    border-width: 1.4px;
    border-radius: 8px;
  }

  .detail-review-section .review-hero-score-number {
    font-size: 56px;
  }

  .detail-review-section .review-hero-actions {
    justify-content: center;
    padding: 16px 32px;
  }

  .detail-review-section .review-hero-actions .btn-review {
    padding: 16px 48px;
    font-size: 24px;
  }
}

/* ==============================================
   商品詳細SP：親コンテナとの調整のみ
   フィルターの見た目はコンポーネントスコープで統一
   ============================================== */
@media (max-width: 768px) {
  .detail-review-section .review-filters-section {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }

  .detail-review-section .review-filters-section.mt-32 {
    margin-top: 0;
  }

  .detail-review-section .filter-panel {
    margin-bottom: 0;
  }

  /* pagination非表示（商品詳細では不要） */
  .detail-review-section .review-filters-section .pagination-info {
    display: none !important;
  }

  /* 並び替えセレクトの文字色をiOS Safariのデフォルト青を上書き */
  .detail-review-section .sort-row .filter-select {
    color: var(--color-text-primary);
  }

  /* ライトボックス SP調整 */
  body .image-lightbox-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  body .image-lightbox-popup {
    width: 80%;
    max-width: 80%;
    max-height: 85vh;
    padding: 12px;
    border-radius: 16px;
  }
  body .image-lightbox-popup img {
    width: 100%;
    max-height: calc(85vh - 24px);
    object-fit: contain;
    border-radius: 12px;
  }
  body .image-lightbox-close {
    width: 56px;
    height: 56px;
    font-size: 24px;
    top: -18px;
    right: -18px;
    border-width: 3px;
  }

  /* --- マイページ 口コミCTAボタン --- */
  body .mypage-review-cta {
    margin: 36px 0 0;
    padding: 0 48px;
  }
  body .mypage-review-cta_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 88px;
    padding: 16px 36px;
    border: 4px solid #b1001a;
    border-radius: 16px;
    color: #b1001a;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  body .mypage-review-cta_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
