/** Shopify CDN: Minification failed

Line 1350:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:expert-review (INDEX:34) */
.expert-review__points p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.7;
}
.expert-review__points ul {
  padding-left: 1.4em;
  margin: 0 0 8px;
}
.expert-review__points li {
  font-size: 13px;
  line-height: 1.7;
}
.expert-review__points strong {
  font-weight: bold;
}
.expert-review {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 900px;
  margin: 0 auto;
  font-family: sans-serif;
}

.expert-review__check {
  max-width: 560px;
}
.expert-review__title {
  font-weight: bold;
  margin-bottom: 16px;
}
.expert-review__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.expert-review__photo {
  border-radius: 50%;
  object-fit: cover;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.expert-review__profile-text {
  display: flex;
  flex-direction: column;
}
.expert-review__expert-title {
  color: #555;
}
.expert-review__headline {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.expert-review__points {
  list-style: none;
  font-size: 13px;
  padding: 0;
  margin: 0 0 24px;
}
.expert-review__check-title {
  font-weight: bold;
  margin-bottom: 16px;
}
.expert-review__slider-row {
  margin-bottom: 20px;
}
.expert-review__slider-label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.expert-review .expert-review__slider-track {
  position: relative;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 4px;
}
.expert-review .expert-review__slider-fill {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  background: #b0bec5;
  border-radius: 4px;
}
.expert-review .expert-review__slider-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #455a64;
  border-radius: 2px;
}
.expert-review__slider-ends {
  display: flex;
  justify-content: space-between;
  color: #777;
}

/* ▼ CTAボタン */
.expert-review__cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.expert-review__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: #455a64;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}
.expert-review__cta-button:hover {
  background: #37474f;
}
/* END_SECTION:expert-review */

/* START_SECTION:expert-reviews (INDEX:35) */
.expert-reviews {
  padding: 24px 16px;
  background: #fff;
}

.expert-reviews__inner {
  max-width: 600px;
  margin: 0 auto;
}

.expert-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.expert-reviews__heading {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.expert-reviews__view-all {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}

.expert-reviews__view-all:hover {
  text-decoration: underline;
}

.expert-reviews__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
}

.expert-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.15s ease;
}

.expert-card:last-child {
  border-bottom: none;
}

.expert-card:hover,
.expert-card:focus-visible {
  background: #f7f7f7;
  outline: none;
}

.expert-card__avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}

.expert-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert-card__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.expert-card__avatar-placeholder svg {
  width: 26px;
  height: 26px;
}

.expert-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.expert-card__role {
  font-size: 13px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expert-card__name {
  font-size: 13px;
  color: #555;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expert-card__arrow {
  flex-shrink: 0;
  color: #bbb;
  display: flex;
  align-items: center;
}

.expert-card__arrow svg {
  width: 18px;
  height: 18px;
}
/* END_SECTION:expert-reviews */

/* START_SECTION:mypage-staff (INDEX:92) */
/* ─── ページ全体 ─── */
.customer-staff {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 40px;
  font-family: sans-serif;
}

.customer-staff__section-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
}

/* ─── ヒーロー（プロフィール） ─── */
.customer-staff__hero {
  background: #f5f7f8;
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 32px;
}
.customer-staff__hero-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.customer-staff__hero-photo-link {
  flex-shrink: 0;
  display: block;
}
.customer-staff__hero-photo {
  border-radius: 50%;
  object-fit: cover;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.customer-staff__hero-text {
  flex: 1;
  min-width: 0;
}
.customer-staff__hero-role {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 4px;
}
.customer-staff__hero-name {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}
.customer-staff__hero-bio {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 8px;
}
.customer-staff__hero-link {
  display: inline-block;
  font-size: 13px;
  color: #0066cc;
  text-decoration: none;
  margin-top: 4px;
}
.customer-staff__hero-link:hover {
  text-decoration: underline;
}

/* ─── 一覧ヘッダー ─── */
.customer-staff__list-header {
  margin-bottom: 16px;
}
.customer-staff__list-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.customer-staff__list-count {
  font-size: 13px;
  color: #888;
  font-weight: normal;
}

/* ─── タイプタブ ─── */
.customer-staff .coll-filter__row1 {
  display: flex;
  gap: 8px;
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  margin-bottom: 20px;
}
.customer-staff .coll-filter__row1::-webkit-scrollbar { display: none; }

.customer-staff .coll-filter__type-tab {
  background: #f0f0f0;
  border: none;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.customer-staff .coll-filter__type-tab:hover { background: #e0e0e0; }
.customer-staff .coll-filter__type-tab.is-active {
  background: #555;
  color: #fff;
  font-weight: 700;
}

/* ─── 商品グリッド ─── */
.customer-staff__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-desktop-vertical-spacing, 8px) var(--grid-desktop-horizontal-spacing, 8px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.customer-staff__card-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}

/* ─── 商品画像を正方形に強制 ─── */
.customer-staff__card-item .card.card--media {
  display: block !important;
}
.customer-staff__card-item .card__inner {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  padding-top: 0 !important;
  position: relative !important;
  overflow: visible !important;
}
.customer-staff__card-item .card__inner::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}
.customer-staff__card-item .card__media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}
.customer-staff__card-item .card__media .media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.customer-staff__card-item .card__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  max-width: none !important;
}

