.jh-shell {
  --jh-border: #e5e5e5;
  --jh-border-strong: #d7d7d7;
  --jh-muted: #666;
  --jh-soft: #f7f7f7;
  --jh-bg-soft: #fafafa;
  --jh-cta: #111;
  --jh-cta-text: #fff;
  width: 100%;
  max-width: 100%;
  color: #1a1a1a;
}

.jh-home-shell,
.jh-shell--detail,
.jh-archive-shell {
  padding: 0 0 32px;
}

.jh-home-shell .jh-section,
.jh-shell--detail .jh-section,
.jh-archive-shell .jh-section {
  margin-bottom: 2em;
}

.jh-home-shell .jh-section {
  margin-bottom: 3.5em;
}

.jh-home-shell .jh-section-head,
.jh-shell--detail .jh-section-head,
.jh-archive-shell .jh-section-head {
  margin-bottom: 0;
}

.jh-section-more-link {
  display: block;
  text-align: right;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}

.jh-section-more-link:hover {
  color: #333;
  text-decoration: underline;
}

.jh-home-shell .jh-section-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
}

.jh-home-shell .jh-section-head--with-more .jh-section-title {
  margin-bottom: 0;
  line-height: 1.1;
}

.jh-shell--detail .jh-section-title {
  margin: 0 0 14px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
}

.jh-archive-shell .jh-section-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
}

.jh-archive-shell .jh-section {
  padding: 6px 20px 0;
}

.jh-archive-toolbar {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}

.jh-archive-toolbar__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.jh-archive-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 280px;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 8px;
  background: #fff;
}

.jh-archive-search__label {
  flex: 0 0 auto;
  color: var(--jh-muted);
  font-size: 12px;
  line-height: 1;
}

.jh-archive-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
}

.jh-archive-search input:focus {
  outline: 0;
}

.jh-archive-toolbar__submit,
.jh-archive-toolbar__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

.jh-archive-toolbar__row--filters {
  gap: 10px;
}

.jh-archive-toolbar__select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.jh-archive-toolbar__select span {
  color: var(--jh-muted);
  font-size: 12px;
  line-height: 1.4;
}

.jh-archive-toolbar__select select {
  min-width: 160px;
  min-height: 40px;
  padding: 0 32px 0 12px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
}

.jh-home-shell .jh-home-toolbar {
  display: grid;
  justify-items: center;
  margin: 0 0 2.4em;
}

.jh-home-shell .jh-home-sale-strip {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2em;
  padding: 18px max(16px, calc((100vw - 1180px) / 2)) 0;
}

.jh-home-shell .jh-home-sale-strip__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.jh-home-shell .jh-home-sale-strip__copy {
  display: grid;
  gap: 4px;
  max-width: 760px;
}

.jh-home-shell .jh-home-sale-strip__eyebrow {
  margin: 0;
  color: #ff8f34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jh-home-shell .jh-home-sale-strip__title {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left !important;
}

.jh-home-shell .jh-home-sale-strip__title::before,
.jh-home-shell .jh-home-sale-strip__title::after {
  display: none !important;
  content: none !important;
}

.jh-home-shell .jh-home-sale-strip__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.jh-home-shell .jh-home-sale-strip__more {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.jh-home-shell .jh-home-sale-marquee {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 143, 52, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(15, 18, 34, 0.98), rgba(9, 13, 26, 0.98));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.jh-home-shell .jh-home-sale-marquee::before,
.jh-home-shell .jh-home-sale-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 1;
  pointer-events: none;
}

.jh-home-shell .jh-home-sale-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 15, 28, 0.96), rgba(11, 15, 28, 0));
}

.jh-home-shell .jh-home-sale-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 15, 28, 0.96), rgba(11, 15, 28, 0));
}

.jh-home-shell .jh-home-sale-marquee__track {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 14px;
  padding-left: 18px;
  animation: jh-sale-marquee 62s linear infinite;
}

.jh-home-shell .jh-home-sale-marquee__duplicate {
  display: flex;
  gap: 14px;
}

.jh-home-shell .jh-home-sale-card {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 338px;
  min-width: 338px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7ef 0%, #ffffff 48%, #fff3e5 100%);
  color: #111827;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.16);
}

.jh-home-shell .jh-home-sale-card:hover,
.jh-home-shell .jh-home-sale-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 122, 0, 0.22);
}

.jh-home-shell .jh-home-sale-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  aspect-ratio: 16 / 10;
}

.jh-home-shell .jh-home-sale-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-home-shell .jh-home-sale-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.jh-home-shell .jh-home-sale-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f34 0%, #ff5a1f 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.jh-home-shell .jh-home-sale-card__meta {
  color: #6b7280;
  font-size: 11px;
  line-height: 1.4;
}

.jh-home-shell .jh-home-sale-card__title {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes jh-sale-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.jh-home-shell .jh-home-toolbar__row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.jh-home-shell .jh-home-search-form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.jh-home-shell .jh-search-input {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 6px;
  background: #fff;
}

.jh-home-shell .jh-search-input__icon {
  flex: 0 0 auto;
  color: var(--jh-muted);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.jh-home-shell .jh-search-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
}

.jh-home-shell .jh-search-input input:focus {
  outline: 0;
}

.jh-home-shell .jh-search-submit,
.jh-home-shell .jh-home-filterbar__clear,
.jh-home-shell .jh-load-more {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 6px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

.jh-home-shell .jh-search-submit {
  border-color: #bd2de5;
  background: #bd2de5;
  color: #fff;
}

.jh-home-shell .jh-home-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.jh-home-shell .jh-filter-select {
  display: inline-flex;
}

.jh-home-shell .jh-filter-select select {
  min-width: 152px;
  min-height: 40px;
  padding: 0 32px 0 12px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 6px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
}

.jh-feature-grid,
.jh-card-grid,
.jh-archive-grid {
  display: grid;
  gap: 16px;
}

.jh-home-shell .jh-feature-grid--actresses-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jh-home-shell .jh-feature-grid--actresses-home .jh-media-card__body {
  padding-top: 6px;
}

.jh-home-shell .jh-feature-grid--actresses-home .jh-media-card__title {
  font-size: 14px;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jh-home-shell .jh-feature-grid--items,
.jh-home-shell .jh-feature-grid--recommend,
.jh-shell--detail .jh-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jh-media-card {
  min-width: 0;
}

.jh-media-card__frame {
  display: block;
  color: inherit;
  text-decoration: none;
}

.jh-media-card__visual {
  overflow: hidden;
  border: 1px solid var(--jh-border);
  border-radius: 10px;
  background: var(--jh-soft);
}

.jh-media-card--actress .jh-media-card__visual {
  aspect-ratio: 1 / 1;
}

.jh-media-card--item .jh-media-card__visual {
  aspect-ratio: 16 / 9;
  background: #111;
  position: relative;
}

.jh-media-card__sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f34 0%, #ff5a1f 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(255, 90, 31, 0.28);
}

.jh-media-card__push-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd55a 0%, #ff8f1f 100%);
  color: #402100;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(255, 164, 34, 0.26);
}

.jh-media-card--item .jh-media-card__image {
  object-fit: cover;
}

.jh-media-card__image {
  display: block;
  width: 100%;
  height: 100% !important;
    object-fit: cover;
    object-position: right top;
}

.jh-media-card--actress-fallback .jh-media-card__image,
.jh-shell--detail .jh-hero-media--actress .jh-hero-media__image,
.jh-shell--detail .jh-hero-media--item-fallback .jh-hero-media__image {
  object-position: right center;
}

.jh-media-card__body {
  padding-top: 8px;
}

.jh-media-card__eyebrow {
  margin: 0 0 4px;
  color: var(--jh-muted);
  font-size: 11px;
  line-height: 1.35;
}

.jh-media-card__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
}

.jh-load-more-wrap {
  margin-top: 14px;
  text-align: center;
}

.jh-archive-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 24px;
}

.jh-archive-grid--actress {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 10px;
}

.jh-archive-grid--actress .jh-media-card__title {
  font-size: 11px;
  line-height: 1.3;
}

.jh-archive-pagination {
  margin-top: 28px;
}

.jh-archive-pagination .pagination,
.jh-archive-pagination .wp-pagenavi,
.jh-archive-pagination .page-numbers {
  justify-content: center;
}

.jh-empty-box {
  padding: 12px 0;
  color: var(--jh-muted);
  font-size: 14px;
  line-height: 1.7;
}

.jh-archive-shell .jh-media-card__visual {
  border-radius: 12px;
}

.jh-archive-shell .jh-media-card__body {
  padding: 14px 6px 0;
}

.jh-archive-shell .jh-media-card__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.jh-archive-shell .jh-media-card__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  word-break: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.jh-archive-shell .jh-media-card--item .jh-media-card__title {
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: normal;
}

.jh-home-shell .jh-media-card--item .jh-media-card__body {
  display: grid;
  gap: 2px;
}

.jh-home-shell .jh-media-card--item .jh-media-card__eyebrow {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.2;
}

.jh-home-shell .jh-media-card--item .jh-media-card__title {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jh-home-shell .jh-feature-grid--items .jh-media-card--item .jh-media-card__title,
.jh-home-shell .jh-feature-grid--recommend .jh-media-card--item .jh-media-card__title {
  display: block;
  font-size: 14px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.jh-shell--detail .jh-hero {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.jh-shell--detail .jh-hero__title-block {
  min-width: 0;
}

.jh-shell--detail .jh-hero__title-block .jh-title {
  margin: 0;
  line-height: 1.35;
}

.jh-shell--detail .jh-hero-media {
  overflow: hidden;
  border: 1px solid var(--jh-border);
  border-radius: 12px;
  background: var(--jh-soft);
}

.jh-shell--detail .jh-hero-media--actress {
  aspect-ratio: 4 / 5;
}

.jh-shell--detail .jh-hero-media--item {
  aspect-ratio: 4 / 5;
}

.jh-shell--detail .jh-hero-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-shell--detail .jh-hero-media__inner {
  display: none;
}

.jh-shell--detail .jh-hero-copy {
  display: grid;
  gap: 14px;
}

.jh-shell--detail .jh-hero-copy__sub {
  margin: 0;
  color: var(--jh-muted);
  font-size: 14px;
  line-height: 1.6;
}

.jh-shell--detail .jh-summary-box {
  padding: 12px 14px;
  border: 1px solid var(--jh-border);
  border-radius: 10px;
  background: var(--jh-bg-soft);
}

.jh-shell--detail .jh-summary-box p {
  margin: 0;
  color: #1a1a1a;
  line-height: 1.8;
}

.jh-shell--detail .jh-hero-copy__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jh-shell--detail .jh-save-button--icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.jh-shell--detail .jh-inline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-shell--detail .jh-inline-meta li {
  margin: 0;
  color: var(--jh-muted);
  font-size: 14px;
  line-height: 1.7;
}

.jh-shell--detail .jh-alert--sale {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #f0d39d;
  border-radius: 10px;
  background: #fff8ea;
  color: #7b581e;
  line-height: 1.6;
}

.jh-shell--detail .jh-sample-video__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--jh-border);
  border-radius: 12px;
  background: #111;
}

.jh-shell--detail .jh-sample-video__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #111;
  }

.jh-shell--detail .jh-sample-video__cta-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.jh-shell--detail .jh-sample-video__embed {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #111;
  }

.jh-shell--detail .jh-sample-video__frame--playable {
  background: #000;
}

.jh-shell--detail .jh-sample-video__frame--playable .jh-sample-video__image {
  filter: none;
}

.jh-shell--detail .jh-sample-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38));
  color: #fff;
}

