.fanza-sale-notice {
  max-width: 860px;
  margin: 0 auto 1.5em;
  border: 1px solid #e5a699;
  border-radius: 10px;
  background: #fffaf8;
  color: #292929;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(91, 28, 15, .09);
}
.fanza-sale-notice__title {
  padding: .72em 1em;
  background: linear-gradient(135deg, #d3381c, #b82610);
  color: #fff;
  font-size: 1.08em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
}
.fanza-sale-notice__body { padding: 1em 1.1em .9em; }
.fanza-sale-notice__body > p:first-child { margin: 0 0 .9em; }
.fanza-sale-notice__prices {
  display: flex;
  align-items: center;
  gap: .75em;
  margin: .8em 0;
  padding: .85em 1em;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f0d3cd;
}
.fanza-sale-notice__price { display: grid; gap: .12em; }
.fanza-sale-notice__price span { color: #666; font-size: .8em; }
.fanza-sale-notice__price strong { font-size: 1.08em; }
.fanza-sale-notice__price--regular strong {
  color: #777;
  font-weight: 500;
  text-decoration: line-through;
}
.fanza-sale-notice__price--sale strong {
  color: #d3381c;
  font-size: 1.55em;
  line-height: 1.1;
}
.fanza-sale-notice__arrow { color: #b9a19c; font-weight: 700; }
.fanza-sale-notice__saving {
  margin-left: auto;
  padding: .35em .65em;
  border-radius: 999px;
  background: #fff0cc;
  color: #9a4b00;
  font-size: .88em;
  font-weight: 700;
  white-space: nowrap;
}
.fanza-sale-notice__deadline {
  display: flex;
  align-items: center;
  gap: .45em;
  margin: .85em 0;
  padding: .62em .8em;
  border-left: 4px solid #d3381c;
  background: #fff0ed;
  font-size: .92em;
}
.fanza-sale-notice__deadline strong { margin-left: .25em; }
.fanza-sale-notice__caution {
  margin: .85em 0;
  color: #666;
  font-size: .82em;
  line-height: 1.65;
}
.fanza-sale-notice__action { margin: .85em 0 0; text-align: center; }
.fanza-sale-notice__action a {
  display: inline-block;
  width: min(100%, 430px);
  padding: .78em 1em;
  border-radius: 6px;
  background: #d3381c;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #982511;
}
.fanza-sale-notice__action a:hover {
  background: #bd2f16;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #982511;
}
.fanza-sale-notice__checked {
  padding: .5em 1.1em;
  border-top: 1px solid #f0d3cd;
  background: rgba(255,255,255,.55);
  color: #777;
  font-size: .76em;
  text-align: right;
}
.fadb-related-thumb,
.tax-actress .entry-card-thumb {
  position: relative;
}
.fanza-sale-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 5;
  display: inline-block;
  max-width: calc(100% - 14px);
  padding: 6px 11px;
  border: 2px solid #fff;
  border-radius: 9px;
  background: linear-gradient(135deg, #526dff 0%, #7868ef 38%, #a761df 68%, #ed5fc7 100%);
  color: #fff;
  box-shadow: 0 3px 9px rgba(67, 55, 155, .42);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", "Arial Black", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .055em;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(48, 36, 120, .32);
}
.fanza-sale-badge--right {
  right: 7px;
  left: auto;
}
.fast-home-section,
.fast-sale-archive { margin: 0 0 2.4em; }
.fast-home-section > h2 {
  margin: 0 0 1em;
  padding: 0 0 .5em;
  border-bottom: 3px solid #d3381c;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}
.fast-work-grid {
  display: grid;
  grid-template-columns: repeat(var(--fast-columns, 3), minmax(0, 1fr));
  gap: 18px;
}
.fast-work-card {
  min-width: 0;
  border: 1px solid #eadedb;
  border-radius: 10px;
  background: #fff;
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(54, 31, 24, .08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.fast-work-card:hover { transform: translateY(-2px); box-shadow: 0 6px 17px rgba(54, 31, 24, .15); }
.fast-work-card article { height: 100%; }
.fast-work-thumb { position: relative; margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #f5f5f5; }
.fast-work-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fast-work-body { padding: 10px 11px 12px; }
.fast-work-body h3 {
  display: -webkit-box;
  min-height: 3.2em;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #292929 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fast-work-actress { margin: .55em 0 0; color: #a53a27; font-size: .8rem; }
.fast-work-body time { display: block; margin-top: .55em; color: #777; font-size: .75rem; }
.fast-section-more { margin: 1.4em 0 0; text-align: center; }
.fast-section-more a {
  display: inline-block; padding: .65em 1.5em; border: 1px solid #d3381c; border-radius: 999px;
  color: #d3381c; font-weight: 700; text-decoration: none;
}
.fast-actress-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.fast-actress-grid a {
  display: flex; flex-direction: column; gap: 3px; min-width: 0; padding: 13px 15px;
  border: 1px solid #eadedb; border-radius: 8px; background: #fffaf8; color: inherit; text-decoration: none;
}
.fast-actress-grid strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fast-actress-grid span { color: #777; font-size: .78rem; }
.fast-sale-summary {
  display: flex; justify-content: space-between; gap: 10px; margin: 0 0 1.2em; padding: 12px 15px;
  border-left: 4px solid #d3381c; background: #fff7f5;
}
.fast-sale-summary span { color: #666; font-size: .85rem; }
.fast-pagination { display: block !important; width: 100% !important; margin: 1.6em 0 0 !important; clear: both; }
.fast-pagination ul.page-numbers {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.fast-pagination ul.page-numbers > li {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fast-pagination a.page-numbers,
.fast-pagination span.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 5px 11px !important;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none;
}
.fast-pagination .current { border-color: #d3381c; background: #d3381c; color: #fff; }
.fast-home-v2-page .entry-title,
.fast-home-v2-page .date-tags,
.fast-home-v2-page .sns-share,
.fast-home-v2-page .author-info,
.fast-home-v2-page .comment-area,
.fast-home-v2-page .breadcrumb,
.fast-sale-page .date-tags,
.fast-sale-page .sns-share,
.fast-sale-page .author-info,
.fast-sale-page .comment-area { display: none !important; }
@media (max-width: 900px) {
  .fast-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
	.fanza-sale-badge { top: 5px; left: 5px; padding: 5px 8px; font-size: 11px; }
	.fanza-sale-badge--right { right: 5px; left: auto; }
	.fast-work-grid {
		display: flex;
		gap: 12px;
		margin-right: -16px;
		padding: 2px 16px 14px 1px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 1px;
		-webkit-overflow-scrolling: touch;
	}
	.fast-work-card { flex: 0 0 min(82vw, 340px); scroll-snap-align: start; }
	.fast-work-body { padding: 11px 12px 13px; }
	.fast-work-body h3 { min-height: 3.2em; font-size: 14px !important; }
	.fast-actress-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.fast-actress-grid a { padding: 10px; }
	.fast-sale-summary { flex-direction: column; }
  .fanza-sale-notice { margin-bottom: 1.2em; border-radius: 8px; }
  .fanza-sale-notice__title { font-size: 1em; }
  .fanza-sale-notice__body { padding: .85em; }
  .fanza-sale-notice__prices { flex-wrap: wrap; gap: .55em .7em; padding: .75em; }
  .fanza-sale-notice__price--sale strong { font-size: 1.4em; }
  .fanza-sale-notice__saving { flex-basis: 100%; width: fit-content; margin: .2em 0 0; text-align: center; }
  .fanza-sale-notice__deadline { align-items: flex-start; flex-wrap: wrap; }
  .fanza-sale-notice__deadline strong { flex-basis: 100%; margin-left: 1.75em; }
  .fanza-sale-notice__checked { padding: .48em .85em; text-align: left; }
}