.customer-staff__card-item .card > .card__content,
.customer-staff__card-item .product-card-wrapper,
.customer-staff__card-item .card,
.customer-staff__card-item .card-information {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.customer-staff__card-item .card { position: relative !important; }
.customer-staff__card-item .engager-price,
.customer-staff__card-item .sh-price-wrap {
  margin-top: auto;
  padding-top: 8px;
}
.customer-staff__card-item .wishlist-button {
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
  z-index: 10 !important;
}

/* ─── スタッフの一言コメント ─── */
.customer-staff__voice {
  display: flex;
  align-items: left;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 8px 10px;
  background: #eef2f5;
  border-radius: 10px;
}
.customer-staff__voice-headline {
  font-size: 11px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}

/* ─── エラー・空状態 ─── */
.customer-staff__error,
.customer-staff__empty {
  text-align: center;
  padding: 40px 20px;
  color: #888;
  background: #f9f9f9;
  border-radius: 8px;
}

/* ─── レスポンシブ ─── */
@media (max-width: 600px) {
  .customer-staff__hero {
    padding: 20px 16px;
  }
  .customer-staff__hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .customer-staff__hero-photo {
    width: 110px;
    height: 110px;
  }
  .customer-staff__hero-name { font-size: 18px; }
  .customer-staff__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-mobile-vertical-spacing, 4px) var(--grid-mobile-horizontal-spacing, 4px);
  }
}

@media screen and (min-width: 601px) and (max-width: 989px) {
  .customer-staff__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 750px) {
  .customer-staff__voice-headline {
    font-size: 12px;
  }
}
/* END_SECTION:mypage-staff */

/* START_SECTION:staff-blog-articles (INDEX:122) */
/* ─── セクション全体 ─── */
.staff-blog-articles {
  padding: 40px 0 60px;
  font-family: var(--font-body-family, sans-serif);
}

/* ─── 見出し ─── */
.staff-blog-articles__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

/* ─── グリッド ─── */
.staff-blog-articles__grid {
  display: grid;
  grid-template-columns: repeat(var(--sba-cols, 3), 1fr);
  gap: 32px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.staff-blog-articles__item {
  min-width: 0;
}

/* ─── カード ─── */
.staff-blog-articles__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* ─── サムネイル ─── */
.staff-blog-articles__image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.staff-blog-articles__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.staff-blog-articles__card:hover .staff-blog-articles__image {
  transform: scale(1.04);
}

.staff-blog-articles__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-blog-articles__placeholder-svg {
  width: 60%;
  height: 60%;
  opacity: 0.25;
}

/* ─── 本文エリア ─── */
.staff-blog-articles__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.staff-blog-articles__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #222;
}

.staff-blog-articles__card:hover .staff-blog-articles__title {
  text-decoration: underline;
  text-decoration-color: #4BBFDA;
}

.staff-blog-articles__date {
  font-size: 12px;
  color: #4BBFDA;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.staff-blog-articles__excerpt {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* ─── レスポンシブ ─── */
@media (max-width: 749px) {
  .staff-blog-articles__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}

@media (min-width: 750px) {
  .staff-blog-articles__heading {
    font-size: 22px;
  }

  .staff-blog-articles__title {
    font-size: 15px;
  }
}
/* END_SECTION:staff-blog-articles */

/* START_SECTION:staff-review-page (INDEX:123) */
/* ─── ページ全体 ─── */
.staff-review-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 60px;
  font-family: sans-serif;
}

