:root {
  --page-width: 100vw;
  --ink: #2f2630;
  --muted: #7c6974;
  --line: #eadce1;
  --rose: #c24f80;
  --rose-deep: #b94475;
  --rose-soft: #bd879b;
  --cream: #fffafa;
  --font-sans: "Hiragino Maru Gothic ProN", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Noto Sans JP", sans-serif;
  --font-display: "Hiragino Maru Gothic ProN", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Noto Sans JP", sans-serif;
  --font-number: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #fff7f8;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffafb 0%, #fff7f8 100%);
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button,
a[href],
label,
summary,
[role="button"],
[data-category-modal-trigger],
.category-card,
.condition-change-button,
.filter-submit,
.filter-toggle,
.mobile-filter-fab,
.detail-thumbs button,
.detail-primary-cta,
.review-form button,
.affiliate-admin-filters button {
  cursor: pointer;
}

button:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}

.page-shell {
  width: min(100vw, 1180px);
  margin: 0 auto;
  background: #fffafb;
  box-shadow: 0 0 0 1px rgba(116, 77, 89, 0.04);
}

.notice-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 39px;
  padding: 0 30px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 30%, rgba(255, 255, 255, 0.18), transparent 18vw),
    linear-gradient(90deg, #c27998 0%, #b06d8a 48%, #c690a6 100%);
  border-bottom: 1px solid rgba(166, 92, 118, 0.22);
  overflow: hidden;
}

.notice-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 35%),
    radial-gradient(circle at 72% 40%, rgba(255, 255, 255, 0.08), transparent 20%);
  pointer-events: none;
}

.notice-star {
  position: relative;
  z-index: 1;
  width: 1.25vw;
  height: 1.25vw;
  max-width: 12px;
  max-height: 12px;
  min-width: 8px;
  min-height: 8px;
  margin-right: 7px;
  opacity: 0.95;
}

.notice-star::before,
.notice-star::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
  border-radius: 1px;
}

.notice-star::before {
  width: 100%;
  height: 42%;
  clip-path: polygon(50% 0, 63% 37%, 100% 50%, 63% 63%, 50% 100%, 37% 63%, 0 50%, 37% 37%);
}

.notice-star::after {
  width: 72%;
  height: 72%;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  transform: rotate(45deg);
}

.notice-text {
  position: relative;
  z-index: 1;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(91, 40, 60, 0.1);
}

.notice-arrow {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-top: 2px solid rgba(255, 255, 255, 0.95);
  border-right: 2px solid rgba(255, 255, 255, 0.95);
  transform: rotate(45deg);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
  padding: 12px 36px 12px 12px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eadce2;
  box-shadow: 0 1px 8px rgba(103, 55, 75, 0.08);
}

.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 326px;
  min-width: 232px;
  height: 68px;
  overflow: hidden;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: min(292px, 100%);
  height: auto;
  max-height: 50px;
  object-fit: contain;
  transform: translateX(-8px);
}

.brand-sub {
  display: block;
  margin-top: 2px;
  padding-left: 112px;
  color: #7e6570;
  font-family: var(--font-sans);
  font-size: clamp(8px, 1.08vw, 10px);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.header-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 63px;
}

.header-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  min-width: 72px;
  padding: 1px 8px 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #eee0e4;
  color: #2f2630;
  cursor: pointer;
}

.header-action:last-child {
  border-right: 1px solid #eee0e4;
}

.header-action img,
.menu-image {
  display: block;
  width: 32px;
  height: 32px;
  min-width: 25px;
  min-height: 25px;
  margin-bottom: 0;
  object-fit: contain;
  filter: grayscale(1) sepia(0.12) saturate(0.7) brightness(0.38);
}

.header-action span {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 1.26vw, 12px);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.menu-image {
  position: relative;
  display: block;
  filter: none;
}

.menu-image i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2f2630;
  border-radius: 999px;
  transform-origin: center;
  transition: top 220ms ease, transform 220ms ease, opacity 180ms ease;
}

.menu-image i:nth-child(1) {
  top: 23%;
}

.menu-image i:nth-child(2) {
  top: 50%;
}

.menu-image i:nth-child(3) {
  top: 77%;
}

.menu-button[aria-expanded="true"] .menu-image i:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-image i:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] .menu-image i:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.menu-panel {
  max-height: 0;
  overflow: hidden;
  background: rgba(255, 250, 251, 0.98);
  border-bottom: 1px solid #eadce2;
  opacity: 0;
  transition: max-height 240ms ease, opacity 180ms ease;
}

.menu-open .menu-panel {
  max-height: 180px;
  opacity: 1;
}

.menu-panel a {
  display: block;
  padding: 13px 38px;
  color: #4b3b45;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.38vw, 13px);
  font-weight: 700;
  border-top: 1px solid rgba(234, 220, 226, 0.75);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #fff4f6;
  border-bottom: 1px solid rgba(229, 202, 211, 0.68);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.article-feature-section {
  padding: 24px 34px 8px;
  background: linear-gradient(180deg, #fffdfd 0%, #fff8fa 100%);
  border-bottom: 1px solid rgba(229, 202, 211, 0.48);
}

.article-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.article-feature-head h2 {
  margin: 0;
  color: #352935;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}

.article-feature-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.article-feature-title-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 10px rgba(181, 68, 119, 0.12));
}

.article-feature-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  color: #b54477;
  background: #fff;
  border: 1px solid #ead8dd;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.article-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 430px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  padding: 2px 4px 18px;
  scrollbar-width: thin;
}

.article-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 0;
  padding: 12px 12px 14px;
  color: #3c3039;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ead8dd;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(132, 74, 94, 0.09);
  scroll-snap-align: start;
  text-decoration: none;
}

.article-card:hover {
  border-color: #d9a9bb;
  transform: translateY(-1px);
}

.article-card-image {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #fff4f6;
}

.article-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-body {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 2px 4px 0;
}

.article-card-kicker {
  width: fit-content;
  padding: 4px 9px;
  color: #b54477;
  background: #fff0f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.article-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #322733;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-card-meta {
  display: -webkit-box;
  overflow: hidden;
  color: #786670;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-list-page,
.article-preview-page {
  padding: 34px;
  background: linear-gradient(180deg, #fff8fa 0%, #fffdfd 100%);
}

.article-list-head {
  margin-bottom: 22px;
}

.article-list-head p,
.article-preview-kicker {
  margin: 0 0 8px;
  color: #c24f80;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-list-head h1,
.article-preview-body h1 {
  margin: 0;
  color: #342834;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.35;
}

.article-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
}

.article-list-card {
  grid-template-columns: 160px minmax(0, 1fr);
}

.article-preview-hero {
  overflow: hidden;
  border-bottom: 1px solid #ead8dd;
  background: #fff4f6;
}

.article-preview-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.article-preview-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 0 10px;
}

.article-preview-lead {
  margin: 14px 0 24px;
  color: #6f5e68;
  font-size: 16px;
  line-height: 1.9;
}

.article-preview-content {
  display: grid;
  gap: 16px;
  color: #40343d;
  font-size: 15px;
  line-height: 1.9;
}

.article-preview-content h2 {
  margin: 14px 0 0;
  color: #3a2d38;
  font-size: 23px;
  line-height: 1.5;
}

.article-preview-content ol,
.article-preview-content ul {
  margin: 0;
  padding-left: 1.5em;
}

.article-preview-content li {
  margin: 0 0 10px;
}

.column-preview-page {
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 231, 239, 0.86), transparent 340px),
    radial-gradient(circle at 92% 8%, rgba(247, 229, 238, 0.72), transparent 320px),
    linear-gradient(180deg, #fff8fa 0%, #fffdfd 52%, #fff8fa 100%);
}

.column-preview-page .article-preview-hero {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #ead4dc;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(132, 74, 94, 0.12);
}

.column-preview-page .article-preview-body {
  max-width: 980px;
}

.column-preview-page .article-preview-content {
  font-size: 16.5px;
  line-height: 1.95;
}

.column-preview-page .article-preview-content p {
  margin: 0 0 18px;
}

.column-preview-page .article-preview-content br {
  display: block;
  content: "";
  margin-top: 0.45em;
}

.column-editor-panel {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #ead2dc;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(120, 73, 91, 0.08);
}

.column-editor-profile {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.column-editor-profile img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(126, 75, 96, 0.16);
}

.column-editor-profile p {
  margin: 0 0 3px;
  color: #bf5a84;
  font-size: 12px;
  font-weight: 900;
}

.column-editor-profile h2 {
  margin: 0;
  color: #352b34;
  font-size: 24px;
  line-height: 1.2;
}

.column-editor-profile span {
  display: block;
  margin-top: 4px;
  color: #806b76;
  font-size: 12px;
  font-weight: 800;
}

.column-editor-balloon {
  position: relative;
  padding: 18px 20px;
  border: 1px solid #f0d7df;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7fa 0%, #fff 100%);
}

.column-editor-balloon::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 34px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #f0d7df;
  border-bottom: 1px solid #f0d7df;
  background: #fff9fb;
  transform: rotate(45deg);
}