.jh-shell--detail .jh-sample-video__meta {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  color: #fff;
}

.jh-shell--detail .jh-sample-video__meta strong {
  font-size: 14px;
  line-height: 1.5;
}

.jh-shell--detail .jh-sample-video__meta span,
.jh-shell--detail .jh-sample-video__meta a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.6;
}

.jh-shell--detail .jh-sample-video__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 20px;
}

.jh-shell--detail .jh-sample-video__copy {
  display: grid;
  gap: 6px;
}

.jh-shell--detail .jh-sample-video__copy strong,
.jh-shell--detail .jh-sample-video__copy span {
  display: block;
  line-height: 1.6;
}

.jh-shell--detail .jh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}

.jh-shell--detail .jh-gallery-card {
  margin: 0;
}

.jh-shell--detail .jh-gallery-card__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.jh-shell--detail .jh-gallery-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-soft);
}

.jh-shell--detail .jh-cta-stage {
  padding: 18px;
  border: 1px solid var(--jh-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.jh-shell--detail .jh-cta-stage__head {
  margin-bottom: 10px;
}

.jh-shell--detail .jh-cta-stage__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}

.jh-shell--detail .jh-inline-meta--cta {
  margin-bottom: 14px;
}

.jh-shell--detail .jh-cta-stage__subactions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.jh-affiliate-cta {
  padding: 16px;
  border: 1px solid var(--jh-border);
  border-radius: 12px;
  background: #fff;
}

.jh-affiliate-cta__eyebrow {
  margin: 0 0 6px;
  color: var(--jh-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.jh-affiliate-cta__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
}

.jh-affiliate-cta__note {
  margin: 0 0 12px;
  color: var(--jh-muted);
  line-height: 1.7;
}

.jh-button--cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--jh-cta);
  color: var(--jh-cta-text);
  text-decoration: none;
}

.jh-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}

.jh-shell--detail .jh-editorial-grid,
.jh-shell--detail .jh-review-list {
  display: grid;
  gap: 12px;
}

.jh-shell--detail .jh-editorial-card,
.jh-shell--detail .jh-review-card {
  padding: 14px;
  border: 1px solid var(--jh-border);
  border-radius: 10px;
  background: #fff;
}

.jh-shell--detail .jh-editorial-card__title,
.jh-shell--detail .jh-review-card__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
}

.jh-shell--detail .jh-editorial-card__body,
.jh-shell--detail .jh-review-card__body {
  margin: 0;
  color: var(--jh-muted);
  line-height: 1.7;
}

.jh-shell--detail .jh-review-card__rating {
  margin-bottom: 8px;
  color: #d48b00;
  font-size: 12px;
  line-height: 1;
}

.jh-lightbox[hidden] {
  display: none !important;
}

.jh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.84);
}

.jh-lightbox__dialog {
  width: min(100%, 960px);
  display: grid;
  gap: 12px;
}

.jh-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border-radius: 12px;
  background: #111;
}

.jh-lightbox__caption {
  margin: 0;
  color: #fff;
  text-align: center;
}