/* ─── ヒーロー（プロフィール） ─── */
.staff-review-page__hero {
  background: #f5f7f8;
  border-radius: 16px;
  padding: 40px 32px;
  margin-bottom: 48px;
}
.staff-review-page__hero-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 700px;
  margin: 0 auto;
}
.staff-review-page__hero-photo {
  border-radius: 50%;
  object-fit: cover;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.staff-review-page__hero-role {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 4px;
}
.staff-review-page__hero-name {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px;
}
.staff-review-page__hero-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* ─── 一覧ヘッダー ─── */
.staff-review-page__list-header {
  margin-bottom: 24px;
}
.staff-review-page__list-title {
  font-size: 20px;
  font-weight: bold;
}
.staff-review-page__list-count {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}

/* ─── タイプタブ ─── */
.coll-filter__row1 {
  display: flex;
  gap: 8px;
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  margin-bottom: 24px;
}
.coll-filter__row1::-webkit-scrollbar { display: none; }

.coll-filter__type-tab {
  background: #f0f0f0;
  border: none;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.coll-filter__type-tab:hover { background: #e0e0e0; }
.coll-filter__type-tab.is-active {
  background: #555;
  color: #fff;
  font-weight: 700;
}

/* ─── 商品グリッド ─── */
.staff-review-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-desktop-vertical-spacing, 8px) var(--grid-desktop-horizontal-spacing, 8px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.staff-review-page__card-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

/* ─── 商品画像を正方形に強制 ─── */

/*
  確認済み構造（DevTools）:
  a.card__inner.ratio[style="--ratio-percent:100%"]  ← 294×588px（縦が2倍になっている）
    ::before  ← padding-top で高さを決めている
    div.card__media
      div.media.media--transparent.media--hover-effect
        img.motion-reduce
*/

/* ① a.card__inner.ratio を正方形のポジションコンテキストにする */
.staff-review-page__card-item .card__inner.ratio {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important; /* 正方形 */
  overflow: hidden !important;
}

/* ② ::before が追加で高さを作らないようゼロに */
.staff-review-page__card-item .card__inner.ratio::before {
  display: none !important;
}

/* ③ card__media を絶対配置で全面カバー */
.staff-review-page__card-item .card__inner.ratio .card__media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* ④ media も全面に */
.staff-review-page__card-item .card__inner.ratio .media {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* ⑤ 画像をカバーフィット */
.staff-review-page__card-item .card__inner.ratio .media img,
.staff-review-page__card-item .card__inner.ratio img.motion-reduce {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* card__content（画像下のテキストエリア）は通常表示 */
.staff-review-page__card-item .card > .card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .product-card-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .card-information {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .engager-price,
.staff-review-page__card-item .sh-price-wrap {
  margin-top: auto;
  padding-top: 8px;
}

/* ─── スタッフの一言コメント ─── */
.staff-review-page__voice {
  display: flex;
  align-items: left;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 8px 10px;
  background: #eef2f5;
  border-radius: 10px;
}
.staff-review-page__voice-photo {
  display: none;
}
.staff-review-page__voice-headline {
  font-size: 11px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}

/* ─── エラー・空状態 ─── */
.staff-review-page__error,
.staff-review-page__empty {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}

/* ─── レスポンシブ ─── */
@media (max-width: 600px) {
  .staff-review-page__hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .staff-review-page__hero-photo {
    width: 120px;
    height: 120px;
  }
  .staff-review-page__hero-name { font-size: 22px; }
  .staff-review-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-mobile-vertical-spacing, 4px) var(--grid-mobile-horizontal-spacing, 4px);
    padding: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 989px) {
  .staff-review-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 750px) {
  .staff-review-page__voice-headline {
    font-size: 12px;
  }
}
/* ─── 商品画像を正方形に強制（最終版） ─── */

/* card の flex を維持しつつ高さ崩れを防ぐ */
.staff-review-page__card-item .card.card--media {
  display: flex !important;        /* block → flex に戻す */
  flex-direction: column !important;
}

/* card__inner は aspect-ratio で正方形、flex-shrink: 0 で縮まない */
.staff-review-page__card-item .card__inner {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  padding-top: 0 !important;
  position: relative !important;
  overflow: visible !important;
  flex-shrink: 0 !important;       /* ← 追加：flexで縮まないように */
}

/* ::before を完全に無効化 */
.staff-review-page__card-item .card__inner::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}

/* card__media を絶対配置 */
.staff-review-page__card-item .card__media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

/* media ラッパー */
.staff-review-page__card-item .card__media .media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* 画像カバーフィット */
.staff-review-page__card-item .card__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  max-width: none !important;
}

/* wishlist-button */
.staff-review-page__card-item .card {
  position: relative !important;
}
.staff-review-page__card-item .wishlist-button {
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
  z-index: 10 !important;
}
/* END_SECTION:staff-review-page */

/* START_SECTION:staff-review-products (INDEX:124) */
/* ─── ページ全体 ─── */
.staff-review-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 60px;
  font-family: sans-serif;
}

/* ─── 一覧ヘッダー ─── */
.staff-review-page__list-header {
  margin-bottom: 24px;
}
.staff-review-page__list-title {
  font-size: 20px;
  font-weight: bold;
}
.staff-review-page__list-count {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}

/* ─── タイプタブ ─── */
.coll-filter__row1 {
  display: flex;
  gap: 8px;
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  margin-bottom: 24px;
}
.coll-filter__row1::-webkit-scrollbar { display: none; }

.coll-filter__type-tab {
  background: #f0f0f0;
  border: none;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.coll-filter__type-tab:hover { background: #e0e0e0; }
.coll-filter__type-tab.is-active {
  background: #555;
  color: #fff;
  font-weight: 700;
}

/* ─── 商品グリッド ─── */
.staff-review-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-desktop-vertical-spacing, 8px) var(--grid-desktop-horizontal-spacing, 8px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.staff-review-page__card-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

/* ─── 商品画像を正方形に強制 ─── */

/*
  確認済み構造（DevTools）:
  a.card__inner.ratio[style="--ratio-percent:100%"]  ← 294×588px（縦が2倍になっている）
    ::before  ← padding-top で高さを決めている
    div.card__media
      div.media.media--transparent.media--hover-effect
        img.motion-reduce
*/

/* ① a.card__inner.ratio を正方形のポジションコンテキストにする */
.staff-review-page__card-item .card__inner.ratio {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important; /* 正方形 */
  overflow: hidden !important;
}

/* ② ::before が追加で高さを作らないようゼロに */
.staff-review-page__card-item .card__inner.ratio::before {
  display: none !important;
}

/* ③ card__media を絶対配置で全面カバー */
.staff-review-page__card-item .card__inner.ratio .card__media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* ④ media も全面に */
.staff-review-page__card-item .card__inner.ratio .media {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* ⑤ 画像をカバーフィット */
.staff-review-page__card-item .card__inner.ratio .media img,
.staff-review-page__card-item .card__inner.ratio img.motion-reduce {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* card__content（画像下のテキストエリア）は通常表示 */
.staff-review-page__card-item .card > .card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .product-card-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .card-information {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-review-page__card-item .engager-price,
.staff-review-page__card-item .sh-price-wrap {
  margin-top: auto;
  padding-top: 8px;
}

/* ─── スタッフの一言コメント ─── */
.staff-review-page__voice {
  display: flex;
  align-items: left;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 8px 10px;
  background: #eef2f5;
  border-radius: 10px;
}
.staff-review-page__voice-photo {
  display: none;
}
.staff-review-page__voice-headline {
  font-size: 11px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}

/* ─── 空状態 ─── */
.staff-review-page__empty {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}

/* ─── レスポンシブ ─── */
@media (max-width: 600px) {
  .staff-review-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-mobile-vertical-spacing, 4px) var(--grid-mobile-horizontal-spacing, 4px);
    padding: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 989px) {
  .staff-review-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 750px) {
  .staff-review-page__voice-headline {
    font-size: 12px;
  }
}

/* ─── 商品画像を正方形に強制（最終版） ─── */

/* card の flex を維持しつつ高さ崩れを防ぐ */
.staff-review-page__card-item .card.card--media {
  display: flex !important;        /* block → flex に戻す */
  flex-direction: column !important;
}

/* card__inner は aspect-ratio で正方形、flex-shrink: 0 で縮まない */
.staff-review-page__card-item .card__inner {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  padding-top: 0 !important;
  position: relative !important;
  overflow: visible !important;
  flex-shrink: 0 !important;       /* ← 追加：flexで縮まないように */
}

/* ::before を完全に無効化 */
.staff-review-page__card-item .card__inner::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}

/* card__media を絶対配置 */
.staff-review-page__card-item .card__media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

/* media ラッパー */
.staff-review-page__card-item .card__media .media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* 画像カバーフィット */
.staff-review-page__card-item .card__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  max-width: none !important;
}

/* wishlist-button */
.staff-review-page__card-item .card {
  position: relative !important;
}
.staff-review-page__card-item .wishlist-button {
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
  z-index: 10 !important;
}
/* END_SECTION:staff-review-products */

/* START_SECTION:staff-review-profile (INDEX:125) */
/* ─── ページ全体 ─── */
.staff-review-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 60px;
  font-family: sans-serif;
}

/* ─── ヒーロー（プロフィール） ─── */
.staff-review-page__hero {
  background: #f5f7f8;
  border-radius: 16px;
  padding: 40px 32px;
  margin-bottom: 48px;
}
.staff-review-page__hero-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 700px;
  margin: 0 auto;
}
.staff-review-page__hero-photo {
  border-radius: 50%;
  object-fit: cover;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.staff-review-page__hero-role {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 4px;
}
.staff-review-page__hero-name {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px;
}
.staff-review-page__hero-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* ─── エラー ─── */
.staff-review-page__error {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}

/* ─── レスポンシブ ─── */
@media (max-width: 600px) {
  .staff-review-page__hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .staff-review-page__hero-photo {
    width: 120px;
    height: 120px;
  }
  .staff-review-page__hero-name { font-size: 22px; }
}
/* END_SECTION:staff-review-profile */

/* START_SECTION:sundai-category-banners (INDEX:130) */
/* ── Google Fonts ── */
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400&display=swap');

  :root {
    --sundai-red: #c0392b;
    --sundai-black: #111111;
    --sundai-light: #e8e8e8;
    --sundai-white: #ffffff;
    --sundai-gray: #f4f4f4;
    --sundai-gap: 3px;
  }

  /* ── Section heading ── */
  .sundai-banners__head {
    text-align: center;
    padding: 48px 24px 32px;
    border-top: 1px solid #e8e8e8;
  }
  .sundai-banners__head-en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--sundai-red);
    margin-bottom: 6px;
  }
  .sundai-banners__head-ja {
    font-size: 18px;
    font-weight: 700;
    color: var(--sundai-black);
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* ── Layout ── */
  .sundai-banners__wrap {
    display: flex;
    flex-direction: column;
    gap: var(--sundai-gap);
    padding: 0 var(--sundai-gap);
    margin-bottom: 48px;
  }
  .sundai-banners__row {
    display: grid;
    gap: var(--sundai-gap);
  }
  .sundai-banners__row--full {
    grid-template-columns: 1fr;
  }
  .sundai-banners__row--half {
    grid-template-columns: 1fr 1fr;
  }

  /* ── Banner base ── */
  .sundai-banner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-size: cover;
    background-position: center;
  }
  .sundai-banner--full  { height: 340px; }
  .sundai-banner--half  { height: 260px; }
  .sundai-banner--third { height: 220px; }

  /* hex pattern overlay */
  .sundai-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17' fill='none' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 60px 52px;
    z-index: 0;
  }
  /* image背景がある場合は暗くして可読性確保 */
  .sundai-banner[style*="background-image"]::before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.45);
  }

  /* ── Color variants ── */
  /* 赤: メイン訴求 */
  .sundai-banner--red { background-color: var(--sundai-red); }

  /* 黒: サブ訴求（廃止し、代わりにdark-grayで明度を上げる） */
  .sundai-banner--black { background-color: #3a3a3a; }

  /* light: 白背景 */
  .sundai-banner--light { background-color: #f5f5f5; }
  .sundai-banner--light::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52'%3E%3Cpolygon points='30,2 58,17 58,47 30,62 2,47 2,17' fill='none' stroke='rgba(0,0,0,0.06)' stroke-width='1'/%3E%3C/svg%3E");
  }

  /* hover */
  .sundai-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.2s;
    z-index: 1;
    pointer-events: none;
  }
  .sundai-banner:hover::after { background: rgba(255, 255, 255, 0.06); }

  /* ── Accent stripe ── */
  .sundai-banner__accent {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--sundai-red);
    z-index: 2;
  }
  .sundai-banner--red .sundai-banner__accent   { background: var(--sundai-white); }
  .sundai-banner--light .sundai-banner__accent { background: var(--sundai-red); }

  /* ── Badge ── */
  .sundai-banner__badge {
    position: absolute;
    top: 14px; right: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 3px 10px;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: #ffffff !important;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sundai-banner--light .sundai-banner__badge {
    background: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.2);
    color: #333333 !important;
  }

  /* ── Inner content ── */
  .sundai-banner__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 22px;
  }

  /* tag: 赤・黒背景は白、ライト背景はグレー */
  .sundai-banner__tag {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sundai-banner--light .sundai-banner__tag { color: #555555 !important; }

  /* 英字タイトル: 赤・黒は白、ライトは黒 */
  .sundai-banner__en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: 0.06em;
    color: #ffffff !important;
    line-height: 1;
    margin-bottom: 5px;
  }
  .sundai-banner--half .sundai-banner__en { font-size: 26px; }
  .sundai-banner--light .sundai-banner__en { color: #111111 !important; }

  /* 日本語タイトル: 赤・黒は白、ライトは濃いグレー */
  .sundai-banner__ja {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sundai-banner--half .sundai-banner__ja { font-size: 12px; }
  .sundai-banner--light .sundai-banner__ja { color: #333333 !important; }

  /* CTAボタン */
  .sundai-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--sundai-white);
    color: var(--sundai-black);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 16px;
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    transition: opacity 0.15s;
  }
  .sundai-banner__cta:hover { opacity: 0.85; }
  .sundai-banner__cta svg {
    width: 12px; height: 12px;
    stroke: var(--sundai-black);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }
  /* 赤・ライト背景ではCTAを黒に */
  .sundai-banner--red .sundai-banner__cta,
  .sundai-banner--light .sundai-banner__cta {
    background: var(--sundai-black);
    color: var(--sundai-white);
  }
  .sundai-banner--red .sundai-banner__cta svg,
  .sundai-banner--light .sundai-banner__cta svg {
    stroke: var(--sundai-white);
  }

  /* ── Coach strip ── */
  .sundai-coach-strip {
    background: var(--sundai-gray);
    border-left: 3px solid var(--sundai-red);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .sundai-coach-strip__avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--sundai-red);
    flex-shrink: 0;
    border: 2px solid var(--sundai-white);
    box-shadow: 0 0 0 1px #ccc;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sundai-coach-strip__avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .sundai-coach-strip__label {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sundai-red);
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .sundai-coach-strip__text {
    font-size: 14px;
    color: var(--sundai-black);
    line-height: 1.75;
    font-family: 'Noto Serif JP', serif;
  }

  /* ── Responsive ── */
  @media screen and (max-width: 599px) {
    .sundai-banners__row--half {
      grid-template-columns: 1fr 1fr;
    }
    .sundai-banner--full  { height: 220px; }
    .sundai-banner--half  { height: 180px; }
    .sundai-banner--third { height: 160px; }
    .sundai-banner__en    { font-size: 22px !important; }
    .sundai-banner__inner { padding: 14px 16px; }
    .sundai-banner__ja    { margin-bottom: 10px; }
    .sundai-banner__cta   { font-size: 11px; padding: 7px 14px; }
    .sundai-banners__head { padding: 32px 16px 24px; }
    .sundai-banners__head-ja { font-size: 15px; }
  }
/* END_SECTION:sundai-category-banners */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:article-staff-author (INDEX:146) */
.article-staff-author {
  padding: 28px 0;
  margin-top: 40px;
  margin-bottom: 8px;
  font-family: var(--font-body-family, sans-serif);
  /* flexは削除 */
}

/* カード枠を追加 */
.article-staff-author__card {
  background: var(--color-background-primary, #fff);
  border: 1px solid rgba(var(--color-foreground), 0.12);
  border-radius: 12px;
  padding: 20px 24px;
}

.article-staff-author__label {
  padding-left: var(--page-width-padding, 1.5rem);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  margin: 0 0 16px;  /* 変更 */
}

.article-staff-author__inner,
a.article-staff-author__inner--link {
  display: flex;          /* inline-flex → flex */
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

  a.article-staff-author__inner--link:hover .article-staff-author__name {
    color: #4BBFDA;
    text-decoration: underline;
    text-decoration-color: #4BBFDA;
  }

  .article-staff-author__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .article-staff-author__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .article-staff-author__role {
    font-size: 12px;
    color: rgba(var(--color-foreground), 0.6);
    line-height: 1.4;
  }

  .article-staff-author__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.15s;
  }

  @media (min-width: 750px) {
    .article-staff-author__photo {
      width: 64px;
      height: 64px;
    }

    .article-staff-author__name {
      font-size: 16px;
    }
  }
  .article-staff-author__bio {
    font-size: 12px;
    color: rgba(var(--color-foreground), 0.6);
    line-height: 1.5;
    margin-top: 2px;
  }
/* END_SNIPPET:article-staff-author */