.column-editor-balloon p {
  margin: 0;
  color: #594853;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.column-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 28px;
}

.column-summary-cards div {
  padding: 16px;
  border: 1px solid #ead4dc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.column-summary-cards strong {
  display: block;
  color: #b94475;
  font-size: 15px;
  font-weight: 900;
}

.column-summary-cards span {
  display: block;
  margin-top: 7px;
  color: #74616d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.column-preview-page .article-preview-content h2 {
  position: relative;
  margin-top: 34px;
  margin-bottom: 18px;
  padding: 18px 18px 18px 52px;
  border: 1px solid #edd6df;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff6f9 0%, #fff 100%);
  box-shadow: 0 8px 20px rgba(132, 74, 94, 0.06);
}

.column-preview-page .article-preview-content h2::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #df8cad 0%, #c04f7d 100%);
  box-shadow: inset 0 0 0 6px #fff;
  transform: translateY(-50%);
}

.column-preview-page .article-preview-content .fleura-article-summary {
  margin: 6px 0 28px;
  padding: 20px;
  border: 1px solid #ead3dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(132, 74, 94, 0.08);
}

.column-preview-page .article-preview-content .fleura-article-summary strong {
  display: block;
  margin-bottom: 10px;
  color: #b84d78;
  font-size: 17px;
}

.column-preview-page .article-preview-content .fleura-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 24px;
}

.column-preview-page .article-preview-content .fleura-point-box {
  position: relative;
  padding: 20px 20px 20px 22px;
  border: 1px solid #ead4dc;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 251, 0.92) 100%);
  box-shadow: 0 10px 24px rgba(132, 74, 94, 0.06);
}

.column-preview-page .article-preview-content .fleura-point-box h3 {
  margin: 0 0 8px;
  color: #b64c78;
  font-size: 18px;
}

.column-preview-page .article-preview-content .fleura-point-box p {
  margin-bottom: 0;
}

.article-preview-content .fleura-ranking-list {
  display: grid;
  gap: 16px;
  margin: 6px 0 8px;
  padding: 0;
  list-style: none;
}

.article-preview-content .fleura-ranking-item {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.article-preview-content .fleura-ranking-card {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #ead8dd;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(132, 74, 94, 0.08);
}

.article-preview-content .fleura-ranking-media {
  position: relative;
  overflow: hidden;
  align-self: start;
  background: #fff6f8;
  border: 1px solid #f0dfe5;
  border-radius: 16px;
}

.article-preview-content .fleura-ranking-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  padding: 14px;
}

.article-preview-content .fleura-ranking-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  min-height: 28px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #d7839d, #bd4d7a);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.article-preview-content .fleura-ranking-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.article-preview-content .fleura-ranking-main h3 {
  margin: 0;
  color: #342834;
  font-size: 20px;
  line-height: 1.45;
}

.article-preview-content .fleura-ranking-meta {
  margin: 0;
  color: #b94475;
  font-size: 14px;
  font-weight: 900;
}

.article-preview-content .fleura-ranking-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.article-preview-content .fleura-ranking-tags span {
  display: inline-flex;
  min-height: 26px;
  padding: 0 10px;
  align-items: center;
  color: #7d5c6b;
  background: #fff2f6;
  border: 1px solid #efdce3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.article-preview-content .fleura-ranking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.article-preview-content .fleura-editor-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  margin: 24px 0 28px;
  padding: 18px;
  background: linear-gradient(135deg, #fff7fa, #fff);
  border: 1px solid #ead4dc;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(132, 74, 94, 0.08);
}

.article-preview-content .fleura-editor-card img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(132, 74, 94, 0.14);
}

.article-preview-content .fleura-editor-card p {
  margin: 0;
}

.column-preview-page .article-preview-content .fleura-section-lead {
  padding: 20px 22px;
  border-left: 5px solid #d66e99;
  border-radius: 16px;
  background: #fff7fa;
  color: #493842;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}

.column-preview-page .article-preview-content .fleura-onepoint,
.column-preview-page .article-preview-content .fleura-note-box {
  position: relative;
  margin: 22px 0 28px;
  padding: 18px 20px 18px 58px;
  border: 1px solid #edcfda;
  border-radius: 18px;
  background:
    radial-gradient(circle at 24px 24px, rgba(255, 255, 255, 0.86), transparent 22px),
    linear-gradient(135deg, #fff2f7 0%, #ffffff 100%);
  box-shadow: 0 14px 28px rgba(132, 74, 94, 0.08);
}

.column-preview-page .article-preview-content .fleura-onepoint::before,
.column-preview-page .article-preview-content .fleura-note-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #de8bac 0%, #bf4d7b 100%);
  box-shadow: inset 0 0 0 6px #fff;
}

.column-preview-page .article-preview-content .fleura-onepoint strong,
.column-preview-page .article-preview-content .fleura-note-box strong {
  display: block;
  margin-bottom: 6px;
  color: #b44472;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.column-preview-page .article-preview-content .fleura-onepoint span,
.column-preview-page .article-preview-content .fleura-note-box p {
  display: block;
  margin: 0;
  color: #51404a;
  font-weight: 800;
  line-height: 1.8;
}

.column-preview-page .article-preview-content .fleura-condition-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 24px;
}

.column-preview-page .article-preview-content .fleura-condition-panel div {
  padding: 15px;
  border: 1px solid #ead4dc;
  border-radius: 14px;
  background: #fff7fa;
}

.column-preview-page .article-preview-content .fleura-condition-panel strong,
.column-preview-page .article-preview-content .fleura-condition-panel span {
  display: block;
}

.column-preview-page .article-preview-content .fleura-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.column-preview-page .article-preview-content .fleura-check-list li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 42px;
  border: 1px solid #efd7e0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #584851;
  font-weight: 750;
  line-height: 1.7;
}

.column-preview-page .article-preview-content .fleura-check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cf5f8c;
}

.column-preview-page .article-preview-content .fleura-faq-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
}

.column-preview-page .article-preview-content .fleura-faq-list details {
  padding: 16px 18px;
  border: 1px solid #ead4dc;
  border-radius: 14px;
  background: #fff;
}

.column-preview-page .article-preview-content .fleura-faq-list summary {
  color: #493842;
  font-weight: 900;
  cursor: pointer;
}

.column-preview-page .article-preview-content .fleura-related-links,
.article-preview-content .fleura-related-links {
  position: relative;
  margin: 34px 0 10px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid #e8c7d2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 225, 236, 0.82), transparent 190px),
    linear-gradient(135deg, #fff7fa 0%, #fff 55%, #fff5f8 100%);
  box-shadow: 0 18px 38px rgba(132, 74, 94, 0.1);
}

.column-preview-page .article-preview-content .fleura-related-kicker,
.article-preview-content .fleura-related-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #bd537d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.column-preview-page .article-preview-content .fleura-related-kicker::before,
.article-preview-content .fleura-related-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d56c97;
  box-shadow: 14px 0 0 #edb0c6;
}

.column-preview-page .article-preview-content .fleura-related-links h2,
.article-preview-content .fleura-related-links h2 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #342a32;
  font-family: var(--font-serif);
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.45;
}

.column-preview-page .article-preview-content .fleura-related-links h2::before,
.article-preview-content .fleura-related-links h2::before {
  content: none;
}

.column-preview-page .article-preview-content .fleura-related-links p,
.article-preview-content .fleura-related-links p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #65525e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.column-preview-page .article-preview-content .fleura-related-actions,
.article-preview-content .fleura-related-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.article-preview-content .wp-block-button__link,
.article-preview-content .fleura-article-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #df6f9a 0%, #c44478 100%);
  border: 1px solid rgba(188, 61, 113, 0.24);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(197, 75, 127, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.article-preview-content .fleura-related-actions .fleura-article-cta {
  min-height: 64px;
  gap: 12px;
  padding: 8px 18px 8px 12px;
  font-size: clamp(16px, 2.7vw, 20px);
  letter-spacing: 0.02em;
}

.article-preview-content .fleura-cta-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(218, 129, 163, 0.18), 0 6px 14px rgba(117, 49, 77, 0.16);
}

.article-preview-content .fleura-cta-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.article-preview-content .fleura-cta-text {
  display: block;
  min-width: 0;
}

.article-preview-content .fleura-cta-arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #c24a78;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(117, 49, 77, 0.18);
  flex: 0 0 auto;
}

.article-preview-content .fleura-cta-arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

.article-preview-content .wp-block-button__link:hover,
.article-preview-content .fleura-article-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(197, 75, 127, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  filter: saturate(1.04);
}

.article-preview-content .fleura-sub-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: #b54477;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ead0da;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(132, 74, 94, 0.08);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.article-preview-content .fleura-sub-link::after {
  content: ">";
  margin-left: 10px;
  color: #d0618d;
  font-weight: 900;
}

.ranking-main {
  padding: 28px 32px 46px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 238, 244, 0.92), transparent 320px),
    linear-gradient(180deg, #fff8fa 0%, #fffdfd 52%, #fff8fa 100%);
}