.jh-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.jh-shell--detail .jh-social-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.jh-shell--detail .jh-kicker {
  margin: 0;
  color: var(--jh-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.jh-shell--detail .jh-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jh-shell--detail .jh-social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}

.jh-shell--detail .jh-social-chip__icon {
  font-size: 14px;
  font-weight: 700;
}

@media print, screen and (min-width: 600px) {
  .jh-archive-shell .jh-section {
    padding: 8px 28px 0;
  }

  .jh-home-shell .jh-home-filterbar {
    max-width: 760px;
  }

  .jh-home-shell .jh-home-sale-strip__title {
    font-size: 28px;
  }

  .jh-home-shell .jh-feature-grid--actresses-home {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .jh-home-shell .jh-feature-grid--items,
  .jh-home-shell .jh-feature-grid--recommend,
  .jh-shell--detail .jh-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-shell--detail .jh-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-archive-grid--actress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media print, screen and (max-width: 599px) {
  .home #header .sitename,
  .home #header .sitename a,
  .home #header .site-name,
  .home #header .site-name a,
  .home #st-text-logo,
  .home #st-text-logo a,
  .home .st-text-logo,
  .home .st-text-logo a,
  .home .header-logo,
  .home .header-logo a,
  .home .site-title,
  .home .site-title a {
    color: #fff !important;
  }

  .jh-archive-toolbar__row {
    align-items: stretch;
  }

  .jh-archive-search,
  .jh-archive-toolbar__submit,
  .jh-archive-toolbar__clear,
  .jh-archive-toolbar__select,
  .jh-archive-toolbar__select select {
    width: 100%;
  }

  .jh-archive-toolbar__select {
    display: grid;
    gap: 4px;
  }

  .jh-home-shell .jh-home-search-form {
    flex-wrap: wrap;
  }

  .jh-home-shell .jh-home-sale-strip {
    margin: 0 calc(50% - 50vw) 1.6em;
    padding: 10px 16px 0;
  }

  .jh-home-shell .jh-home-sale-strip__head {
    align-items: start;
  }

  .jh-home-shell .jh-home-sale-strip__title {
    font-size: 20px;
  }

  .jh-home-shell .jh-home-sale-strip__note {
    font-size: 12px;
  }

  .jh-home-shell .jh-home-sale-marquee {
    padding: 14px 0;
  }

  .jh-home-shell .jh-home-sale-marquee__track {
    gap: 10px;
    padding-left: 14px;
  }

  .jh-home-shell .jh-home-sale-marquee__duplicate {
    gap: 10px;
  }

  .jh-home-shell .jh-home-sale-card {
    grid-template-columns: 108px minmax(0, 1fr);
    width: 294px;
    min-width: 294px;
    gap: 10px;
    padding: 10px;
  }

  .jh-home-shell .jh-search-input,
  .jh-home-shell .jh-search-submit {
    width: 100%;
  }

  .jh-home-shell .jh-filter-select,
  .jh-home-shell .jh-filter-select select {
    width: 100%;
  }

  .jh-home-shell .jh-feature-grid--actresses-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .jh-home-shell .jh-feature-grid--actresses-home .jh-media-card__body {
    padding-top: 4px;
  }

  .jh-home-shell .jh-feature-grid--actresses-home .jh-media-card--actress .jh-media-card__title,
  .jh-home-shell .jh-feature-grid--actresses-home .jh-media-card--actress.jh-media-card--home .jh-media-card__title {
    font-size: 10px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media print, screen and (min-width: 960px) {
  .jh-archive-shell .jh-section {
    padding: 10px 36px 0;
  }

  .jh-home-shell .jh-feature-grid--actresses-home {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 10px;
  }

  .jh-home-shell .jh-feature-grid--items,
  .jh-home-shell .jh-feature-grid--recommend,
  .jh-shell--detail .jh-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jh-shell--detail .jh-hero {
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    align-items: start;
  }

  .jh-shell--detail .jh-editorial-grid {
    grid-template-columns: 1fr;
  }

  .jh-shell--detail .jh-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-archive-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jh-archive-grid--actress {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px 8px;
  }
}
.jh-archive-shell .jh-section-title {
  font-size: 18px !important;
}

/* Item detail density tuning */
.jh-shell--detail .jh-section {
  margin-bottom: 1.5em;
}

.jh-shell--detail .jh-section-head {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.jh-shell--detail .jh-section-note {
  margin: 0;
  color: var(--jh-muted);
  font-size: 12px;
  line-height: 1.6;
}

.jh-shell--detail .jh-hero {
  gap: 18px;
  margin-bottom: 20px;
}

.jh-shell--detail .jh-hero-copy {
  gap: 12px;
}

.jh-shell--detail .jh-summary-box {
  padding: 10px 12px;
}

.jh-shell--detail .jh-summary-box p {
  font-size: 14px;
  line-height: 1.75;
}

.jh-shell--detail .jh-inline-meta li {
  font-size: 13px;
  line-height: 1.65;
}

.jh-shell--detail .jh-sample-video__meta {
  gap: 3px;
  padding: 10px 12px;
}

.jh-shell--detail .jh-sample-video__meta strong {
  font-size: 13px;
}

.jh-shell--detail .jh-sample-video__meta span,
.jh-shell--detail .jh-sample-video__meta a {
  font-size: 12px;
  line-height: 1.55;
}

.jh-shell--detail .jh-gallery-grid {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.jh-shell--detail .jh-gallery-card {
  flex: 0 0 68px;
}

.jh-shell--detail .jh-gallery-card__image {
  border-radius: 6px;
}

.jh-shell--detail .jh-cta-stage {
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.jh-shell--detail .jh-cta-stage__head {
  margin-bottom: 8px;
}

.jh-shell--detail .jh-cta-stage__title {
  font-size: 17px;
}

.jh-shell--detail .jh-inline-meta--cta {
  margin-bottom: 12px;
}

.jh-affiliate-cta {
  padding: 14px;
}

.jh-affiliate-cta__title {
  font-size: 16px;
}

.jh-affiliate-cta__note {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}

/* Item detail refinement */
.jh-shell--detail.jh-shell--detail-item .jh-hero {
  gap: 16px;
  margin-bottom: 18px;
}

.jh-shell--detail.jh-shell--detail-item .jh-hero-media--item {
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.jh-shell--detail.jh-shell--detail-item .jh-hero-copy {
  gap: 10px;
}

.jh-shell--detail.jh-shell--detail-item .jh-hero-media__link {
  display: block;
  width: 100%;
}

.jh-shell--detail.jh-shell--detail-item .jh-hero-media__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-box {
  display: grid;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-box__lead {
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.8;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-facts {
  display: grid;
  grid-template-columns: minmax(84px, auto) minmax(0, 1fr);
  gap: 8px 12px;
  margin: 0;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-facts dt,
.jh-shell--detail.jh-shell--detail-item .jh-summary-facts dd {
  margin: 0;
  padding: 0;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-facts dt {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-facts dd {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-word;
}

.jh-shell--detail.jh-shell--detail-item .jh-summary-facts__description {
  white-space: pre-line;
}

.jh-shell--detail.jh-shell--detail-item .jh-inline-meta {
  gap: 6px 14px;
}

.jh-shell--detail.jh-shell--detail-item .jh-inline-meta li {
  font-size: 12px;
}

.jh-shell--detail.jh-shell--detail-item .jh-sample-video__meta {
  padding: 10px 12px;
}

.jh-shell--detail .jh-sample-video__frame--playable .jh-sample-video__image {
  cursor: pointer;
}

.jh-shell--detail.jh-shell--detail-item .jh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  overflow: visible;
  padding-bottom: 0;
}

.jh-shell--detail.jh-shell--detail-item .jh-gallery-card {
  flex: initial;
}

.jh-shell--detail.jh-shell--detail-item .jh-gallery-card__link {
  display: block;
}

.jh-shell--detail.jh-shell--detail-item .jh-gallery-card__image {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}

.jh-shell--detail.jh-shell--detail-item .jh-cta-stage {
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.jh-shell--detail.jh-shell--detail-item .jh-cta-stage__title {
  font-size: 16px;
}

.jh-shell--detail.jh-shell--detail-item .jh-editorial-grid {
  gap: 12px;
}

.jh-shell--detail.jh-shell--detail-item .jh-editorial-card,
.jh-shell--detail.jh-shell--detail-item .jh-review-card {
  padding: 14px;
  border-radius: 10px;
}

.jh-shell--detail.jh-shell--detail-item .jh-review-list {
  gap: 12px;
}

@media print, screen and (min-width: 600px) {
  .jh-shell--detail.jh-shell--detail-item .jh-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }
}

@media print, screen and (min-width: 960px) {
  .jh-shell--detail.jh-shell--detail-item .jh-hero {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  }

  .jh-shell--detail .jh-hero__title-block {
    grid-column: 1 / -1;
  }

  .jh-shell--detail.jh-shell--detail-item .jh-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 3px;
  }

  .jh-shell--detail.jh-shell--detail-item .jh-summary-box {
    gap: 10px;
  }

  .jh-shell--detail.jh-shell--detail-item .jh-editorial-grid,
  .jh-shell--detail.jh-shell--detail-item .jh-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.jh-shell--detail .jh-editorial-grid,
.jh-shell--detail .jh-review-list {
  gap: 10px;
}

.jh-shell--detail .jh-editorial-card,
.jh-shell--detail .jh-review-card {
  padding: 12px;
}

.jh-shell--detail .jh-editorial-card__title,
.jh-shell--detail .jh-review-card__title {
  margin-bottom: 6px;
  font-size: 15px;
}

.jh-shell--detail .jh-editorial-card__body,
.jh-shell--detail .jh-review-card__body {
  font-size: 13px;
  line-height: 1.65;
}

@media print, screen and (min-width: 960px) {
  .jh-shell--detail .jh-hero--item {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  }

  .jh-shell--detail .jh-editorial-grid,
  .jh-shell--detail .jh-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.single-jh_item .kanren {
  display: none !important;
}

.single-jh_item .st-cardbox,
.single-jh_item .related-posts,
.single-jh_item .st-related-posts,
.single-jh_item .p-entry-cards,
.single-jh_item .p-entry-card,
.single-jh_item .p-related-posts,
.single-jh_item .c-related-posts {
  display: none !important;
}

.single-jh_item .jh-shell--detail-item .jh-hero-media--item {
  aspect-ratio: auto;
  background: #0f1018;
}

.single-jh_item .jh-shell--detail-item .jh-hero-media__link {
  display: block;
}

.single-jh_item .jh-shell--detail-item .jh-hero-media__image {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.single-jh_item .jh-shell--detail-item .jh-summary-box {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--jh-border);
  border-radius: 12px;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 14px;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts dt {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts dd {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.8;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__description {
  white-space: pre-line;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__description a {
  color: #7a86ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__description a:hover {
  color: #bd2de5;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__links {
  display: flex;
  flex-wrap: wrap;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__links a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__links a:hover {
  color: #7b2de2;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__separator {
  color: #999;
}

.single-jh_item .jh-shell--detail-item .jh-sample-video__frame {
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.single-jh_item .jh-shell--detail-item .jh-sample-video__image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #000;
  }

.single-jh_item .jh-shell--detail-item .jh-sample-video__embed {
    aspect-ratio: 16 / 9;
    background: #000;
  }

.single-jh_item .jh-shell--detail-item .jh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.single-jh_item .jh-shell--detail-item .jh-gallery-card__image {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage {
  padding: 20px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__button-wrap {
  margin: 0;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff3c4, #ffe08a);
  color: #5f4100;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge span {
  font-size: 12px;
  line-height: 1.6;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__note {
  margin: 10px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.jh-button--cta-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 10px;
  background: #bd2de5;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.jh-button--cta-large:hover {
  background: #a224c9;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(189, 45, 229, 0.35);
}

.jh-button--cta-large:active {
  transform: translateY(0);
  box-shadow: none;
}

@media print, screen and (min-width: 600px) {
  .single-jh_item .jh-shell--detail-item .jh-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media print, screen and (min-width: 960px) {
  .single-jh_item .jh-shell--detail-item .jh-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2px;
  }
}

.single-jh_item .jh-shell--detail-item .jh-hero-media__action {
  margin: 10px 0 0;
  text-align: left;
}

.single-jh_item .jh-shell--detail-item .jh-jacket-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #c652ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.single-jh_item .jh-shell--detail-item .jh-jacket-link:hover {
  color: #dc8fff;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__links a {
  color: #7a86ff;
}

.single-jh_item .jh-shell--detail-item .jh-summary-facts__links a:hover {
  color: #bd2de5;
}

.single-jh_item .jh-shell--detail-item .jh-sample-video__frame {
  background: #000;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage {
  padding: 18px;
}

.single-jh_item .jh-shell--detail-item .jh-button--cta-large {
  box-sizing: border-box;
  display: flex;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  border-radius: 12px;
  background: #bd2de5;
  padding: 0 18px;
}

.single-jh_item .jh-shell--detail-item .jh-button--cta-large:hover {
  background: #a224c9;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(189, 45, 229, 0.35);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--primary {
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 103, 31, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 252, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__intro {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__eyebrow {
  margin: 0;
  color: #d1470d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__headline {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__support {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.7;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge {
  position: relative;
  gap: 6px;
  margin: 0 0 16px;
  padding: 14px 16px 14px 54px;
  border: 1px solid rgba(255, 92, 38, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff1d8 0%, #ffd47c 100%);
  color: #6a2e00;
  box-shadow: 0 10px 24px rgba(255, 145, 77, 0.22);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge::before {
  content: "!";
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ff5c26;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  transform: translateY(-50%);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge span {
  font-size: 13px;
  line-height: 1.65;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--primary .jh-button--cta-large {
  min-height: 68px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff45d4 0%, #d635ff 44%, #8b2eff 100%);
  box-shadow: 0 18px 34px rgba(176, 43, 255, 0.34);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--primary .jh-button--cta-large:hover,
.single-jh_item .jh-shell--detail-item .jh-cta-stage--primary .jh-button--cta-large:focus-visible {
  background: linear-gradient(135deg, #ff30ce 0%, #ca22f8 46%, #7d1eff 100%);
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(176, 43, 255, 0.42);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--primary .jh-cta-stage__note {
  margin-top: 12px;
  color: #6b7280;
  font-size: 13px;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-strip {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(139, 46, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 239, 255, 0.92), rgba(255, 243, 251, 0.96));
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-strip-head {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-strip-head strong {
  color: #5b21b6;
  font-size: 14px;
  font-weight: 900;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-strip-head span {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-links a,
.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-links span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #4c1d95;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.1);
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-links a:hover,
.single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-links a:focus-visible {
  background: #f3e8ff;
  color: #3b0764;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--secondary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage--secondary .jh-button--cta-large {
  min-height: 60px;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .single-jh_item .jh-shell--detail-item .jh-cta-stage--primary {
    padding: 18px 16px;
  }

  .single-jh_item .jh-shell--detail-item .jh-cta-stage__headline {
    font-size: 18px;
  }

  .single-jh_item .jh-shell--detail-item .jh-cta-stage__support {
    font-size: 13px;
  }

  .single-jh_item .jh-shell--detail-item .jh-cta-stage__sale-badge {
    padding: 12px 14px 12px 48px;
  }

  .single-jh_item .jh-shell--detail-item .jh-cta-stage--primary .jh-button--cta-large {
    min-height: 62px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jh-home-shell .jh-home-sale-marquee__track {
    animation: none;
  }

  .jh-home-shell .jh-home-sale-card:hover,
  .jh-home-shell .jh-home-sale-card:focus-visible {
    transform: none;
  }
}

.single-jh_item .jh-shell--detail-item .jh-editorial-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card {
  min-height: 100%;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body {
  line-height: 1.9;
}

.single-jh_item .jh-shell--detail-item .jh-section-head .jh-section-note,
.single-jh_item .jh-shell--detail-item .jh-sample-video__meta {
  display: none;
}

.single-jh_item .jh-shell--detail-item .jh-gallery-grid {
  gap: 2px;
}

@media print, screen and (min-width: 600px) {
  .single-jh_item .jh-shell--detail-item .jh-gallery-grid {
    gap: 2px;
  }
}

@media print, screen and (min-width: 960px) {
  .single-jh_item .jh-shell--detail-item .jh-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
  }
}

.single-jh_item .jh-shell--detail-item .jh-section:has(.jh-related-items),
.single-jh_item .jh-shell--detail-item .related-entry-heading,
.single-jh_item .jh-shell--detail-item .related-entry-card,
.single-jh_item .jh-shell--detail-item .related-entries,
.single-jh_item .jh-shell--detail-item #related-entry,
.single-jh_item .jh-shell--detail-item [class*="related-post"],
.single-jh_item .jh-shell--detail-item [id*="related-post"] {
  display: none !important;
}

.single-jh_item .st-underoutput,
.single-jh_item .st-kaiwa,
.single-jh_item .st-catgroup,
.single-jh_item .st-catgroup + h2,
.single-jh_item .st-catgroup + h3,
.single-jh_item .kanrenbox,
.single-jh_item .related-post,
.single-jh_item .related-article,
.single-jh_item .st-related-entry,
.single-jh_item .st-related-entry h2,
.single-jh_item .st-related-entry h3,
.single-jh_item #breadcrumb + h2,
.single-jh_item #breadcrumb + h3,
.single-jh_item .entry-content > h2:last-of-type,
.single-jh_item .entry-content > h3:last-of-type {
  display: none !important;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card {
  width: 100%;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body {
  display: block;
  white-space: pre-line;
  line-height: 1.95;
}

.single-jh_item .entry-content > h2,
.single-jh_item .entry-content > h3,
.single-jh_item .entry-content > h4 {
  margin-bottom: 12px;
}

.single-jh_item .entry-content > h2:last-of-type,
.single-jh_item .entry-content > h3:last-of-type,
.single-jh_item .entry-content > h4:last-of-type,
.single-jh_item .entry-content .related-entries,
.single-jh_item .entry-content .st-related-entry,
.single-jh_item .entry-content .kanrenbox,
.single-jh_item .entry-content .kanren,
.single-jh_item .entry-content .st-cardbox,
.single-jh_item .entry-content .st-cardbox *,
.single-jh_item .entry-content .st-related-entry *,
.single-jh_item .entry-content .kanren *,
.single-jh_item .entry-content [class*="related-post"],
.single-jh_item .entry-content [id*="related-post"] {
  display: none !important;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__title {
  margin: 0 0 10px;
  color: #101828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body {
  color: #1f2937 !important;
  font-size: 14px;
  line-height: 1.85 !important;
  white-space: normal !important;
  letter-spacing: 0.01em;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body p,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ul,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ol,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body blockquote {
  margin: 0 0 0.95em;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body p:last-child,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ul:last-child,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ol:last-child,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body blockquote:last-child {
  margin-bottom: 0;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ul,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body ol {
  padding-left: 1.35em;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body li + li {
  margin-top: 0.3em;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body strong,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body b {
  color: #111827;
  font-weight: 700;
}

.single-jh_item .jh-shell--detail-item .jh-editorial-card__body a {
  color: #7a5cff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-jh_item .jh-shell--detail-item h3,
.single-jh_item .jh-shell--detail-item .jh-section-title {
  color: #111 !important;
}

/* ========================================
   熟宝島独自スコアブロック
   ======================================== */

.jh-score-box {
  padding: 16px 18px 14px;
  border: 1px solid var(--jh-border);
  border-radius: 14px;
  background: #fafafa;
}

.jh-score-box__lead {
  margin: 0 0 14px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.jh-score-rows {
  display: grid;
  gap: 10px;
}

.jh-score-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 10px;
}

.jh-score-row__label-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.jh-score-row__label {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}

.jh-score-row__verified {
  font-size: 11px;
  font-weight: 700;
  color: #2e7d32;
  line-height: 1;
}

.jh-score-row__meter {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jh-score-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 1.5px solid #d4d4d4;
  flex-shrink: 0;
}

.jh-score-dot--on {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.jh-score-row__num {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.jh-score-row__denom {
  font-size: 11px;
  font-weight: 400;
  color: #888;
  margin-left: 1px;
}

.jh-score-box__note {
  margin: 14px 0 0;
  font-size: 11px;
  color: #999;
  line-height: 1.6;
}

/* single-jh_item 専用の色付け（塗りつぶしドットを紫系に） */
.single-jh_item .jh-score-dot--on {
  background: #8b2eff;
  border-color: #8b2eff;
}

@media (max-width: 479px) {
  .jh-score-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.single-jh_item .jh-shell--detail-item .jh-section--spotlight > .jh-section-title {
  color: #fff !important;
}

.single-jh_item .jh-shell--detail-item .jh-section:has(.jh-editorial-grid) > .jh-section-head .jh-section-title {
  color: #fff !important;
}

.single-jh_item .jh-shell--detail-item .jh-section,
.single-jh_item .jh-shell--detail-item .jh-hero,
.single-jh_item .jh-shell--detail-item .jh-summary-card,
.single-jh_item .jh-shell--detail-item .jh-sample-video__frame,
.single-jh_item .jh-shell--detail-item .jh-gallery-grid,
.single-jh_item .jh-shell--detail-item .jh-cta-stage,
.single-jh_item .jh-shell--detail-item .jh-editorial-grid,
.single-jh_item .jh-shell--detail-item .jh-editorial-card {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.single-jh_item .jh-shell--detail-item .jh-hero,
.single-jh_item .jh-shell--detail-item .jh-section {
  overflow: hidden;
}

.single-jh_item .jh-shell--detail-item .jh-button--cta-large,
.single-jh_item .jh-shell--detail-item .jh-summary-card__description,
.single-jh_item .jh-shell--detail-item .jh-editorial-card__body {
  overflow-wrap: anywhere;
}

.jh-shell--detail-actress .jh-actress-facts {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.jh-shell--detail-actress .jh-actress-facts__row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 7px 0;
}

.jh-shell--detail-actress .jh-actress-facts__row + .jh-actress-facts__row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jh-shell--detail-actress .jh-actress-facts dt,
.jh-shell--detail-actress .jh-actress-facts dd {
  margin: 0;
}

.jh-shell--detail-actress .jh-actress-facts dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.jh-shell--detail-actress .jh-actress-facts dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  word-break: break-word;
}

.jh-shell--detail-item .jh-title,
.jh-shell--detail-actress .jh-section-title,
.jh-shell--detail-actress .jh-title,
.jh-shell--detail-actress .jh-media-card__title,
.jh-shell--detail-actress .jh-empty-box {
  color: #fff;
}

.jh-shell--detail-item .jh-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.jh-shell--detail-actress .jh-media-card__title,
.jh-shell--detail-actress .jh-empty-box {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.single-post .jh-post-share,
.single-jh_actress .jh-post-share,
.single-jh_item .jh-post-share {
  margin: 28px 0 0;
}

.single-post .jh-post-share__list,
.single-jh_actress .jh-post-share__list,
.single-jh_item .jh-post-share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.single-post .jh-post-share__link,
.single-jh_actress .jh-post-share__link,
.single-jh_item .jh-post-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.single-post .jh-post-share__link--x,
.single-jh_actress .jh-post-share__link--x,
.single-jh_item .jh-post-share__link--x {
  background: #111827;
}

.single-post .jh-post-share__link--facebook,
.single-jh_actress .jh-post-share__link--facebook,
.single-jh_item .jh-post-share__link--facebook {
  background: #4267b2;
}

.single-post .jh-post-share__link--hatena,
.single-jh_actress .jh-post-share__link--hatena,
.single-jh_item .jh-post-share__link--hatena {
  background: #00a4de;
}

.single-post .jh-post-share__link--line,
.single-jh_actress .jh-post-share__link--line,
.single-jh_item .jh-post-share__link--line {
  background: #06c755;
}

.single-post .jh-post-share__icon,
.single-jh_actress .jh-post-share__icon,
.single-jh_item .jh-post-share__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-post .jh-post-share__link--facebook .jh-post-share__icon,
.single-jh_actress .jh-post-share__link--facebook .jh-post-share__icon,
.single-jh_item .jh-post-share__link--facebook .jh-post-share__icon {
  font-size: 20px;
  font-family: Georgia, serif;
}

.single-post .jh-post-share__link--hatena .jh-post-share__icon,
.single-jh_actress .jh-post-share__link--hatena .jh-post-share__icon,
.single-jh_item .jh-post-share__link--hatena .jh-post-share__icon {
  font-size: 16px;
}

.single-post .jh-post-share__link--line .jh-post-share__icon,
.single-jh_actress .jh-post-share__link--line .jh-post-share__icon,
.single-jh_item .jh-post-share__link--line .jh-post-share__icon {
  font-size: 9px;
  letter-spacing: -0.02em;
}

.jh-shell--detail-actress .jh-hero-media-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.jh-shell--detail-actress .jh-actress-manual-video {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #070b18;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.jh-shell--detail-actress .jh-manual-fanza-embed {
  background: #070b18;
}

.jh-shell--detail-actress .jh-manual-fanza-embed__iframe {
  display: block;
  width: 100%;
  border: 0;
  background: #070b18;
}

.jh-shell--detail-actress .jh-actress-manual-video iframe {
  display: block;
  width: 100%;
  border: 0;
  background: #070b18;
}

/* サイドバーコンテナ: はみ出しを封じる */
aside#side {
  overflow: hidden;
}

.widget_jh_contextual_sidebar_widget {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    #0c1020;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__item {
  margin: 0;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #fff;
  text-decoration: none;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__thumb-wrap {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__body {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding-top: 2px;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__item-title {
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link:hover .jh-sidebar-widget__thumb,
.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link:focus-visible .jh-sidebar-widget__thumb {
  transform: scale(1.03);
  opacity: 0.95;
}

.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link:hover .jh-sidebar-widget__item-title,
.widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link:focus-visible .jh-sidebar-widget__item-title {
  color: #f8d36b;
}

@media screen and (max-width: 959px) {
  .widget_jh_contextual_sidebar_widget .jh-sidebar-widget__link {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

/* ----------------------------------------
   B: pickup / compare ショートコード
---------------------------------------- */
.jh-pickup {
  margin: 2em 0;
}

.jh-pickup__title {
  margin: 0 0 0.4em;
  font-size: 18px;
  font-weight: 700;
}

.jh-pickup__note {
  margin: 0 0 1em;
  font-size: 13px;
  color: var(--jh-muted, #666);
}

/* 女優比較 */
.jh-compare {
  margin: 2em 0;
}

.jh-compare__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: start;
}

.jh-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  font-size: 20px;
  font-weight: 900;
  color: var(--jh-muted, #888);
  letter-spacing: 0.05em;
}

.jh-compare-card {
  border: 1px solid var(--jh-border, #e5e5e5);
  border-radius: 10px;
  overflow: hidden;
}

.jh-compare-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.jh-compare-card__link:hover .jh-compare-card__image {
  opacity: 0.9;
}

.jh-compare-card__visual {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f0f0f0;
}

.jh-compare-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jh-compare-card__body {
  padding: 12px 14px 16px;
}

.jh-compare-card__name {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 700;
}

.jh-compare-card__kana {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--jh-muted, #666);
}

.jh-compare-card__facts {
  margin: 8px 0 0;
  font-size: 12px;
}

.jh-compare-card__fact-row {
  display: flex;
  gap: 6px;
  padding: 2px 0;
}

.jh-compare-card__fact-row dt {
  color: var(--jh-muted, #666);
  white-space: nowrap;
}

.jh-compare-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.jh-compare-card__tag {
  padding: 2px 8px;
  font-size: 11px;
  border: 1px solid var(--jh-border, #e5e5e5);
  border-radius: 20px;
  color: var(--jh-muted, #666);
}

/* 代表作 TOP3 セクション */
.jh-section--top-works {
  border-bottom: 1px solid var(--jh-border, #e5e5e5);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.jh-card-grid--top-works {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-section--starter-pick {
  border-bottom: 1px solid var(--jh-border, #e5e5e5);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.jh-card-grid--starter-pick {
  grid-template-columns: minmax(0, 360px);
  justify-content: start;
}

.jh-shell--detail-actress .jh-section-note {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .jh-compare__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .jh-compare__vs {
    padding-top: 0;
  }

  .jh-card-grid--top-works {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-card-grid--starter-pick {
    grid-template-columns: 1fr;
  }
}

/* AFFINGER6 の h2 line-height: 34px 上書き */
@media only screen and (min-width: 960px) {
  .jh-home-shell .jh-section-title,
  .jh-shell--detail .jh-section-title,
  .jh-archive-shell .jh-section-title {
    line-height: 1.5 !important;
  }

  .jh-home-shell .jh-section-head--with-more .jh-section-title {
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
  }
}

/* ============================================================
   特集記事 (jh-article-*)
   ============================================================ */

/* イントロ */
.jh-article-intro p {
  font-size: 1.0em;
  line-height: 1.9;
}

/* エントリーブロック */
.jh-article-entry {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-top: 3px solid #c0392b;
  border-radius: 0 0 8px 8px;
  padding: 24px 24px 28px;
  margin-bottom: 32px;
}

/* ランク付き見出し: 番号→タイトルを縦積み・中央揃え */
.jh-article-entry > h2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 6px !important;
  font-size: 1.35em !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* ランク番号 */
.jh-article-rank {
  display: block !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.jh-article-rank__num {
  font-size: 2.2em !important;
  font-weight: 900 !important;
  color: #c0392b !important;
  line-height: 1 !important;
  display: block !important;
  letter-spacing: .02em !important;
}

/* タイトル */
.jh-article-rank__title {
  display: block !important;
  text-align: center !important;
}

/* 画像エリア */
.jh-article-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
}

.jh-article-img-main-link {
  display: block;
}

.jh-article-img-main {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.jh-article-img-subs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.jh-article-img-sub {
  width: 112px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  opacity: .88;
}

.jh-article-img-main:hover,
.jh-article-img-sub:hover {
  opacity: .75;
  transition: opacity .15s;
}

/* コメント本文 */
.jh-article-entry p {
  line-height: 1.9;
  margin-bottom: 1.1em;
}

.jh-article-entry p:first-of-type {
  font-size: 1.05em;
}

.jh-article-entry strong {
  color: #f5a623;
  font-weight: 700;
}

/* CTAエリア */
.jh-article-cta {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
}

.jh-article-cta-btn {
  display: inline-block;
  padding: 15px 32px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff !important;
  font-size: 1.0em;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none !important;
  letter-spacing: .05em;
  box-shadow: 0 4px 14px rgba(192, 57, 43, .45);
  transition: opacity .15s, transform .1s;
}

.jh-article-cta-btn:hover {
  opacity: .85;
  transform: translateY(-2px);
  color: #fff !important;
}

.jh-article-cta-inner {
  display: inline-block;
  padding: 11px 20px;
  font-size: .88em;
  color: rgba(255, 255, 255, .82) !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
}

.jh-article-cta-inner:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .55);
}

/* こんな人に読んでほしい — AFFINGER6 の list スタイル競合を強制上書き */
.jh-feature-who-for {
  background: rgba(255, 255, 255, .04);
  border-left: 4px solid #8e44ad;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 24px 0 36px;
}

.jh-feature-who-for h2 {
  font-size: 1.05em !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  color: rgba(255, 255, 255, .75) !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  text-align: center !important;
}

.jh-feature-who-for ul,
.jh-feature-who-for ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* AFFINGER6 が記事内の li に ::before で追加するマーカーを打ち消す */
.jh-feature-who-for li {
  list-style: none !important;
  padding: 8px 0 8px 30px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
  position: relative !important;
  line-height: 1.7 !important;
  font-size: .96em !important;
}

.jh-feature-who-for li:last-child {
  border-bottom: none !important;
}

/* AFFINGER6 の ::before を完全に打ち消してから ✓ を描画する */
.jh-feature-who-for li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 4px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #8e44ad !important;
  font-weight: 700 !important;
  font-size: 1em !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* まとめ */
.jh-feature-outro {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 28px;
  margin-top: 12px;
}

.jh-feature-outro h2 {
  font-size: 1.25em !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

/* ============================================================
   SNS重複対策
   AFFINGER6 が single-post に自動挿入するシェアボタンを非表示にして
   jh-post-share（カスタム実装）だけを残す。
   AFFINGER6 v6 の実際の出力クラス名を複数カバー。
   ============================================================ */
.single-post .sns_btn,
.single-post .entry_sns,
.single-post #after_entry_sns,
.single-post .a-icon-sns-area,
.single-post .afSnsShare,
.single-post .af_sns_area,
.single-post [class*="aftheme-share"],
.single-post [class*="a-sns-share"],
.single-post .arqam-widget-counter-wrap {
  display: none !important;
}

@media (max-width: 768px) {
  .jh-article-entry > h2 {
    font-size: 1.2em !important;
    gap: 10px !important;
  }

  .jh-article-entry > h2 {
    font-size: 1.2em !important;
  }

  .jh-article-rank__num {
    font-size: 2em !important;
  }

  .jh-article-img-main {
    max-width: 100%;
  }

  .jh-article-img-sub {
    width: 90px;
    height: 64px;
  }

  .jh-article-cta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* ============================================================
   アーカイブ・一覧ページ共通修正
   ============================================================ */

/* ロゴ白化: jh-public-layout は custom.js が body に付与するクラス */
.jh-public-layout #header .sitename,
.jh-public-layout #header .sitename a,
.jh-public-layout #st-text-logo,
.jh-public-layout #st-text-logo a,
.jh-public-layout .st-text-logo,
.jh-public-layout .st-text-logo a,
.jh-public-layout .header-logo,
.jh-public-layout .header-logo a,
.jh-public-layout .site-title,
.jh-public-layout .site-title a {
  color: #fff !important;
}

/* AFFINGER が .entry-content h3/h2 に border / background / 大きな font-size を当てるのを打ち消す
   ショートコードページ（固定ページ内にショートコードを埋め込んだ場合）でも
   正しいデザインになるよう !important で上書きする */
.jh-archive-shell .jh-media-card__title {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  letter-spacing: -0.01em !important;
  word-break: break-word !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.jh-archive-shell .jh-media-card--item .jh-media-card__title {
  font-size: 12px !important;
  line-height: 1.35 !important;
  -webkit-line-clamp: 1 !important;
  white-space: nowrap !important;
  display: block !important;
  text-overflow: ellipsis !important;
  word-break: normal !important;
}

/* 検索・絞り込みボタンをサイトカラーに統一 */
.jh-archive-toolbar__submit {
  background: #bd2de5 !important;
  border-color: #bd2de5 !important;
  color: #fff !important;
  transition: background 0.18s ease, border-color 0.18s ease !important;
}

.jh-archive-toolbar__submit:hover,
.jh-archive-toolbar__submit:focus-visible {
  background: #a020c8 !important;
  border-color: #a020c8 !important;
}

/* 作品カードを縦長比率に変更（パッケージ画像に最適） */
.jh-archive-grid--item .jh-media-card--item .jh-media-card__visual {
  aspect-ratio: 3 / 4;
}

/* カードホバーエフェクト */
.jh-archive-grid .jh-media-card__frame,
.jh-feature-grid .jh-media-card__frame {
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.jh-archive-grid .jh-media-card__frame:hover,
.jh-feature-grid .jh-media-card__frame:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* フォーカス時のアウトライン */
.jh-archive-grid .jh-media-card__frame:focus-visible,
.jh-feature-grid .jh-media-card__frame:focus-visible,
.jh-archive-toolbar__submit:focus-visible {
  outline: 2px solid #bd2de5;
  outline-offset: 2px;
}

/* .jh-list-shell / .jh-post-list-item 系は廃止 — テンプレートを .jh-archive-shell に統一済み */

/* ============================================================
   アーカイブツールバー：フィルター強化 UI
   ============================================================ */

/* セレクト：アクティブ状態（デフォルト以外が選択中） */
.jh-archive-toolbar__select select.is-active {
  border-color: #bd2de5;
  color: #bd2de5;
  background-color: #faf3fe;
  font-weight: 500;
}

/* セレクトラベル行：アクティブ時に枠を紫に */
.jh-archive-toolbar__select.is-active span {
  color: #bd2de5;
}

/* セレクト：フォーカス時アウトライン */
.jh-archive-toolbar__select select:focus-visible {
  outline: 2px solid #bd2de5;
  outline-offset: 2px;
}

/* セレクト：ホバー時 */
.jh-archive-toolbar__select select:hover {
  border-color: #bd2de5;
  transition: border-color 0.15s ease;
}

/* セレクト：transition 追加 */
.jh-archive-toolbar__select select {
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
  appearance: auto;
}

/* 絞り込みを解除ボタン：非アクティブ時は薄く表示 */
.jh-archive-toolbar__clear {
  opacity: 0.45;
  pointer-events: none;
  border-style: dashed;
  transition: opacity 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* 絞り込みを解除ボタン：アクティブ時（フィルターが有効） */
.jh-archive-toolbar__clear.is-active {
  opacity: 1;
  pointer-events: auto;
  border-style: solid;
  border-color: #e04040;
  color: #e04040;
}

.jh-archive-toolbar__clear.is-active:hover,
.jh-archive-toolbar__clear.is-active:focus-visible {
  background-color: #fff5f5;
  border-color: #c03030;
  color: #c03030;
}

.jh-archive-toolbar__clear.is-active:focus-visible {
  outline: 2px solid #e04040;
  outline-offset: 2px;
}

/* フィルター行の間隔を少し広げる */
.jh-archive-toolbar__row--filters {
  gap: 10px;
  align-items: center;
}

/* ============================================================
   カップサイズ ボタングループ
   ============================================================ */

.jh-cup-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.jh-cup-group__label {
  flex: 0 0 auto;
  color: var(--jh-muted);
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.jh-cup-group__buttons {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.jh-cup-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid var(--jh-border-strong);
  border-radius: 6px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.jh-cup-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* チェック済み・アクティブ状態 */
.jh-cup-btn.is-active,
.jh-cup-btn:has(input:checked) {
  border-color: #bd2de5;
  color: #bd2de5;
  background-color: #faf3fe;
  font-weight: 500;
}

.jh-cup-btn:hover {
  border-color: #bd2de5;
}

.jh-cup-btn:focus-within {
  outline: 2px solid #bd2de5;
  outline-offset: 2px;
}

/* モバイル：カップグループを全幅 */
@media print, screen and (max-width: 599px) {
  .jh-cup-group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .jh-cup-group__buttons {
    width: 100%;
  }

  .jh-cup-btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ============================================================
   ホームページ セクションヘッド（ソートボタン付き）
   ============================================================ */

.jh-section-head--with-sort {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-bottom: 4px;
}

.jh-section-head--with-sort .jh-section-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
}

/* カードグリッド直上に配置する「もっと見る」バー */
.jh-section-more-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.jh-section-more-bar .jh-section-more-link {
  margin-bottom: 0;
}

/* ============================================================
   ホームページ ソートボタングループ
   ============================================================ */

.jh-section-sort {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4px;
}

.jh-sort-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid var(--jh-border-strong, #d7d7d7);
  border-radius: 4px;
  background: #fff;
  color: var(--jh-muted, #666);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  white-space: nowrap;
}

.jh-sort-btn:hover {
  border-color: #bd2de5;
  color: #bd2de5;
}

.jh-sort-btn.is-active {
  border-color: #bd2de5;
  background: #f9eeff;
  color: #bd2de5;
  font-weight: 600;
}

.jh-sort-btn:focus-visible {
  outline: 2px solid #bd2de5;
  outline-offset: 2px;
}

/* ============================================================
   アクティブフィルターバッジ行
   ============================================================ */

.jh-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0 12px;
}

.jh-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px 3px 10px;
  border: 1px solid #bd2de5;
  border-radius: 999px;
  background: #f9eeff;
  color: #bd2de5;
  font-size: 12px;
  line-height: 1.4;
}

.jh-filter-badge__label {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jh-filter-badge__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #bd2de5;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.jh-filter-badge__remove:hover {
  background: #bd2de5;
  color: #fff;
}

.jh-filter-badge__remove:focus-visible {
  outline: 2px solid #bd2de5;
  outline-offset: 1px;
}

@media print, screen and (max-width: 599px) {
  .jh-section-sort {
    gap: 4px;
  }

  .jh-sort-btn {
    padding: 4px 10px;
    font-size: 11px;
  }
}

/* ============================================================
   女優詳細ページ - アイテムカードタイトル 1行表示
   ============================================================ */

.jh-shell--detail-actress .jh-media-card--item .jh-media-card__title {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* ============================================================
   詳細ページ用インラインソートヘッダー（タイトル左・ボタン右）
   ============================================================ */

.jh-section-head--inline-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.jh-section-head--inline-sort .jh-section-title {
  margin: 0;
}

.jh-section-head--inline-sort .jh-section-sort {
  justify-content: flex-end;
  margin-bottom: 0;
}

/* 詳細ページ - ソート＋ジャンルフィルターをまとめるコントロール行 */
.jh-detail-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.jh-detail-genre-select select {
  appearance: none;
  -webkit-appearance: none;
  padding: 4px 24px 4px 10px;
  border: 1px solid var(--jh-border-strong, #d7d7d7);
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 8px center;
  background-size: 8px;
  color: var(--jh-muted, #666);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  min-width: 90px;
  transition: border-color 0.15s, color 0.15s;
}

.jh-detail-genre-select select:focus {
  outline: 2px solid #bd2de5;
  outline-offset: 2px;
  border-color: #bd2de5;
}

.jh-detail-genre-select.is-active select {
  border-color: #bd2de5;
  color: #bd2de5;
}

.jh-detail-sale-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--jh-border-strong, #d7d7d7);
  border-radius: 999px;
  background: #fff;
  color: var(--jh-muted, #666);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.jh-detail-sale-toggle input {
  margin: 0;
}

.jh-detail-sale-toggle.is-active {
  border-color: #ff8f34;
  background: #fff4e8;
  color: #d25b11;
}

.jh-next-items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jh-next-item-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.jh-next-item-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.jh-next-item-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.jh-next-item-card__image--empty {
  background: rgba(255, 255, 255, 0.08);
}

.jh-next-item-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.jh-next-item-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.jh-next-item-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f34 0%, #ff5a1f 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.jh-next-item-card__date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.4;
}

.jh-next-item-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  .jh-next-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .jh-next-items-grid {
    grid-template-columns: 1fr;
  }

  .jh-next-item-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

/* ── トップページ サイト説明（フッター上） ── */
.jh-home-about {
  margin: 3em 0 0;
  padding: 1.4em 0 0;
  border-top: 1px solid var(--jh-border);
}

.jh-home-about__body {
  margin: 0;
  font-size: 0.78em;
  color: #999;
  line-height: 2;
  text-align: center;
}

/* =============================================================
   jh-ssc: 安全サイト比較コンポーネント（safe-sites-comparison）
   ============================================================= */

.jh-ssc {
  width: 100%;
  color: #1a1a1a;
  background: #fff;
}

/* ---------- 比較表 ---------- */

.jh-ssc__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2.5em;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
}

.jh-ssc__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88em;
  line-height: 1.6;
  white-space: nowrap;
  background: #fff;
  color: #1a1a1a;
}

.jh-ssc__table caption {
  caption-side: top;
}

.jh-ssc__th {
  padding: 10px 14px;
  background: #f0f0f0;
  color: #1a1a1a;
  border-bottom: 2px solid #d7d7d7;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.jh-ssc__th--rank { width: 52px; text-align: center; }
.jh-ssc__th--stars { width: 120px; }
.jh-ssc__th--action { width: 110px; text-align: center; }

.jh-ssc__td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  background: #fff;
  color: #1a1a1a;
}

.jh-ssc__td--rank { text-align: center; }
.jh-ssc__td--action { text-align: center; }

.jh-ssc__row--1st .jh-ssc__td { background: #fffdf0; color: #1a1a1a; }
.jh-ssc__row--2nd .jh-ssc__td { background: #f8f8f8; color: #1a1a1a; }
.jh-ssc__row--3rd .jh-ssc__td { background: #fafafa; color: #1a1a1a; }

/* ランクバッジ */
.jh-ssc__rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.85em;
  font-weight: 700;
  background: #ccc;
  color: #fff;
}
.jh-ssc__rank-badge--1 { background: #d4a017; }
.jh-ssc__rank-badge--2 { background: #8a9ba8; }
.jh-ssc__rank-badge--3 { background: #a07850; }

/* ラベルバッジ */
.jh-ssc__label {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 3px;
  font-size: 0.74em;
  font-weight: 600;
  vertical-align: middle;
  background: #e8e8e8;
  color: #555;
}
.jh-ssc__label--gold   { background: #fdf0c4; color: #7a5c00; }
.jh-ssc__label--silver { background: #edf0f3; color: #4a5560; }

/* 星評価 */
.jh-ssc__stars { letter-spacing: 1px; }
.jh-ssc__star { color: #ddd; font-size: 1em; }
.jh-ssc__star--on { color: #f5a623; }

/* テーブル内ボタン */
.jh-ssc__btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.82em;
  font-weight: 600;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.jh-ssc__btn:hover { background: #333; color: #fff !important; }
.jh-ssc__btn--disabled {
  background: #ccc;
  color: #888 !important;
  cursor: default;
  pointer-events: none;
}

/* ---------- 各サービス詳細カード ---------- */

.jh-ssc__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.jh-ssc__card {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  color: #1a1a1a;
}

.jh-ssc__card-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 18px;
  background: #f0f0f0 !important;
  color: #1a1a1a !important;
  border-bottom: 1px solid #d7d7d7;
}

.jh-ssc__card-head * {
  color: #1a1a1a !important;
}

.jh-ssc__card-rank {
  font-size: 0.78em;
  font-weight: 700;
  color: #666;
  flex-shrink: 0;
}

.jh-ssc__card-name {
  margin: 0 !important;
  font-size: 1.05em !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  flex: 1;
  color: #1a1a1a !important;
  background: transparent !important;
}

.jh-ssc__card-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.jh-ssc__card-stars-text {
  font-size: 0.78em;
  color: #555;
}

.jh-ssc__card-body {
  padding: 16px 18px;
  background: #fff;
  color: #1a1a1a;
}

.jh-ssc__features {
  margin: 0 0 1em;
  padding: 0;
  list-style: none !important;
}

.jh-ssc__features li,
.jh-ssc__feature {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 6px;
  font-size: 0.9em;
  line-height: 1.6;
  color: #1a1a1a;
  list-style: none !important;
}

/* テーマの li::before / li::marker を上書き */
.jh-ssc__features li::marker,
.jh-ssc__feature::marker {
  content: none;
  display: none;
}

.jh-ssc__features li::before,
.jh-ssc__feature::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4a9a6a;
  font-weight: 700;
}

.jh-ssc__meta {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 4px 12px;
  margin: 0;
  font-size: 0.86em;
}

.jh-ssc__meta dt {
  font-weight: 600;
  color: #555;
}

.jh-ssc__meta dd {
  margin: 0;
  color: #333;
}

.jh-ssc__card-footer {
  padding: 14px 18px;
  background: #f5f5f5;
  color: #1a1a1a;
  border-top: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.jh-ssc__card-note {
  margin: 0;
  font-size: 0.8em;
  color: #666;
  flex: 1;
  min-width: 0;
}

.jh-ssc__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 0.88em;
  font-weight: 700;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
  flex-shrink: 0;
}
.jh-ssc__card-btn:hover { background: #333; color: #fff !important; }
.jh-ssc__card-btn--disabled {
  background: #ccc !important;
  color: #888 !important;
  cursor: default;
  pointer-events: none;
}

/* ---------- レスポンシブ ---------- */

@media (max-width: 640px) {
  .jh-ssc__table {
    font-size: 0.82em;
  }
  .jh-ssc__th,
  .jh-ssc__td {
    padding: 8px 10px;
  }
  .jh-ssc__card-head {
    padding: 12px 14px;
  }
  .jh-ssc__card-body {
    padding: 14px;
  }
  .jh-ssc__card-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
  }
  .jh-ssc__card-btn {
    width: 100%;
    justify-content: center;
  }
  .jh-ssc__meta {
    grid-template-columns: 6em 1fr;
  }
}


/* =============================================================
   jh-risks: 危険理由リスト（画像左・テキスト右）
   ============================================================= */

.jh-risks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 2em;
}

.jh-risk-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #e74c3c;
  border-radius: 6px;
  color: #1a1a1a;
}

.jh-risk-item__image {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
}

.jh-risk-item__image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.jh-risk-item__content {
  flex: 1;
  min-width: 0;
}

.jh-risk-item__heading {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border: none !important;
}

.jh-risk-item__text {
  margin: 0;
  font-size: 0.88em;
  line-height: 1.85;
  color: #333;
}

@media (max-width: 520px) {
  .jh-risk-item {
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #e0e0e0;
    border-top: 5px solid #e74c3c;
    text-align: center;
  }
  .jh-risk-item__image {
    width: 80px;
    height: 80px;
  }
}

/* チェックポイント用（緑ボーダー） */
.jh-risks--check .jh-risk-item {
  border-left-color: #27ae60;
}
@media (max-width: 520px) {
  .jh-risks--check .jh-risk-item {
    border-top-color: #27ae60;
    border-left-color: #e0e0e0;
  }
}

/* =============================================================
   jh-service-detail: 各サービス詳細解説ブロック
   ============================================================= */

.jh-service-detail {
  margin: 0 0 2.5em;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  color: #1a1a1a;
}

.jh-service-detail__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #1a1a1a;
  color: #fff;
}

.jh-service-detail__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: 700;
  flex-shrink: 0;
  background: #555;
  color: #fff;
}
.jh-service-detail--1st .jh-service-detail__rank { background: #d4a017; }
.jh-service-detail--2nd .jh-service-detail__rank { background: #8a9ba8; }
.jh-service-detail--3rd .jh-service-detail__rank { background: #a07850; }

.jh-service-detail__name {
  margin: 0 !important;
  font-size: 1.15em !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.3 !important;
  background: transparent !important;
}

.jh-service-detail__label {
  margin-left: auto;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: 600;
  background: #d4a017;
  color: #fff;
  white-space: nowrap;
}

.jh-service-detail__body {
  padding: 18px 20px;
  color: #1a1a1a;
  line-height: 1.85;
  font-size: 0.92em;
}

.jh-service-detail__body p {
  margin: 0 0 1em;
  color: #1a1a1a;
}

.jh-service-detail__body p:last-child {
  margin-bottom: 0;
}

.jh-service-detail__footer {
  padding: 14px 20px;
  background: #f5f5f5;
  border-top: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.jh-service-detail__note {
  margin: 0;
  font-size: 0.8em;
  color: #666;
  flex: 1;
}

.jh-service-detail__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 700;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s;
  flex-shrink: 0;
}
.jh-service-detail__btn:hover { background: #333; color: #fff !important; }
.jh-service-detail__btn--disabled {
  background: #ccc !important;
  color: #888 !important;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 640px) {
  .jh-service-detail__head { padding: 12px 14px; }
  .jh-service-detail__body { padding: 14px; }
  .jh-service-detail__footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
  }
  .jh-service-detail__btn { width: 100%; justify-content: center; }
}

/* ===================================================================
   サービス比較ページ (jh-sc-*)
   =================================================================== */

/* ---- ランキング全体 ---- */
.jh-sc-ranking {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ---- カード ---- */
.jh-sc-card {
  border: 1px solid var(--jh-border, #e5e5e5);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

/* ---- カードヘッダー ---- */
.jh-sc-card__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid var(--jh-border, #e5e5e5);
  background: var(--jh-bg-soft, #fafafa);
}

.jh-sc-rank {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: #888;
}
.jh-sc-rank--1 { background: #c9960c; }
.jh-sc-rank--2 { background: #8a8a8a; }
.jh-sc-rank--3 { background: #a0683a; }

.jh-sc-card__banner-wrap {
  flex: 0 0 auto;       /* 内容に合わせてサイズ決定（余白を詰める） */
  max-width: 180px;
  min-width: 60px;
  overflow: hidden;
  align-self: center;
}

/* banner-wrap 直下の <a> をブロック化 */
.jh-sc-card__banner-wrap > a {
  display: block;
  line-height: 0;
}

/* <a><img> 形式のバナー */
.jh-sc-banner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 100px;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid var(--jh-border, #e5e5e5);
}

/* banner_link_html 内の任意の img（クラスなし含む） */
.jh-sc-card__banner-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 100px;
  object-fit: contain;
}

/* FANZA JSウィジェット用 <ins>: サイズは widget が決める */
.jh-sc-card__banner-wrap ins {
  display: block !important;
  line-height: 0 !important;
  max-width: 180px;
}

/* ジャンルカード用バナーエリア */
.jh-sc-genre-card__img-wrap {
  overflow: hidden;
  position: relative;
}
.jh-sc-genre-card__img-wrap img,
.jh-sc-genre-card__img-wrap ins {
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.jh-sc-banner--placeholder {
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #666;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 4px;
}

.jh-sc-card__title-block { flex: 1; min-width: 0; }

.jh-sc-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #1a1a1a;
}

.jh-sc-price {
  font-size: 1rem;
  font-weight: 700;
  color: #c0392b;
  margin: 0 0 0.5rem;
}

/* ---- ジャンルタグ ---- */
.jh-sc-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.jh-sc-genre-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.7rem;
  border-radius: 20px;
  background: #f0f0f0;
  color: #555;
  border: 1px solid #ddd;
}

.jh-sc-genre-tag--sm {
  font-size: 0.65rem;
  padding: 1px 6px;
}

/* ---- スペックテーブル ---- */
.jh-sc-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.jh-sc-spec-table th,
.jh-sc-spec-table td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--jh-border, #e5e5e5);
  text-align: left;
}

.jh-sc-spec-table th {
  width: 8em;
  color: var(--jh-muted, #666);
  font-weight: 600;
  background: var(--jh-bg-soft, #fafafa);
  white-space: nowrap;
}

/* ---- ダウンロード色分け ---- */
.jh-sc-dl--ok      { color: #27ae60; font-weight: 700; }
.jh-sc-dl--partial { color: #e67e22; font-weight: 700; }
.jh-sc-dl--no      { color: #bbb; }

/* ---- 星評価 ---- */
.jh-sc-stars    { color: #e9a826; font-size: 1rem;    letter-spacing: 1px; }
.jh-sc-stars-sm { color: #e9a826; font-size: 0.85rem; letter-spacing: 1px; }

/* ---- コメント ---- */
.jh-sc-comment {
  padding: 0.75rem 1rem;
  background: #fffef5;
  border-left: 3px solid #e9a826;
  font-size: 0.9rem;
  line-height: 1.7;
}
.jh-sc-comment p { margin: 0; }

/* ---- メリット / デメリット ---- */
.jh-sc-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--jh-border, #e5e5e5);
}

.jh-sc-pros,
.jh-sc-cons {
  padding: 0.75rem 1rem;
}

.jh-sc-pros { border-right: 1px solid var(--jh-border, #e5e5e5); }

.jh-sc-pros__head,
.jh-sc-cons__head {
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.jh-sc-pros__head { color: #27ae60; }
.jh-sc-cons__head { color: #c0392b; }

.jh-sc-pros ul,
.jh-sc-cons ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jh-sc-pros ul li,
.jh-sc-cons ul li {
  font-size: 0.82rem;
  line-height: 1.6;
  padding-left: 1.4em !important;
  position: relative;
  margin-bottom: 0.2rem;
  /* AFFINGERのlist-style継承を完全に打ち消す */
  list-style: none !important;
  list-style-type: none !important;
}
/* AFFINGERのli::before（・など）を上書き */
.jh-sc-pros ul li::before {
  content: "✓" !important;
  color: #27ae60 !important;
  position: absolute !important;
  left: 0 !important;
  font-weight: 700;
}
.jh-sc-cons ul li::before {
  content: "✗" !important;
  color: #c0392b !important;
  position: absolute !important;
  left: 0 !important;
  font-weight: 700;
}

/* ---- ターゲット ---- */
.jh-sc-target {
  padding: 0.6rem 1rem;
  background: #f5f8ff;
  font-size: 0.85rem;
  color: #333;
  border-top: 1px solid var(--jh-border, #e5e5e5);
}
.jh-sc-target__label {
  font-weight: 700;
  color: #3469b5;
  margin-right: 0.5em;
}

/* ---- CTA ---- */
.jh-sc-cta {
  padding: 1rem;
  text-align: center;
  border-top: 1px solid var(--jh-border, #e5e5e5);
}

.jh-sc-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  background: #c0392b;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.jh-sc-btn:hover { background: #a93226; color: #fff !important; }

.jh-sc-cta-note {
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  color: #999;
}

/* ---- 注記 ---- */
.jh-sc-note {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
  color: #aaa;
  border-top: 1px solid var(--jh-border, #e5e5e5);
  background: var(--jh-bg-soft, #fafafa);
}

/* ---- 比較テーブル ---- */
.jh-sc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.jh-sc-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.85rem;
  background: #fff;
}

.jh-sc-table th,
.jh-sc-table td {
  padding: 0.6rem 0.75rem;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  color: #1a1a1a;
}

.jh-sc-table thead th {
  background: #f0f0f0 !important;
  color: #444 !important;
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
}

.jh-sc-table tbody tr:nth-child(even) td {
  background: #fafafa !important;
}

.jh-sc-table tbody tr:hover td {
  background: #fffbec !important;
}

.jh-sc-table__name a { font-weight: 700; color: #3469b5 !important; }
.jh-sc-table__price  { font-weight: 700; color: #c0392b !important; white-space: nowrap; }

.jh-sc-table-note {
  font-size: 0.75rem;
  color: #999;
  margin: 0.5rem 0 0;
}

/* ---- ジャンル別カード ---- */
.jh-sc-genre-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.jh-sc-genre-card {
  border: 1px solid var(--jh-border, #e5e5e5);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.jh-sc-genre-card__img-wrap {
  position: relative;
  background: #eee;
}

.jh-sc-genre-card__img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.jh-sc-genre-card__img--placeholder {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  background: #e8e8e8;
  text-align: center;
  padding: 8px;
}

.jh-sc-genre-card__rank {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
}

.jh-sc-genre-card__body {
  padding: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.jh-sc-genre-card__name  { font-size: 0.9rem; font-weight: 700; margin: 0; color: #1a1a1a; }
.jh-sc-genre-card__price { font-size: 0.85rem; font-weight: 700; color: #c0392b; margin: 0; }

.jh-sc-genre-card__comment {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.jh-sc-genre-card__btn {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background: #c0392b;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s;
}
.jh-sc-genre-card__btn:hover { background: #a93226; }

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
  .jh-sc-card__head { flex-wrap: wrap; }

  .jh-sc-banner,
  .jh-sc-banner--placeholder {
    max-width: 140px;
    width: 140px;
    height: 60px;
  }

  .jh-sc-pros-cons { grid-template-columns: 1fr; }
  .jh-sc-pros { border-right: none; border-bottom: 1px solid var(--jh-border, #e5e5e5); }
  .jh-sc-spec-table th { width: 6.5em; }
  .jh-sc-genre-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .jh-sc-genre-cards   { grid-template-columns: 1fr; }
  .jh-sc-card__banner-wrap { display: none; }
}

/* ------------------------------------------------------------------
   ダークテーマ対策: jh-sc-* 要素は白背景に暗い文字を強制
   AFFINGER6 のテーマ側で body { color: #fff } 等が設定されている場合でも
   比較カード内のテキストが見えるようにする
   ------------------------------------------------------------------ */

.jh-sc-ranking,
.jh-sc-table-wrap,
.jh-sc-genre-cards,
.jh-sc-page-intro,
.jh-sc-page-outro {
  color: #1a1a1a;
}

/* カード・テーブルセル内テキストと背景をすべて明示指定 */
.jh-sc-card,
.jh-sc-card *,
.jh-sc-genre-card,
.jh-sc-genre-card * {
  color: #1a1a1a;
}

.jh-sc-table,
.jh-sc-table th,
.jh-sc-table td {
  color: #1a1a1a !important;
  background-color: #fff !important;
}

.jh-sc-table thead th {
  background-color: #f0f0f0 !important;
  color: #444 !important;
}

.jh-sc-table tbody tr:nth-child(even) td {
  background-color: #fafafa !important;
}

.jh-sc-table tbody tr:hover td {
  background-color: #fffbec !important;
}

/* 各色付き要素は !important で上書き */
.jh-sc-price,
.jh-sc-table__price,
.jh-sc-genre-card__price {
  color: #c0392b !important;
}

.jh-sc-stars,
.jh-sc-stars-sm {
  color: #e9a826 !important;
}

.jh-sc-rank                { color: #fff !important; }
.jh-sc-btn                 { color: #fff !important; }
.jh-sc-genre-card__btn     { color: #fff !important; }
.jh-sc-genre-card__rank    { color: #fff !important; }

.jh-sc-pros__head          { color: #27ae60 !important; }
.jh-sc-cons__head          { color: #c0392b !important; }
.jh-sc-pros ul li          { list-style: none !important; list-style-type: none !important; }
.jh-sc-cons ul li          { list-style: none !important; list-style-type: none !important; }
.jh-sc-pros ul li::before  { content: "✓" !important; color: #27ae60 !important; }
.jh-sc-cons ul li::before  { content: "✗" !important; color: #c0392b !important; }
.jh-sc-dl--ok              { color: #27ae60 !important; }
.jh-sc-dl--partial         { color: #e67e22 !important; }
.jh-sc-dl--no              { color: #999    !important; }

.jh-sc-target              { color: #333 !important; }
.jh-sc-target__label       { color: #3469b5 !important; }

.jh-sc-note,
.jh-sc-cta-note,
.jh-sc-table-note          { color: #aaa !important; }

.jh-sc-spec-table th       { color: #555 !important; }
.jh-sc-table thead th      { color: #666 !important; }

.jh-sc-banner--placeholder { color: #555 !important; }

.jh-sc-table__name a { color: #3469b5 !important; }

/* 導入文・まとめ文 */
.jh-sc-page-intro {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.92rem;
  line-height: 1.8;
}

.jh-sc-page-intro p { margin: 0 0 0.75em; }
.jh-sc-page-intro p:last-child { margin-bottom: 0; }

.jh-sc-ad-note {
  font-size: 0.78rem !important;
  color: #999 !important;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  margin-top: 0.75rem !important;
}

.jh-sc-page-outro {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem;
  margin-top: 2rem;
  font-size: 0.92rem;
  line-height: 1.8;
}

.jh-sc-page-outro h2,
.jh-sc-page-outro h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #1a1a1a !important;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0.4rem;
}

.jh-sc-page-outro ul {
  padding-left: 1.5em;
  margin: 0.5em 0 1em;
}

.jh-sc-page-outro ul li {
  margin-bottom: 0.4em;
}

.jh-sc-page-outro p { margin: 0 0 0.75em; }
.jh-sc-page-outro p:last-child { margin-bottom: 0; }

.jh-sc-page-outro h3 {
  font-size: 0.97rem;
  font-weight: 700;
  margin: 1.2rem 0 0.4rem;
  color: #1a1a1a !important;
  padding-left: 0.7em;
  border-left: 3px solid #c0392b;
}

.jh-sc-page-intro h2,
.jh-sc-page-intro h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.2rem 0 0.5rem;
  color: #1a1a1a !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3rem;
}

.jh-sc-page-intro ol,
.jh-sc-page-intro ul,
.jh-sc-page-outro ol,
.jh-sc-page-outro ul {
  padding-left: 1.6em;
  margin: 0.4em 0 0.9em;
}

.jh-sc-page-intro li,
.jh-sc-page-outro li {
  margin-bottom: 0.35em;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #333 !important;
}

/* FAQ */
.jh-sc-faq {
  margin: 0.75rem 0 1rem;
}

.jh-sc-faq dt {
  font-weight: 700;
  font-size: 0.88rem;
  color: #1a1a1a !important;
  background: #f5f5f5;
  padding: 0.45rem 0.75rem;
  border-left: 3px solid #e9a826;
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

.jh-sc-faq dd {
  font-size: 0.85rem;
  color: #444 !important;
  padding: 0.35rem 0.75rem 0.5rem 1rem;
  margin: 0;
  line-height: 1.7;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}


/* ===================================================================
   比較ページ デザイン強化 v2
   （ダークテーマ完全上書き・メリハリ強化）
   =================================================================== */

/* ---- カード全体 ---- */
.jh-sc-card {
  box-shadow: 0 3px 12px rgba(0,0,0,0.10) !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 8px !important;
}

/* ランク別 top ボーダーカラー */
.jh-sc-card--rank-1 { border-top: 5px solid #c9960c !important; }
.jh-sc-card--rank-2 { border-top: 5px solid #8a8a8a !important; }
.jh-sc-card--rank-3 { border-top: 5px solid #a0683a !important; }
.jh-sc-card--rank-other { border-top: 3px solid #c0392b !important; }

/* ---- カードヘッダー ---- */
.jh-sc-card__head {
  background: #ffffff !important;
  padding: 1.25rem !important;
  align-items: center !important;
  gap: 1rem !important;
}

/* ---- ランクバッジ（数字大きく） ---- */
.jh-sc-rank {
  flex-direction: column !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  gap: 0 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
}

.jh-sc-rank__num {
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #fff !important;
}

.jh-sc-rank__label {
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.85) !important;
}

/* ---- サービス名（大きく・くっきり） ---- */
.jh-sc-name {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.25 !important;
  margin-bottom: 0.3rem !important;
}

/* ---- 価格（目立つ赤） ---- */
.jh-sc-price {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #c0392b !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 0.4rem !important;
}

/* ---- スペックテーブル（白背景・くっきり） ---- */
.jh-sc-spec-table {
  border-top: 2px solid #f0f0f0 !important;
}

.jh-sc-spec-table th {
  background: #f6f6f6 !important;
  color: #555 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  padding: 0.55rem 1rem !important;
  width: 7.5em !important;
}

.jh-sc-spec-table td {
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 0.9rem !important;
  padding: 0.55rem 1rem !important;
}

.jh-sc-spec-table tr:last-child th,
.jh-sc-spec-table tr:last-child td {
  border-bottom: none !important;
}

/* ---- CTA ボタン（丸みのある大きなボタン） ---- */
.jh-sc-cta {
  background: #fafafa !important;
  border-top: 2px solid #eee !important;
  padding: 1.25rem !important;
  text-align: center !important;
}

.jh-sc-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5em !important;
  padding: 0.85rem 2.25rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  background: #c0392b !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(192,57,43,0.35) !important;
  transition: all 0.2s ease !important;
  letter-spacing: 0.02em !important;
}

.jh-sc-btn::after {
  content: " →";
  font-size: 1.05em;
}

.jh-sc-btn:hover {
  background: #a93226 !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(192,57,43,0.45) !important;
  transform: translateY(-2px) !important;
}

/* URL未設定プレースホルダー（管理者のみ表示） */
.jh-sc-btn--placeholder {
  display: inline-block !important;
  padding: 0.65rem 1.5rem !important;
  background: #eee !important;
  color: #999 !important;
  font-size: 0.82rem !important;
  border-radius: 50px !important;
  cursor: default !important;
  box-shadow: none !important;
}

.jh-sc-btn--placeholder::after { content: "" !important; }

/* ---- 比較テーブル：ランク列バッジ ---- */
.jh-sc-table__rank-cell {
  text-align: center !important;
  padding: 0.5rem 0.4rem !important;
  width: 2.5rem !important;
  background: #fff !important;
}

.jh-sc-table__rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff !important;
  background: #888;
}

.jh-sc-table__rank-badge--1 { background: #c9960c; }
.jh-sc-table__rank-badge--2 { background: #8a8a8a; }
.jh-sc-table__rank-badge--3 { background: #a0683a; }
.jh-sc-table__rank-badge--other { background: #c0392b; }

/* 比較テーブル CTA ボタン */
.jh-sc-table__cta-cell {
  text-align: center !important;
  background: #fff !important;
  padding: 0.4rem 0.5rem !important;
}

.jh-sc-table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  background: #c0392b;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
}

.jh-sc-table-btn:hover { background: #a93226; color: #fff !important; }

.jh-sc-table-btn--empty {
  background: #ddd !important;
  color: #999 !important;
  cursor: default;
  font-size: 0.7rem;
}

/* 比較テーブル 上位3行を強調 */
.jh-sc-tr--rank-1 td { background: #fffdf0 !important; }
.jh-sc-tr--rank-2 td { background: #f9f9f9 !important; }
.jh-sc-tr--rank-3 td { background: #fdf9f5 !important; }

/* ---- ジャンルカード：CTA ---- */
.jh-sc-genre-card__cta {
  margin-top: auto;
  padding-top: 0.5rem;
}

.jh-sc-genre-card--rank-1 { border-top: 4px solid #c9960c !important; }
.jh-sc-genre-card--rank-2 { border-top: 4px solid #8a8a8a !important; }
.jh-sc-genre-card--rank-3 { border-top: 4px solid #a0683a !important; }

.jh-sc-genre-card__trial {
  font-size: 0.75rem;
  color: #3469b5 !important;
  margin: 0 0 0.25rem;
  font-weight: 600;
}

.jh-sc-genre-card__btn--empty {
  background: #ddd !important;
  color: #999 !important;
  cursor: default !important;
  font-size: 0.75rem !important;
}

/* ---- バナープレースホルダー ---- */
.jh-sc-banner--placeholder {
  background: linear-gradient(135deg, #2a2a2a, #444) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
}

/* ---- レスポンシブ補足 ---- */
@media (max-width: 768px) {
  .jh-sc-name  { font-size: 1.1rem !important; }
  .jh-sc-price { font-size: 1rem !important; }
  .jh-sc-btn   { padding: 0.75rem 1.5rem !important; font-size: 0.9rem !important; }
}

@media (max-width: 480px) {
  .jh-sc-btn { width: 100% !important; }
}

/* ============================================================
   他サービスリンクブロック（作品詳細）
   .jh-other-services
   ============================================================ */

.single-jh_item .jh-shell--detail-item .jh-other-services {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 143, 52, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(17, 23, 41, 0.96), rgba(11, 15, 28, 0.98));
  box-shadow: 0 16px 36px rgba(3, 7, 18, 0.32);
}

.single-jh_item .jh-shell--detail-item .jh-other-services .jh-section-title {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.single-jh_item .jh-shell--detail-item .jh-other-services__list {
  display: grid;
  gap: 12px;
}

.single-jh_item .jh-shell--detail-item .jh-other-services__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 161, 94, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8f2 0%, #ffffff 52%, #fff1e7 100%);
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.14);
}

.single-jh_item .jh-shell--detail-item .jh-other-services__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single-jh_item .jh-shell--detail-item .jh-other-services__name {
  display: block;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.single-jh_item .jh-shell--detail-item .jh-other-services__type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.1);
  color: #b54708;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.single-jh_item .jh-shell--detail-item .jh-other-services__note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.6;
}

.single-jh_item .jh-shell--detail-item .jh-button--svc-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f34 0%, #ff5a1f 55%, #e13d15 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(225, 61, 21, 0.34);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.single-jh_item .jh-shell--detail-item .jh-button--svc-alt:hover,
.single-jh_item .jh-shell--detail-item .jh-button--svc-alt:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  color: #fff !important;
  box-shadow: 0 18px 32px rgba(225, 61, 21, 0.42);
}

.single-jh_item .jh-shell--detail-item .jh-button--svc-alt:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .single-jh_item .jh-shell--detail-item .jh-other-services {
    padding: 16px 14px;
  }

  .single-jh_item .jh-shell--detail-item .jh-other-services__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .single-jh_item .jh-shell--detail-item .jh-other-services__name {
    font-size: 24px;
  }

  .single-jh_item .jh-shell--detail-item .jh-button--svc-alt {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

/* CTA / sale strip cleanup overrides */
.single-jh_item .jh-shell--detail-item .jh-cta-stage__intro {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 4px 10px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__eyebrow {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__headline {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.single-jh_item .jh-shell--detail-item .jh-cta-stage__support {
  flex: 1 1 100% !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.jh-home-shell .jh-home-sale-strip {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-bottom: 1.6em !important;
  padding: 12px max(16px, calc((100vw - 1180px) / 2)) 0 !important;
  box-sizing: border-box !important;
}

.jh-home-shell .jh-home-sale-strip__head {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 8px !important;
}

.jh-home-shell .jh-home-sale-strip__copy {
  display: block !important;
  grid-column: 2 !important;
  justify-self: center !important;
  align-items: center !important;
  max-width: none !important;
  text-align: center !important;
}

.jh-home-shell .jh-home-sale-strip__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.jh-home-shell .jh-home-sale-strip__title::before,
.jh-home-shell .jh-home-sale-strip__title::after {
  display: none !important;
  content: none !important;
}

.jh-home-shell .jh-home-sale-strip__note {
  display: none !important;
}

.jh-home-shell .jh-home-sale-strip__eyebrow {
  display: none !important;
}

.jh-home-shell .jh-home-sale-strip__more {
  grid-column: 3 !important;
  justify-self: end !important;
}

.jh-home-shell .jh-home-sale-marquee {
  width: 100% !important;
}

.jh-home-shell .jh-home-sale-marquee__track {
  animation-duration: 92s !important;
}

@media print, screen and (max-width: 599px) {
  .jh-home-shell .jh-home-sale-strip {
    padding: 10px 14px 0 !important;
  }

  .jh-home-shell .jh-home-sale-strip__head {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .jh-home-shell .jh-home-sale-strip__copy {
    grid-column: auto !important;
    justify-self: center !important;
  }

  .jh-home-shell .jh-home-sale-strip__title {
    font-size: 16px !important;
  }

  .jh-home-shell .jh-home-sale-strip__more {
    grid-column: auto !important;
    justify-self: center !important;
  }
}

/* ============================================================
   FAQ ブロック
   ============================================================ */
.jh-section--faq {
  background: #fff;
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid #e5e5e5;
}

.jh-section--faq .jh-section-head {
  margin-bottom: 12px;
}

.jh-section--faq .jh-section-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.jh-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.jh-faq-item {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.jh-faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  gap: 12px;
  line-height: 1.5;
}

.jh-faq-item__trigger:hover {
  background-color: #fafafa;
}

.jh-faq-item__trigger[aria-expanded="true"] {
  background-color: #f7f7f7;
}

.jh-faq-item__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.jh-faq-item__icon::before,
.jh-faq-item__icon::after {
  content: '';
  position: absolute;
  background: #888;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jh-faq-item__icon::before {
  width: 12px;
  height: 2px;
}

.jh-faq-item__icon::after {
  width: 2px;
  height: 12px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.jh-faq-item__trigger[aria-expanded="true"] .jh-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.jh-faq-item__body {
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  background: #fff;
}

.jh-faq-item__body[hidden] {
  display: none;
}

/* ============================================================
   シリーズ・同レーベル作品グリッド
   ============================================================ */
.jh-section--related-series {
  background: #fff;
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid #e5e5e5;
}

.jh-section--related-series .jh-section-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.jh-related-series-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.jh-related-series-card {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.jh-related-series-card__link {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
}

.jh-related-series-card__link:hover .jh-related-series-card__title {
  text-decoration: underline;
}

.jh-related-series-card__visual {
  overflow: hidden;
  background: #eee;
  line-height: 0;
}

.jh-related-series-card__image {
  width: 100%;
  height: auto !important;
  display: block;
}

.jh-related-series-card__body {
  padding: 8px 10px 10px;
  background: #fafafa;
}

.jh-related-series-card__date {
  font-size: 11px;
  color: #666;
  margin: 0 0 4px;
}

.jh-related-series-card__title {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 599px) {
  .jh-related-series-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* 作品詳細 SEO/回遊強化 */
.single-jh_item .jh-shell--detail-item .jh-summary-box__head {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--jh-border);
}

.single-jh_item .jh-shell--detail-item .jh-summary-box__eyebrow {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.single-jh_item .jh-shell--detail-item .jh-summary-box__note {
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.65;
}

.single-jh_item .jh-shell--detail-item .jh-section-head .jh-section-note {
  display: block !important;
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.65;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-card-grid {
  gap: 18px 14px;
}

.single-jh_item .jh-shell--detail-item .jh-related-groups {
  display: grid;
  gap: 22px;
}

.single-jh_item .jh-shell--detail-item .jh-related-group {
  display: grid;
  gap: 12px;
}

.single-jh_item .jh-shell--detail-item .jh-related-group__title {
  margin: 0;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-section-title {
  color: #f8fafc !important;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-section-note {
  color: #cbd5e1 !important;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-media-card__eyebrow {
  color: #cbd5e1 !important;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-media-card__title {
  color: #f8fafc !important;
}

.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-media-card__frame:hover .jh-media-card__title,
.single-jh_item .jh-shell--detail-item .jh-section--similar-items .jh-media-card__frame:focus-visible .jh-media-card__title {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-jh_item .jh-shell--detail-item .jh-media-card__copy {
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid rgba(189, 45, 229, 0.16);
  border-radius: 8px;
  background: #fbf7ff;
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.single-jh_item .jh-shell--detail-item .jh-section--faq {
  margin-top: 18px;
}