.ranking-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 20px;
  color: #907984;
  font-size: 13px;
  font-weight: 700;
}

.ranking-breadcrumb a {
  color: #9a6478;
  text-decoration: none;
}

.ranking-breadcrumb span::before,
.ranking-breadcrumb strong::before {
  content: ">";
  margin-right: 10px;
  color: #ceb2bd;
}

.ranking-breadcrumb strong {
  color: #4a3b45;
}

.ranking-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 30px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid #ecd3dc;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(147, 91, 112, 0.11);
}

.ranking-kicker,
.ranking-section-head p,
.ranking-side-panel p {
  margin: 0 0 10px;
  color: #c45482;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ranking-hero h1 {
  margin: 0 0 18px;
  color: #332832;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 5.2vw, 58px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

.ranking-hero-copy > p:not(.ranking-kicker) {
  margin: 0 0 22px;
  color: #62515c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.ranking-hero-actions,
.ranking-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ranking-primary-button,
.ranking-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.ranking-primary-button {
  color: #fff;
  background: linear-gradient(135deg, #df7ba2 0%, #bc4778 100%);
  box-shadow: 0 10px 18px rgba(185, 65, 112, 0.2);
}

.ranking-secondary-button {
  color: #b84d78;
  border: 1px solid #e7bfd0;
  background: #fff;
}

.ranking-hero-image {
  overflow: hidden;
  border-radius: 18px;
  background: #fff2f5;
}

.ranking-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ranking-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto 24px;
  border: 1px solid #ead4dc;
  border-radius: 16px;
  background: #ead4dc;
}

.ranking-stats div {
  min-height: 88px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.ranking-stats strong {
  display: block;
  color: #3d3039;
  font-size: 28px;
  line-height: 1;
}

.ranking-stats span {
  display: block;
  margin-top: 8px;
  color: #8d7480;
  font-size: 13px;
  font-weight: 800;
}

.ranking-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.ranking-side {
  position: relative;
}

.ranking-side-panel {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #ead2dc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(120, 73, 91, 0.08);
}

.ranking-side-panel a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #5a4652;
  background: #fff7f9;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ranking-content {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.ranking-section {
  padding: 24px;
  border: 1px solid #ead2dc;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(120, 73, 91, 0.08);
}

.ranking-section-head {
  margin-bottom: 18px;
}

.ranking-section-head h2 {
  margin: 0;
  color: #352a34;
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.45;
}

.ranking-compare-accordion {
  display: grid;
  gap: 16px;
}

.ranking-compare-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  cursor: pointer;
}

.ranking-compare-accordion summary::-webkit-details-marker {
  display: none;
}

.ranking-compare-summary-text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ranking-compare-summary-text span {
  color: #ca5b82;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.ranking-compare-summary-text strong {
  color: #352a34;
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.45;
}

.ranking-compare-summary-icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #e7c9d4;
  border-radius: 999px;
  background: #fff7fa;
}

.ranking-compare-summary-icon::before,
.ranking-compare-summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #c7557f;
  content: "";
  transform: translate(-50%, -50%);
}

.ranking-compare-summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.ranking-compare-accordion[open] .ranking-compare-summary-icon::after {
  opacity: 0;
}

.ranking-compare-accordion:not([open]) .ranking-table-wrap {
  display: none;
}

.ranking-table-wrap {
  overflow-x: auto;
  border: 1px solid #edd7df;
  border-radius: 14px;
}

.ranking-compare-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #fff;
}

.ranking-compare-table th,
.ranking-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #efdce3;
  color: #4d3e49;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

.ranking-compare-table th {
  color: #9b5270;
  background: #fff4f7;
  font-weight: 900;
}

.ranking-compare-table a {
  color: #b94676;
  font-weight: 900;
  text-decoration: none;
}

.ranking-list {
  display: grid;
  gap: 18px;
}

.ranking-product-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
  border: 1px solid #edd4dd;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, #fff8fa 100%);
}

.ranking-product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 270px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff3f6;
}

.ranking-product-media img {
  display: block;
  max-width: 92%;
  max-height: 250px;
  object-fit: contain;
}

.ranking-ribbon {
  position: absolute;
  left: 14px;
  top: 0;
  z-index: 1;
  min-width: 58px;
  padding: 12px 10px 16px;
  color: #fff;
  background: linear-gradient(180deg, #dd759d 0%, #c34f7e 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.ranking-product-title-row p {
  margin: 0 0 6px;
  color: #bd5b84;
  font-size: 13px;
  font-weight: 900;
}

.ranking-product-title-row h3 {
  margin: 0;
  color: #332832;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4;
}

.ranking-product-score {
  margin: 10px 0 6px;
  color: #6d5965;
  font-size: 15px;
  font-weight: 900;
}

.ranking-product-score span {
  color: #f2aa25;
  letter-spacing: 0.04em;
}

.ranking-product-price {
  margin: 0 0 12px;
  color: #d14f84;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.ranking-product-price small {
  margin-left: 6px;
  color: #b56d87;
  font-size: 13px;
}

.ranking-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.ranking-tag-row span {
  padding: 6px 12px;
  border-radius: 999px;
  color: #6a5360;
  background: #f8edf2;
  font-size: 12px;
  font-weight: 900;
}

.ranking-product-comment {
  margin: 0 0 16px;
  color: #574852;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.ranking-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #efdbe3;
  border-radius: 12px;
  background: #efdbe3;
}

.ranking-spec-grid div {
  min-width: 0;
  padding: 12px;
  background: #fff;
}

.ranking-spec-grid dt {
  color: #a25776;
  font-size: 12px;
  font-weight: 900;
}

.ranking-spec-grid dd {
  margin: 6px 0 0;
  color: #3e3039;
  font-size: 13px;
  font-weight: 900;
}

.ranking-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ranking-guide-grid article,
.ranking-faq details {
  border: 1px solid #ecd3dc;
  border-radius: 14px;
  background: #fffafb;
}

.ranking-guide-grid article {
  padding: 18px;
}

.ranking-guide-grid h3 {
  margin: 0 0 10px;
  color: #3c3039;
  font-size: 18px;
}

.ranking-guide-grid p,
.ranking-faq p {
  margin: 0;
  color: #63535d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.ranking-faq {
  display: grid;
  gap: 12px;
}

.ranking-faq .ranking-section-head {
  margin-bottom: 6px;
}

.ranking-faq details {
  padding: 0;
}

.ranking-faq summary {
  padding: 16px 18px;
  color: #443640;
  font-weight: 900;
  cursor: pointer;
}

.ranking-faq details[open] p {
  padding: 0 18px 18px;
}

.ranking-editor-note {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 24px;
  padding: 18px 22px;
  border: 1px solid #ecd2dc;
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 235, 242, 0.9), transparent 260px),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(140, 80, 104, 0.09);
}

.ranking-editor-note img {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 38%;
  box-shadow: 0 10px 22px rgba(126, 72, 92, 0.16);
}

.ranking-editor-note h2 {
  margin: 0 0 8px;
  color: #352a34;
  font-size: 22px;
  line-height: 1.45;
}

.ranking-editor-note p:last-child {
  margin: 0;
  color: #5e4f59;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

@media (max-width: 980px) {
  .ranking-main {
    padding: 18px 14px 34px;
  }

  .ranking-hero,
  .ranking-layout,
  .ranking-product-card {
    grid-template-columns: 1fr;
  }

  .ranking-hero {
    padding: 18px;
    gap: 18px;
  }

  .ranking-stats,
  .ranking-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ranking-side {
    display: none;
  }

  .ranking-product-media {
    min-height: 230px;
  }

  .ranking-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ranking-editor-note {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 16px;
  }

  .ranking-editor-note img {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 640px) {
  .ranking-breadcrumb {
    font-size: 12px;
  }

  .ranking-hero h1 {
    font-size: 31px;
  }

  .ranking-hero-copy > p:not(.ranking-kicker) {
    font-size: 14px;
  }

  .ranking-stats,
  .ranking-guide-grid,
  .ranking-spec-grid {
    grid-template-columns: 1fr;
  }

  .ranking-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .ranking-compare-table {
    display: block;
    min-width: 0;
    background: transparent;
  }

  .ranking-compare-table thead {
    display: none;
  }

  .ranking-compare-table tbody {
    display: grid;
    gap: 12px;
  }

  .ranking-compare-table tr {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid #edd7df;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(132, 74, 94, 0.06);
  }

  .ranking-compare-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 11px 13px;
    border-bottom: 1px solid #f0dfe5;
    font-size: 13px;
    line-height: 1.55;
  }

  .ranking-compare-table td:last-child {
    border-bottom: 0;
  }

  .ranking-compare-table td::before {
    content: attr(data-label);
    color: #a34a70;
    font-size: 12px;
    font-weight: 900;
  }

  .ranking-compare-table td:first-child {
    grid-template-columns: 1fr;
    color: #fff;
    background: linear-gradient(135deg, #d7839d, #bd4d7a);
    font-size: 14px;
    font-weight: 900;
  }

  .ranking-compare-table td:first-child::before {
    display: none;
  }

  .ranking-compare-table td:nth-child(2) {
    grid-template-columns: 1fr;
    padding-top: 13px;
  }

  .ranking-compare-table td:nth-child(2)::before {
    display: none;
  }

  .ranking-compare-table td:nth-child(2) a {
    color: #342834;
    font-size: 15px;
    line-height: 1.55;
  }

  .ranking-section {
    padding: 16px;
    border-radius: 14px;
  }

  .ranking-product-card {
    padding: 12px;
  }

  .ranking-card-actions,
  .ranking-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ranking-primary-button,
  .ranking-secondary-button {
    width: 100%;
  }

  .ranking-editor-note {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ranking-editor-note img {
    margin: 0 auto;
  }
}

.search-section {
  padding: 22px 34px 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.94), transparent 260px),
    linear-gradient(180deg, #fff8f9 0%, #fffdfd 100%);
}

.search-box {
  display: grid;
  grid-template-columns: 52px 1fr 250px;
  align-items: center;
  min-height: 88px;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8cdd6;
  border-radius: 14px;
  box-shadow: 0 7px 18px rgba(132, 74, 94, 0.09);
}

.search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.search-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-left: 6px;
}

.search-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 3px solid #c29aa8;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 15px;
  height: 3px;
  background: #c29aa8;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: center;
}

.search-box input {
  width: 100%;
  min-width: 0;
  height: 54px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4c3e48;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.search-box input::placeholder {
  color: #9b8992;
}

.search-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 62px;
  padding: 0 30px 0 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #d36e9b 0%, #b94376 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 15px rgba(183, 65, 113, 0.22);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.search-button-icon {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(112, 32, 68, 0.2));
}

.search-box button span {
  display: block;
  line-height: 1;
}

.popular-searches {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
}

.popular-title {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  color: #3e303a;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.popular-crown {
  width: 26px;
  height: 22px;
  background: url("assets/generated/Minimalist_line_art_icon_of_crown_for_ranking_and_-1780877177219-transparent-cropped.png") center / contain no-repeat;
  filter: hue-rotate(128deg) saturate(0.9) brightness(0.62);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  padding: 0 20px;
  color: #5b4a53;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ead8dd;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(118, 75, 91, 0.04);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.reason-section {
  padding: 0 34px 24px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 244, 247, 0.88), transparent 280px),
    linear-gradient(180deg, #fffdfd 0%, #fffafb 100%);
}

.reason-panel {
  padding: 20px 22px 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid #eacbd5;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 7px 18px rgba(118, 66, 84, 0.05);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: #3c3038;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.section-title img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1) sepia(0.25) saturate(0.8) brightness(0.45);
  flex: 0 0 auto;
}

.reason-lead {
  max-width: 760px;
  margin: -4px 0 16px;
  color: #76616d;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
}

.reason-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  min-height: 118px;
  padding: 14px 20px 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ecdde2;
  border-radius: 13px;
  box-shadow: 0 5px 14px rgba(110, 67, 82, 0.045);
}

.reason-icon {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: saturate(0.88) brightness(0.98);
}

.reason-copy {
  min-width: 0;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.reason-copy p {
  margin: 0;
}

.reason-label {
  color: #705e68;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.reason-value {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 4px;
  color: #352933;
}

.reason-value strong {
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.reason-value span {
  color: #66525d;
  font-size: 14px;
  font-weight: 700;
}

.reason-value-text strong {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.reason-note {
  margin-top: 6px;
  color: #7f6b75;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.category-section {
  padding: 0 34px 30px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 244, 247, 0.9), transparent 250px),
    linear-gradient(180deg, #fffafb 0%, #fffdfd 100%);
}

.category-title {
  margin-bottom: 15px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.category-title img {
  width: 28px;
  height: 28px;
  filter: saturate(0.72) brightness(0.92);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 166px;
  padding: 18px 10px 15px;
  color: #302630;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ecdde2;
  border-radius: 13px;
  box-shadow: 0 5px 14px rgba(110, 67, 82, 0.045);
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.category-card:hover {
  transform: translateY(-2px);
  border-color: #e3a8bb;
  box-shadow: 0 10px 24px rgba(190, 71, 116, 0.1);
}

.category-card img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-bottom: 9px;
  filter: saturate(0.78) brightness(0.96);
}

.category-name {
  display: block;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.category-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  margin-top: 7px;
  padding: 4px 10px;
  color: #b43f70;
  background: #fff5f8;
  border: 1px solid #f1cfda;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.category-note {
  display: block;
  margin-top: 7px;
  color: #8a7480;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.category-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: block;
  background: rgba(45, 31, 39, 0.34);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.category-filter-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.category-filter-modal {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100vw - 28px));
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 232, 240, 0.86), transparent 190px),
    rgba(255, 255, 255, 0.97);
  border: 1px solid #ecd6de;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(58, 35, 47, 0.22);
  transform: translate(-50%, -46%) scale(0.98);
  opacity: 0;
  visibility: hidden;
  transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.category-filter-modal.is-open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

body.category-modal-open {
  overflow: hidden;
}

.category-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efdde3;
}

.category-filter-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.category-filter-title-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}

.category-filter-title-wrap p {
  margin: 0 0 4px;
  color: #c84f7d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.category-filter-title-wrap h3 {
  margin: 0;
  color: #2e242d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1.2;
}

.category-filter-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #efdbe1;
  border-radius: 50%;
  background: #fff;
  color: #b84c75;
  font-size: 22px;
  line-height: 1;
}

.category-filter-pane {
  display: none;
  margin: 0;
}

.category-filter-pane.is-active {
  display: block;
}

.category-filter-lead {
  margin: 16px 0 14px;
  color: #5d4b55;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.category-filter-group {
  padding: 16px 0;
  border-top: 1px solid #f1e1e6;
}

.category-filter-group h4 {
  margin: 0 0 12px;
  color: #493842;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.category-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-filter-options label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  background: #fff;
  border: 1px solid #edd7df;
  border-radius: 999px;
  color: #493842;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.category-filter-options input {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  accent-color: #ca4f7f;
}

.category-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.category-filter-actions a,
.category-filter-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.category-filter-actions a {
  color: #c84f7d;
  background: #fff;
  border: 1px solid #e7a7bd;
}

.category-filter-actions button {
  color: #fff;
  background: linear-gradient(135deg, #d46896, #bf4476);
  border: 0;
  box-shadow: 0 8px 18px rgba(190, 71, 116, 0.18);
}

.guide-section {
  padding: 0 34px 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 244, 247, 0.86), transparent 240px),
    linear-gradient(180deg, #fffdfd 0%, #fffafb 100%);
}

.guide-title {
  margin-bottom: 13px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.guide-title img {
  width: 28px;
  height: 28px;
  filter: saturate(0.74) brightness(0.92);
}

.guide-list {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #eacbd5;
  border-radius: 14px;
  box-shadow: 0 5px 14px rgba(110, 67, 82, 0.045);
}

.guide-item + .guide-item {
  border-top: 1px solid #ecd5dd;
}

.guide-trigger {
  display: grid;
  grid-template-columns: 68px 1fr 24px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 13px 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  color: #332832;
  text-align: left;
  cursor: pointer;
}

.guide-trigger img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: saturate(0.78) brightness(0.96);
}

.guide-copy {
  display: block;
  min-width: 0;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.guide-heading {
  display: block;
  color: #302631;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.guide-summary {
  display: block;
  margin-top: 3px;
  color: #76626e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.guide-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #c65a86;
  border-right: 2px solid #c65a86;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.guide-item.is-open .guide-arrow {
  transform: rotate(135deg);
}

.guide-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
  background: rgba(255, 250, 252, 0.9);
}

.guide-body p {
  overflow: hidden;
  margin: 0;
  padding: 0 92px;
  color: #78636f;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.guide-item.is-open .guide-body {
  grid-template-rows: 1fr;
}

.guide-item.is-open .guide-body p {
  padding-top: 0;
  padding-bottom: 15px;
}

.first-block-placeholder {
  display: none;
  min-height: 0;
  padding: 0;
  color: rgba(47, 38, 48, 0.35);
  background: linear-gradient(180deg, #fff7f8 0%, #fffafb 100%);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 22px 36px;
  align-items: center;
  margin-top: 44px;
  padding: 34px 42px 30px;
  background: rgba(255, 250, 252, 0.96);
  border-top: 1px solid #eadce2;
  box-shadow: 0 -8px 24px rgba(109, 59, 79, 0.04);
  color: #66515d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.footer-brand a {
  display: inline-flex;
  flex: 0 0 auto;
}

.footer-brand img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.footer-brand p,
.footer-note {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-links a {
  color: #6b5260;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: #c84f7d;
}

.footer-note {
  grid-column: 1 / -1;
  color: #917984;
}

@media (max-width: 620px) {
  .notice-bar {
    height: 33px;
    padding: 0 16px;
  }

  .notice-text {
    font-size: 11px;
  }

  .site-header {
    height: 67px;
    padding: 8px 12px 8px 6px;
  }

  .brand {
    width: 216px;
    min-width: 0;
    height: 51px;
  }

  .brand-logo {
    max-height: 36px;
    transform: translateX(-5px);
  }

  .brand-sub {
    margin-top: 2px;
    padding-left: 96px;
    font-size: 7.5px;
  }

  .header-actions {
    height: 51px;
  }

  .header-action {
    width: 43px;
    min-width: 41px;
    padding-inline: 3px;
  }

  .header-action img,
  .menu-image {
    width: 22px;
    height: 22px;
    min-width: 21px;
    min-height: 21px;
  }

  .header-action span {
    font-size: clamp(8px, 2.1vw, 11px);
  }

  .hero-section {
    height: 428px;
  }

  .hero-image {
    width: 760px;
    max-width: none;
    height: 428px;
    object-fit: cover;
    object-position: left top;
  }

  .article-feature-section {
    padding: 18px 14px 4px;
  }

  .article-feature-head {
    margin-bottom: 12px;
  }

  .article-card-track {
    grid-auto-columns: minmax(286px, 86vw);
    gap: 12px;
    padding-bottom: 14px;
  }

  .article-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 16px;
  }

  .article-card strong {
    font-size: 16px;
  }

  .article-list-page,
  .article-preview-page {
    padding: 22px 14px;
  }

  .article-list-grid {
    grid-template-columns: 1fr;
  }

  .article-list-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .article-preview-body {
    padding-top: 22px;
  }

  .search-section {
    padding: 16px 14px 18px;
  }

  .search-box {
    grid-template-columns: 38px 1fr;
    gap: 0;
    min-height: 118px;
    padding: 12px 13px 14px;
    border-radius: 12px;
  }

  .search-icon {
    width: 28px;
    height: 28px;
    margin-left: 1px;
  }

  .search-icon::before {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .search-icon::after {
    right: 4px;
    bottom: 6px;
    width: 12px;
    height: 2px;
  }

  .search-box input {
    height: 44px;
    font-size: 14px;
  }

  .search-box button {
    grid-column: 1 / -1;
    width: 100%;
    height: 50px;
    gap: 7px;
    padding: 0 18px;
    margin-top: 8px;
    font-size: 17px;
  }

  .search-button-icon {
    width: 31px;
    height: 31px;
  }

  .popular-searches {
    display: block;
    margin-top: 16px;
  }

  .popular-title {
    width: auto;
    padding-top: 5px;
    margin-bottom: 9px;
    font-size: 13px;
  }

  .popular-crown {
    width: 20px;
    height: 18px;
  }

  .tag-list {
    gap: 8px;
  }

  .tag-list a {
    min-width: 0;
    height: 31px;
    padding: 0 13px;
    font-size: 12px;
  }

  .reason-section {
    padding: 0 14px 18px;
  }

  .reason-panel {
    padding: 14px 10px 13px;
    border-radius: 12px;
  }

  .section-title {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .section-title img {
    width: 22px;
    height: 22px;
  }

  .reason-lead {
    margin: -2px 2px 12px;
    font-size: 12px;
    line-height: 1.75;
  }

  .reason-grid {
    gap: 10px;
  }

  .reason-card {
    grid-template-columns: 46px 1fr;
    min-height: 90px;
    padding: 10px 8px 10px 7px;
    border-radius: 11px;
  }

  .reason-icon {
    width: 42px;
    height: 42px;
  }

  .reason-label {
    font-size: 10px;
  }

  .reason-value {
    gap: 5px;
    margin-top: 3px;
  }

  .reason-value strong {
    font-size: 28px;
  }

  .reason-value span {
    font-size: 10px;
  }

  .reason-value-text strong {
    font-size: 15px;
  }

  .reason-note {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.35;
  }

  .category-section {
    padding: 0 14px 24px;
  }

  .category-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .category-title img {
    width: 22px;
    height: 22px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .category-card {
    min-height: 144px;
    padding: 13px 6px 12px;
    border-radius: 11px;
  }

  .category-card img {
    width: 54px;
    height: 54px;
    margin-bottom: 7px;
  }

  .category-name {
    font-size: 15px;
    white-space: normal;
  }

  .category-note {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.4;
  }

  .guide-section {
    padding: 0 14px 26px;
  }

  .guide-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .guide-title img {
    width: 22px;
    height: 22px;
  }

  .guide-list {
    border-radius: 12px;
  }

  .guide-trigger {
    grid-template-columns: 48px 1fr 18px;
    min-height: 76px;
    padding: 10px 12px;
  }

  .guide-trigger img {
    width: 40px;
    height: 40px;
  }

  .guide-heading {
    font-size: 13px;
  }

  .guide-summary {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.45;
  }

  .guide-body p {
    padding: 0 42px 0 60px;
    font-size: 10px;
    line-height: 1.65;
  }

  .guide-item.is-open .guide-body p {
    padding-bottom: 12px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
    padding: 28px 18px 92px;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-brand img {
    width: 152px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

.results-page {
  background: linear-gradient(180deg, #fffafb 0%, #fff7f8 100%);
}

.results-shell {
  width: min(100vw, 1180px);
  margin: 0 auto;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 239, 244, 0.86), transparent 360px),
    linear-gradient(180deg, #fffafb 0%, #fffdfd 100%);
  min-height: 100vh;
}

.results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 116px;
  padding: 22px 44px 22px 20px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #eadce2;
  box-shadow: 0 2px 10px rgba(103, 55, 75, 0.06);
}

.results-brand .brand-logo {
  max-height: 50px;
}

.results-main {
  padding: 16px 32px 32px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5e4d57;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb span[aria-hidden="true"] {
  width: 8px;
  height: 8px;
  border-top: 1px solid #a68b98;
  border-right: 1px solid #a68b98;
  transform: rotate(45deg);
}

.results-hero {
  display: grid;
  grid-template-columns: 0.82fr minmax(420px, 560px);
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}

.results-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.results-title-wrap h1 {
  margin: 0;
  color: #2e242d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 34px;
  line-height: 1;
}

.result-count-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: #c75382;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.result-count-badge::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("assets/generated/search-click-icon-transparent-cropped.png") center / contain no-repeat;
  opacity: 0.72;
}

.result-count-badge span {
  font-size: 32px;
}

.condition-search {
  display: grid;
  grid-template-columns: 24px 1fr 126px;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 6px 10px 6px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(111, 58, 78, 0.04);
  color: #5c4b55;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.condition-icon {
  width: 17px;
  height: 17px;
  border: 2px solid #df8eaa;
  border-radius: 50%;
  position: relative;
}

.condition-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 9px;
  height: 2px;
  background: #df8eaa;
  transform: rotate(45deg);
  border-radius: 99px;
}

.condition-search button,
.selected-conditions button,
.filter-head button {
  border: 1px solid #e7a7bd;
  border-radius: 999px;
  background: #fff;
  color: #c84f7d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.condition-search button {
  height: 32px;
}

.results-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 18px;
}

.filter-panel {
  position: sticky;
  top: 124px;
  max-height: calc(100vh - 258px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #efdbe1;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(109, 59, 79, 0.05);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.site-header,
.results-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
}

.mobile-filter-fab,
.mobile-filter-backdrop {
  display: none;
}

.filter-form {
  margin: 0;
}

.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eddbe1;
}

.filter-head h2 {
  margin: 0;
  font-size: 18px;
}

.filter-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-toggle {
  display: none;
}

.filter-head button {
  border: 0;
  font-size: 12px;
}

.filter-reset,
.preview-clear-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 12px;
  color: #c84f7d;
  background: #fff;
  border: 1px solid #efdbe1;
  border-radius: 999px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.filter-group {
  padding: 19px 0 15px;
  border-bottom: 1px solid #f0e1e6;
}

.filter-group h3 {
  margin: 0 0 12px;
  color: #6b5963;
  font-size: 13px;
  font-weight: 800;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #3e333b;
  font-size: 13px;
  font-weight: 700;
}

.filter-group input {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  accent-color: #ca4f7f;
  flex: 0 0 auto;
}

.filter-group label > span {
  margin-left: auto;
  color: #bf4b78;
  font-size: 12px;
}

.price-range,
.range-labels {
  display: flex;
  justify-content: space-between;
  color: #5d4b55;
  font-size: 12px;
  font-weight: 800;
}

.price-slider {
  position: relative;
}

.range-track {
  position: relative;
  height: 4px;
  margin: 18px 8px 14px;
  background: #efd9e1;
  border-radius: 999px;
}

.range-track span {
  position: absolute;
  inset: 0 12%;
  background: #cc5b88;
  border-radius: inherit;
}

.price-range-inputs {
  position: relative;
  height: 28px;
  margin: -30px 0 12px;
}

.price-range-inputs input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.price-range-inputs input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  appearance: none;
  pointer-events: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #c84f7d;
  box-shadow: 0 3px 10px rgba(190, 71, 116, 0.24);
  cursor: grab;
}

.price-range-inputs input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  pointer-events: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #c84f7d;
  box-shadow: 0 3px 10px rgba(190, 71, 116, 0.24);
  cursor: grab;
}

.price-range-inputs input[type="range"]:focus-visible::-webkit-slider-thumb {
  outline: 3px solid rgba(200, 79, 125, 0.22);
}

.price-range-inputs input[type="range"]:focus-visible::-moz-range-thumb {
  outline: 3px solid rgba(200, 79, 125, 0.22);
}

.filter-submit {
  position: sticky;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #d46896, #bf4476);
  box-shadow: 0 8px 18px rgba(190, 71, 116, 0.18);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.result-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: #342832;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.result-toolbar p {
  margin: 0;
}

.result-toolbar strong {
  color: #c64778;
}

.result-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f0dce2;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}

.sort-form {
  margin: 0;
}

.result-toolbar select {
  border: 0;
  background: transparent;
  font: inherit;
  color: #332832;
}

.selected-conditions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #f1dce3;
  border-radius: 10px;
}

.selected-conditions h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.selected-conditions div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.selected-conditions span,
.selected-condition-chip {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  color: #493842;
  background: #faeef2;
  border-radius: 9px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.selected-conditions span::after,
.selected-condition-chip::after {
  content: "×";
  margin-left: 10px;
  color: #c94e7e;
}

.selected-condition-chip {
  cursor: pointer;
}

.selected-condition-chip:hover {
  background: #f6e4eb;
  color: #bf4476;
}

.selected-conditions div > a:not(.selected-condition-chip) {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  color: #bf4476;
  background: #fff;
  border: 1px solid #efdbe1;
  border-radius: 9px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.selected-conditions button {
  padding: 0 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px 18px;
}

.empty-results {
  grid-column: 1 / -1;
  padding: 44px 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(113, 59, 79, 0.055);
}

.empty-results h2 {
  margin: 0 0 12px;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.empty-results p {
  margin: 0 auto 22px;
  max-width: 520px;
  color: #74636d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.empty-results a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  color: #fff;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, #d16391, #b94475);
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(185, 68, 117, 0.16);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0 13px 15px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(113, 59, 79, 0.055);
}

.product-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(154px, 18vw, 186px);
  margin: 0 -13px 13px;
  background:
    radial-gradient(circle at 58% 42%, rgba(255, 225, 235, 0.9), transparent 84px),
    linear-gradient(135deg, #fff6f8, #fff);
  border-bottom: 1px solid #f4e2e8;
  text-decoration: none;
}

.product-photo span {
  color: #d3a2b4;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.rank-ribbon-img {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 14px;
  width: 48px;
  height: 66px;
  object-fit: contain;
}

.product-card h2 {
  margin: 0 0 8px;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.product-price {
  margin: 0 0 8px;
  color: #2d232b;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 700;
}

.product-price span {
  color: #d05a86;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
}

.product-rating {
  margin: 0 0 12px;
  color: #e5a51d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.product-rating span {
  color: #6f5d66;
  font-weight: 700;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.product-tags span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  background: #fbf1f4;
  border-radius: 7px;
  color: #68545f;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  gap: 4px;
  color: #66535d;
  text-align: center;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  padding-top: 10px;
  border-top: 1px solid #f2e2e8;
}

.product-specs div {
  min-width: 0;
}

.product-specs dt {
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.product-specs dd {
  margin: 4px 0 0;
  color: #2f252e;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.product-detail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 14px;
  color: #fff;
  background: linear-gradient(135deg, #d46896, #bf4476);
  border-radius: 8px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 36px 0 30px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.pagination a,
.pagination span,
.pagination strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #efdae2;
  border-radius: 8px;
  background: #fff;
  color: #3a3037;
  font-size: 13px;
  font-weight: 800;
}

.pagination strong {
  color: #fff;
  background: #c94f7f;
  border-color: #c94f7f;
}

.pagination a.is-current {
  color: #fff;
  background: #c94f7f;
  border-color: #c94f7f;
}

.pagination .pagination-ellipsis {
  min-width: 22px;
  padding: 0 2px;
  color: #9f8b96;
  background: transparent;
  border-color: transparent;
}

.pagination span:first-child {
  color: #bda8b2;
  background: #f8f0f3;
}

/* Product detail */
.product-page {
  background: linear-gradient(180deg, #fffafb 0%, #fff7f8 100%);
}

.product-page .page-shell {
  width: min(100vw, 1240px);
}

.product-detail-main {
  padding: 18px 32px 42px;
}

.product-breadcrumb {
  margin-bottom: 18px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(300px, 1fr) minmax(300px, 370px);
  gap: 28px;
  align-items: start;
}

.product-gallery,
.product-summary-card,
.detail-spec-panel,
.editor-comment-card,
.fit-panel,
.review-panel,
.faq-panel,
.detail-spec-full,
.related-products {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(113, 59, 79, 0.055);
}

.product-gallery {
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.detail-rank-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 66px;
  color: #fff;
  background: linear-gradient(180deg, #e579a0, #cc5a87);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.detail-main-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 392px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 224, 234, 0.86), transparent 150px),
    linear-gradient(135deg, #fff5f8, #fff);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  overflow: hidden;
}

.detail-main-photo img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.detail-thumbs button {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 8px;
  border: 1px solid #efd8e0;
  border-radius: 9px;
  background: #fff;
}

.detail-thumbs button.is-active {
  border-color: #d76b98;
  box-shadow: 0 0 0 3px rgba(215, 107, 152, 0.14);
}

.detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-summary-card {
  padding: 18px 18px 20px;
}

.product-title-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.product-title-line h1 {
  margin: 0 0 6px;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.36;
}

.product-title-line p {
  margin: 0;
  color: #7a6872;
  font-size: 13px;
  font-weight: 700;
}

.detail-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin: 18px 0 10px;
  color: #e5a51d;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.detail-rating strong {
  color: #d45d8c;
  font-size: 20px;
}

.detail-rating em,
.detail-rating small {
  color: #6f5d66;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.detail-price {
  margin: 0 0 16px;
  color: #d25080;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 34px;
  font-weight: 700;
}

.detail-price span {
  color: #d05a86;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #69535f;
  background: #fbf0f4;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.detail-lead {
  margin: 0 0 20px;
  color: #463842;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.detail-cta-row {
  display: grid;
  gap: 12px;
}

.detail-primary-cta,
.detail-secondary-cta,
.review-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.detail-primary-cta,
.review-form button {
  color: #fff;
  background: linear-gradient(135deg, #db6d9b, #c8497b);
  box-shadow: 0 10px 20px rgba(190, 71, 116, 0.16);
}

.detail-secondary-cta {
  color: #c8497b;
  background: #fff;
  border: 1px solid #efd5df;
}

.detail-side {
  display: grid;
  gap: 16px;
}

.detail-spec-panel,
.editor-comment-card {
  padding: 18px;
}

.detail-spec-panel h2,
.editor-comment-card h2,
.fit-panel h2,
.review-panel h2,
.faq-panel h2,
.detail-spec-full h2,
.related-products h2 {
  margin: 0;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.detail-spec-panel dl,
.detail-spec-full dl {
  margin: 16px 0 0;
  border-top: 1px solid #f0dce2;
}

.detail-spec-panel dl div,
.detail-spec-full dl div {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 39px;
  border-bottom: 1px solid #f0dce2;
}

.detail-spec-panel dt,
.detail-spec-full dt {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  color: #8a536b;
  background: #fff7f9;
  font-size: 12px;
  font-weight: 900;
}

.detail-spec-panel dd,
.detail-spec-full dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 9px 12px;
  color: #3f333b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.detail-spec-panel a,
.editor-comment-card a,
.related-products a {
  color: #c64d7d;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.detail-spec-panel > a {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.editor-comment-card {
  background: linear-gradient(135deg, #fff7f9, #fff);
}

.editor-comment-card > h2 {
  display: none;
}

.editor-profile {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.editor-profile img {
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 38%;
  box-shadow: 0 8px 18px rgba(124, 73, 94, 0.16);
}

.editor-profile span {
  display: inline-flex;
  margin-bottom: 4px;
  color: #c24f80;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.editor-profile h2 {
  margin: 0;
  color: #2f252e;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.editor-comment-card p {
  margin: 14px 0 14px;
  color: #4b3d46;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
}

.fit-panel {
  margin-top: 26px;
  padding: 20px;
}

.fit-panel > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
}

.fit-panel section {
  padding: 0 8px;
}

.fit-panel h3 {
  margin: 0 0 10px;
  color: #2f252e;
  font-size: 16px;
}

.fit-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-panel li {
  color: #4d3c46;
  font-size: 13px;
  font-weight: 700;
}

.fit-panel li::before {
  content: "○";
  margin-right: 8px;
  color: #d3628f;
  font-weight: 900;
}

.detail-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
  margin-top: 26px;
}

.review-panel,
.faq-panel,
.detail-spec-full,
.related-products {
  padding: 20px;
}

.detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.detail-section-head span {
  color: #c7507f;
  font-size: 13px;
  font-weight: 900;
}

.review-empty-card {
  padding: 18px;
  background: #fff8fa;
  border: 1px solid #f1dce3;
  border-radius: 9px;
}

.review-empty-card strong {
  color: #2f252e;
  font-size: 15px;
}

.review-empty-card p {
  margin: 8px 0 0;
  color: #6b5963;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.review-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f0dce2;
}

.review-form h3 {
  margin: 0;
  color: #2f252e;
  font-size: 18px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-form label {
  display: grid;
  gap: 6px;
  color: #5f4d57;
  font-size: 12px;
  font-weight: 900;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid #edd6df;
  border-radius: 6px;
  background: #fff;
  color: #3f333b;
  font: inherit;
}

.review-form textarea {
  min-height: 82px;
  resize: vertical;
}

.tap-stars {
  color: #edae28;
  font-size: 18px;
  letter-spacing: 2px;
}

.review-form p {
  margin: -4px 0 0;
  color: #8a7580;
  font-size: 11px;
  font-weight: 700;
}

.faq-panel {
  display: grid;
  gap: 12px;
}

.faq-panel details {
  padding: 0;
  border: 1px solid #f0dce2;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.faq-panel summary {
  cursor: pointer;
  padding: 15px 42px 15px 16px;
  color: #3c3038;
  font-size: 14px;
  font-weight: 900;
  list-style: none;
  position: relative;
}

.faq-panel summary::-webkit-details-marker {
  display: none;
}

.faq-panel summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #d86996;
  font-size: 22px;
  line-height: 1;
}

.faq-panel details[open] summary::after {
  content: "-";
}

.faq-panel p {
  margin: 0;
  padding: 0 16px 16px;
  color: #67545e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.detail-spec-full,
.related-products {
  margin-top: 26px;
}

.detail-spec-full dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.related-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.related-product-card a {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 118px;
  padding: 12px;
  background: #fff;
  border: 1px solid #f0dce2;
  border-radius: 9px;
  text-decoration: none;
}

.related-product-card img {
  width: 104px;
  height: 94px;
  object-fit: contain;
  background: #fff7f9;
  border-radius: 8px;
  mix-blend-mode: multiply;
}

.related-product-card span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2f252e;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.related-product-card strong {
  color: #d25080;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 17px;
}

.product-not-found {
  max-width: 720px;
  margin: 48px auto;
  padding: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0dce2;
  border-radius: 10px;
}

@media (max-width: 1040px) {
  .product-detail-hero {
    grid-template-columns: minmax(280px, 420px) 1fr;
  }

  .detail-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .detail-lower-grid {
    grid-template-columns: 1fr;
  }

  .related-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .product-detail-main {
    padding: 14px 14px 32px;
  }

  .product-detail-hero,
  .detail-side,
  .fit-panel > div,
  .detail-lower-grid,
  .detail-spec-full dl,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .detail-main-photo {
    min-height: 300px;
    padding: 22px;
  }

  .detail-main-photo img {
    max-height: 248px;
  }

  .detail-thumbs {
    grid-template-columns: repeat(5, minmax(52px, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-summary-card,
  .detail-spec-panel,
  .editor-comment-card,
  .fit-panel,
  .review-panel,
  .faq-panel,
  .detail-spec-full,
  .related-products {
    padding: 16px;
  }

  .product-title-line h1 {
    font-size: 22px;
  }

  .detail-price {
    font-size: 30px;
  }

  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .detail-section-head {
    display: grid;
    gap: 6px;
  }

  .detail-spec-panel dl div,
  .detail-spec-full dl div {
    grid-template-columns: 104px 1fr;
  }

  .related-product-card a {
    grid-template-columns: 96px 1fr;
  }
}

@media (max-width: 620px) {
  .results-shell {
    width: 100vw;
  }

  .results-header {
    height: 67px;
    padding: 8px 14px;
  }

  .results-main {
    padding: 12px 14px 28px;
  }

  .breadcrumb {
    gap: 10px;
    font-size: 12px;
  }

  .results-hero {
    display: block;
    margin-top: 14px;
  }

  .results-title-wrap {
    gap: 10px;
  }

  .results-title-wrap h1 {
    font-size: 28px;
  }

  .result-count-badge {
    gap: 3px;
  }

  .result-count-badge::before {
    width: 26px;
    height: 26px;
  }

  .result-count-badge span {
    font-size: 28px;
  }

  .condition-search {
    grid-template-columns: 28px 1fr;
    gap: 7px;
    width: 100%;
    min-height: 78px;
    padding: 10px 12px 12px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  .condition-search button {
    grid-column: 1 / -1;
    width: 100%;
    height: 34px;
  }

  .results-layout {
    display: block;
    margin-top: 14px;
  }

  .filter-panel {
    padding: 18px 14px;
    border-radius: 10px;
  }

  .filter-head h2 {
    font-size: 17px;
  }

  .filter-head-actions {
    gap: 7px;
  }

  .filter-toggle {
    display: inline-flex;
    align-items: center;
    height: 31px;
    padding: 0 12px;
  }

  .filter-reset {
    height: 31px;
    padding: 0 10px;
    font-size: 11px;
  }

  .filter-panel:not(.is-open) {
    padding-bottom: 14px;
  }

  .filter-panel:not(.is-open) .filter-group,
  .filter-panel:not(.is-open) .filter-submit {
    display: none;
  }

  .filter-panel:not(.is-open) .filter-head {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .filter-group {
    padding: 17px 0 13px;
  }

  .filter-group h3 {
    font-size: 12px;
  }

  .filter-group label {
    min-height: 31px;
    font-size: 12px;
  }

  .filter-group input {
    width: 15px;
    height: 15px;
  }

  .filter-submit {
    height: 48px;
  }

  .result-content {
    margin-top: 20px;
  }

  .result-toolbar {
    display: block;
    margin-bottom: 12px;
  }

  .result-toolbar p {
    margin-bottom: 11px;
    font-size: 12px;
  }

  .result-toolbar label {
    width: 100%;
    justify-content: space-between;
  }

  .selected-conditions {
    display: block;
    padding: 15px 13px 14px;
    margin-bottom: 18px;
  }

  .selected-conditions h2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .selected-conditions div {
    gap: 8px;
  }

  .selected-conditions span,
  .selected-condition-chip,
  .selected-conditions div > a:not(.selected-condition-chip) {
    height: 31px;
    padding: 0 10px;
    font-size: 11px;
  }

  .selected-conditions button {
    height: 31px;
    padding: 0 13px;
    font-size: 11px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card {
    min-height: 0;
    padding: 0 13px 15px;
  }

  .product-photo {
    height: 176px;
    margin: 0 -13px 14px;
  }

  .rank-ribbon-img {
    left: 15px;
    width: 42px;
    height: 58px;
  }

  .product-card h2 {
    font-size: 16px;
  }

  .product-price {
    font-size: 22px;
  }

  .product-tags span {
    height: 25px;
    font-size: 10px;
  }

  .product-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 4px;
  }

  .product-specs dt,
  .product-specs dd {
    white-space: normal;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 7px;
    margin: 28px 0 0;
  }

  .pagination a,
  .pagination span,
  .pagination strong {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
}
/* DB preview */
.db-preview-main {
  padding-bottom: 72px;
}

.preview-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.preview-summary div {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.preview-summary strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
}

.preview-summary span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .88rem;
}

.affiliate-admin-main {
  padding-bottom: 72px;
}

.affiliate-admin-panel {
  margin-top: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0dce2;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(113, 59, 79, 0.055);
}

.affiliate-admin-filters {
  display: grid;
  grid-template-columns: 180px minmax(220px, 1fr) 120px 100px;
  gap: 12px;
  align-items: end;
}

.affiliate-admin-filters label {
  display: grid;
  gap: 6px;
  color: #5f4d57;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-admin-filters input,
.affiliate-admin-filters select {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #edd6df;
  border-radius: 7px;
  background: #fff;
  color: #3f333b;
  font: inherit;
}

.affiliate-admin-filters button,
.affiliate-admin-filters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.affiliate-admin-filters button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #d46896, #bf4476);
}

.affiliate-admin-filters a {
  color: #c64d7d;
  border: 1px solid #efd5df;
  background: #fff;
}

.affiliate-admin-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 12px;
  color: #66545e;
  font-size: 13px;
  font-weight: 700;
}

.affiliate-admin-toolbar p {
  margin: 0;
}

.affiliate-table-wrap {
  overflow-x: auto;
  border: 1px solid #f0dce2;
  border-radius: 10px;
}

.affiliate-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #fff;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.affiliate-table th,
.affiliate-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1dfe5;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
}

.affiliate-table th {
  color: #8a536b;
  background: #fff7f9;
  font-weight: 900;
  white-space: nowrap;
}

.affiliate-table td {
  color: #3f333b;
  font-weight: 700;
  line-height: 1.55;
}

.affiliate-table td strong,
.affiliate-table td small,
.affiliate-table td a {
  display: block;
}

.affiliate-table td strong {
  color: #2f252e;
  font-size: 13px;
}

.affiliate-table td small {
  margin-top: 4px;
  color: #8a7580;
}

.affiliate-table a {
  color: #c64d7d;
  text-decoration: none;
  word-break: break-all;
}

.affiliate-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-status.is-active {
  color: #1f7a56;
  background: #eaf8f1;
}

.affiliate-status.is-pending {
  color: #a76b13;
  background: #fff5df;
}

.affiliate-status.is-missing {
  color: #a93855;
  background: #fdebf0;
}

.affiliate-empty {
  color: #9c8792;
}

.preview-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
}

.preview-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.preview-product-card {
  min-height: 100%;
}

.preview-photo {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.preview-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.preview-source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  background: #fff;
  font-size: .84rem;
  text-decoration: none;
}

.preview-compare-wrap {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}

.preview-compare-wrap h2 {
  margin: 0;
  padding: 20px 22px 8px;
  font-size: 1.25rem;
}

.preview-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.preview-compare-table th,
.preview-compare-table td {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 14px 16px;
  vertical-align: middle;
}

.preview-compare-table th {
  background: #fff7fa;
  color: var(--ink);
  font-weight: 700;
}

.preview-compare-table thead th {
  text-align: center;
  font-size: .9rem;
}

.preview-compare-table tbody th {
  width: 150px;
  text-align: left;
}

.preview-compare-table td {
  color: var(--muted);
  text-align: center;
}

.preview-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.preview-table th,
.preview-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: left;
  vertical-align: middle;
}

.preview-table th {
  background: #fff7fa;
  color: var(--ink);
  font-size: .88rem;
}

.preview-product {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.preview-product img,
.preview-no-image {
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.preview-no-image {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: .75rem;
}

.preview-product strong,
.preview-product small,
.preview-product a {
  display: block;
}

.preview-product strong {
  color: var(--ink);
}

.preview-product small {
  margin-top: 4px;
  color: var(--muted);
}

.preview-product a {
  margin-top: 6px;
  color: var(--accent);
  font-size: .82rem;
  text-decoration: none;
}

.preview-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 3px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f8f2f4;
  color: var(--muted);
  font-size: .78rem;
}

.preview-pill.ok {
  background: #f4e5eb;
  color: var(--accent);
}

.preview-report {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  padding: 20px;
}

.preview-report h2 {
  margin: 0 0 14px;
  font-size: 1.1rem;
}

.preview-report pre {
  overflow-x: auto;
  margin: 0;
  white-space: pre-wrap;
  color: var(--muted);
}

@media (max-width: 760px) {
  .preview-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .preview-card-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-admin-filters {
    grid-template-columns: 1fr;
  }

  .affiliate-admin-toolbar {
    display: grid;
  }
}

@media (max-width: 620px) {
  .site-header,
  .results-header {
    position: sticky;
    top: 0;
    z-index: 80;
  }

  .results-layout,
  .preview-results-layout {
    display: block;
  }

  .results-layout .filter-panel,
  .preview-results-layout .filter-panel {
    position: fixed;
    z-index: 130;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-height: min(82vh, 720px);
    padding: 18px 16px 20px;
    overflow: auto;
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(58, 35, 47, 0.22);
    transform: translateY(112%);
    opacity: 0;
    visibility: hidden;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  body.filter-modal-open .results-layout .filter-panel,
  body.filter-modal-open .preview-results-layout .filter-panel {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .results-layout .filter-panel.is-modal-open,
  .preview-results-layout .filter-panel.is-modal-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .results-layout .filter-panel .filter-group,
  .results-layout .filter-panel .filter-submit,
  .preview-results-layout .filter-panel .filter-group,
  .preview-results-layout .filter-panel .filter-submit {
    display: block;
  }

  .results-layout .filter-panel .filter-head,
  .preview-results-layout .filter-panel .filter-head {
    position: sticky;
    top: -18px;
    z-index: 3;
    margin: -18px -16px 0;
    padding: 18px 16px 14px;
    background: rgba(255, 255, 255, 0.98);
    padding-bottom: 14px;
    border-bottom: 1px solid #eddbe1;
  }

  .results-layout .filter-toggle,
  .preview-results-layout .filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    padding: 0 12px;
  }

  .mobile-filter-fab {
    position: fixed;
    z-index: 120;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid rgba(205, 87, 132, 0.36);
    border-radius: 50%;
    background: linear-gradient(135deg, #d46896, #bf4476);
    box-shadow: 0 12px 30px rgba(190, 71, 116, 0.28);
    color: #fff;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 900;
  }

  .mobile-filter-icon {
    display: grid;
    gap: 4px;
    width: 22px;
  }

  .mobile-filter-icon i {
    display: block;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
  }

  .mobile-filter-icon i:nth-child(2) {
    width: 16px;
    margin-left: auto;
  }

  .mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 125;
    display: block;
    background: rgba(45, 31, 39, 0.34);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  body.filter-modal-open .mobile-filter-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile-filter-backdrop.is-open {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.filter-modal-open {
    overflow: hidden;
  }

  body.filter-modal-open .mobile-filter-fab {
    opacity: 0;
    pointer-events: none;
  }

  .category-filter-modal {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: 84vh;
    padding: 18px 16px 20px;
    border-radius: 16px;
    transform: translateY(112%);
  }

  .category-filter-modal.is-open {
    transform: translateY(0);
  }

  .category-filter-title-wrap img {
    width: 48px;
    height: 48px;
  }

  .category-filter-title-wrap h3 {
    font-size: 24px;
  }

  .category-filter-actions {
    grid-template-columns: 1fr;
  }

  .category-filter-options {
    gap: 8px;
  }

  .category-filter-options label {
    min-height: 36px;
    font-size: 12px;
  }

  .column-editor-panel,
  .column-summary-cards,
  .column-preview-page .article-preview-content .fleura-choice-grid,
  .column-preview-page .article-preview-content .fleura-condition-panel {
    grid-template-columns: 1fr;
  }

  .column-preview-page .article-preview-content .fleura-related-links,
  .article-preview-content .fleura-related-links {
    margin: 28px 0 8px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .column-preview-page .article-preview-content .fleura-related-links p,
  .article-preview-content .fleura-related-links p {
    font-size: 13px;
  }

  .column-preview-page .article-preview-content .fleura-related-actions,
  .article-preview-content .fleura-related-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .column-preview-page .article-preview-content .fleura-related-actions a,
  .article-preview-content .fleura-related-actions a {
    width: 100%;
  }

  .article-preview-content .fleura-related-actions .fleura-article-cta {
    justify-content: flex-start;
    min-height: 62px;
    padding: 8px 10px;
    font-size: 15px;
  }

  .article-preview-content .fleura-cta-icon {
    width: 42px;
    height: 42px;
  }

  .article-preview-content .fleura-cta-icon img {
    width: 27px;
    height: 27px;
  }

  .article-preview-content .fleura-cta-arrow {
    margin-left: auto;
  }

  .column-editor-balloon::before {
    left: 42px;
    top: -9px;
    border: 0;
    border-left: 1px solid #f0d7df;
    border-top: 1px solid #f0d7df;
  }

  .column-preview-page .article-preview-content h2 {
    padding-left: 46px;
    font-size: 20px;
  }

  .column-preview-page .article-preview-content {
    font-size: 16px;
    line-height: 2;
  }
}

@media (max-width: 760px) {
  .article-preview-content .fleura-ranking-card {
    grid-template-columns: 1fr;
  }

  .article-preview-content .fleura-ranking-media {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .article-preview-content .fleura-ranking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-preview-content .fleura-ranking-actions a,
  .article-preview-content .fleura-editor-card {
    width: 100%;
  }

  .article-preview-content .fleura-editor-card {
    grid-template-columns: 1fr;
  }

  .article-preview-content .fleura-editor-card img {
    width: 74px;
    height: 74px;
  }
}

body,
button,
input,
select,
textarea,
.notice-text,
.brand-sub,
.header-action span,
.menu-panel a,
.breadcrumb,
.search-box input,
.search-box button,
.tag-list a,
.reason-label,
.reason-note,
.category-card,
.guide-card,
.filter-panel,
.product-card,
.detail-lead,
.detail-primary-cta,
.detail-secondary-cta,
.detail-spec-panel,
.editor-comment-card,
.fit-panel,
.review-panel,
.faq-panel,
.detail-spec-full,
.related-products,
.site-footer {
  font-family: var(--font-sans);
  font-feature-settings: "palt";
}

.section-title,
.results-title-wrap h1,
.filter-head h2,
.selected-conditions h2,
.empty-results h2,
.product-card h2,
.product-title-line h1,
.detail-spec-panel h2,
.editor-comment-card h2,
.fit-panel h2,
.review-panel h2,
.faq-panel h2,
.detail-spec-full h2,
.related-products h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.reason-value strong,
.result-count-badge,
.product-price,
.detail-price,
.detail-rating strong,
.rank-badge {
  font-family: var(--font-number);
}
