@charset "UTF-8";

/*
  re-koi article redesign trial
  Scope: articles/bats-saikon-app.html only via body.rk-article-redesign.
*/

body.rk-article-redesign {
  --rk-rose: #c36a78;
  --rk-rose-deep: #a95563;
  --rk-rose-soft: #f7e7e9;
  --rk-rose-pale: #fff4f6;
  --rk-brown: #493936;
  --rk-brown-soft: #796763;
  --rk-ivory: #fbf7f3;
  --rk-ivory-strong: #f5ece7;
  --rk-line: #eadbd6;
  --rk-line-soft: rgba(195, 106, 120, 0.16);
  --rk-white: #fff;
  --rk-shadow: 0 18px 48px rgba(78, 54, 45, 0.08);
  --rk-shadow-soft: 0 10px 28px rgba(78, 54, 45, 0.06);
  --rk-serif: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  --rk-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(195, 106, 120, 0.08), transparent 34%),
    var(--rk-ivory);
  color: var(--rk-brown);
  font-family: var(--rk-sans);
  line-height: 1.9;
  letter-spacing: 0.02em;
}

body.rk-article-redesign *,
body.rk-article-redesign *::before,
body.rk-article-redesign *::after {
  box-sizing: border-box;
}

body.rk-article-redesign img {
  max-width: 100%;
  height: auto;
}

body.rk-article-redesign a {
  color: inherit;
}

body.rk-article-redesign .header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--rk-line-soft);
  box-shadow: 0 8px 32px rgba(78, 54, 45, 0.05);
  backdrop-filter: blur(16px);
}

body.rk-article-redesign .header-inner {
  max-width: 1160px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 40px;
}

body.rk-article-redesign .logo img {
  height: 38px !important;
}

body.rk-article-redesign .header-nav {
  gap: 24px;
}

body.rk-article-redesign .header-nav a {
  color: var(--rk-brown);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

body.rk-article-redesign .breadcrumb {
  background: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid var(--rk-line-soft);
}

body.rk-article-redesign .breadcrumb-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 13px 40px;
  color: var(--rk-brown-soft);
  font-size: 0.78rem;
  scrollbar-width: none;
}

body.rk-article-redesign .breadcrumb-inner::-webkit-scrollbar {
  display: none;
}

body.rk-article-redesign .breadcrumb a {
  color: var(--rk-brown-soft);
  text-decoration: none;
}

body.rk-article-redesign .breadcrumb .current {
  color: var(--rk-brown);
  font-weight: 700;
}

body.rk-article-redesign .separator {
  margin: 0 8px;
  color: #cdb8b1;
}

body.rk-article-redesign .article-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 48px;
  row-gap: 0;
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 40px 72px;
}

body.rk-article-redesign .article-content {
  grid-column: 1;
  min-width: 0;
  margin-top: 28px;
  background: transparent;
}

body.rk-article-redesign .article-header {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--rk-line);
}

body.rk-article-redesign .article-category {
  margin-bottom: 16px;
}

body.rk-article-redesign .category-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(195, 106, 120, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--rk-rose-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

body.rk-article-redesign .category-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rk-rose);
}

body.rk-article-redesign .article-title {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  margin: 0;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

body.rk-article-redesign .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  color: var(--rk-brown-soft);
  font-size: 0.82rem;
}

body.rk-article-redesign .article-date,
body.rk-article-redesign .article-read-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.rk-article-redesign .article-date::before,
body.rk-article-redesign .article-read-time::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8b5ad;
}

body.rk-article-redesign .article-eyecatch {
  grid-column: 1 / -1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: 18px;
  background: var(--rk-white);
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .article-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.rk-article-redesign .article-body {
  padding: 0;
  color: var(--rk-brown);
  font-size: 1.02rem;
  line-height: 2.05;
}

body.rk-article-redesign .article-body p {
  margin: 0 0 1.35rem;
  color: var(--rk-brown);
  line-height: 2.05;
}

body.rk-article-redesign .article-body > p:first-of-type {
  font-size: 1.08rem;
  line-height: 2.08;
}

body.rk-article-redesign .article-body strong {
  color: var(--rk-rose-deep);
  font-weight: 800;
}

body.rk-article-redesign .article-body a:not(.btn) {
  color: var(--rk-rose-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.rk-article-redesign .article-body > h2 {
  position: relative;
  margin: 4.2rem 0 1.25rem;
  padding: 1.2rem 1.25rem 1.15rem 1.45rem;
  border: 1px solid var(--rk-line);
  border-left: 5px solid var(--rk-rose);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 244, 0.96));
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.55;
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .article-body > h2::before {
  content: "Re-koi guide";
  display: block;
  margin-bottom: 0.25rem;
  color: var(--rk-rose);
  font-family: var(--rk-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.rk-article-redesign .article-body > h3 {
  margin: 2.4rem 0 0.85rem;
  padding: 0 0 0.2rem 1rem;
  border-left: 3px solid rgba(195, 106, 120, 0.56);
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.6;
}

body.rk-article-redesign .article-body h4 {
  margin: 1.8rem 0 0.8rem;
  color: var(--rk-brown);
  font-size: 1rem;
  font-weight: 800;
}

body.rk-article-redesign .info-box,
body.rk-article-redesign .benefit-box,
body.rk-article-redesign .next-read,
body.rk-article-redesign .point-box,
body.rk-article-redesign .cta-block {
  border-radius: 18px;
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .info-box {
  margin: 2rem 0;
  padding: 1.45rem 1.55rem;
  border: 1px solid rgba(195, 106, 120, 0.26);
  border-left: 5px solid var(--rk-rose);
  background: linear-gradient(135deg, #fff, var(--rk-rose-pale));
}

body.rk-article-redesign .info-box h4 {
  margin: 0 0 0.75rem;
  color: var(--rk-rose-deep);
  font-size: 1rem;
  font-weight: 800;
}

body.rk-article-redesign .info-box p {
  margin: 0;
}

body.rk-article-redesign .warning-box {
  margin: 2.2rem 0;
  padding: 1.55rem 0;
  border: 0;
  border-top: 1px solid rgba(195, 106, 120, 0.26);
  border-bottom: 1px solid rgba(195, 106, 120, 0.26);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(195, 106, 120, 0.08), transparent 52%),
    transparent;
  box-shadow: none;
}

body.rk-article-redesign .warning-box h4 {
  margin: 0 0 0.8rem;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.55;
}

body.rk-article-redesign .warning-box p {
  margin: 0;
  color: var(--rk-brown);
}

body.rk-article-redesign .warning-box__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.55rem !important;
  color: var(--rk-rose-deep) !important;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

body.rk-article-redesign .warning-box__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rk-rose);
}

body.rk-article-redesign .warning-sign-list {
  display: grid;
  gap: 0;
  margin: 1rem 0 1.15rem;
  padding: 0;
  list-style: none;
}

body.rk-article-redesign .warning-sign-list li {
  position: relative;
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0 0.85rem 1.45rem;
  border-top: 1px solid rgba(195, 106, 120, 0.16);
}

body.rk-article-redesign .warning-sign-list li:last-child {
  border-bottom: 1px solid rgba(195, 106, 120, 0.16);
}

body.rk-article-redesign .warning-sign-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.22rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rk-rose);
}

body.rk-article-redesign .warning-sign-list strong {
  color: var(--rk-brown);
  font-size: 0.96rem;
  font-weight: 800;
}

body.rk-article-redesign .warning-sign-list span {
  color: var(--rk-brown-soft);
  font-size: 0.92rem;
  line-height: 1.75;
}

body.rk-article-redesign .benefit-box {
  margin: 2rem 0;
  padding: 1.45rem 1.55rem;
  border: 1px solid var(--rk-line);
  background: rgba(255, 255, 255, 0.9);
}

body.rk-article-redesign .benefit-box__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: var(--rk-brown);
  font-weight: 800;
}

body.rk-article-redesign .benefit-box__title::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rk-rose);
}

body.rk-article-redesign .benefit-box__list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.rk-article-redesign .benefit-box__list li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0.85rem 0.72rem 2.35rem;
  border: 1px solid rgba(195, 106, 120, 0.14);
  border-radius: 12px;
  background: var(--rk-ivory);
  line-height: 1.8;
}

body.rk-article-redesign .benefit-box__list li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.08rem;
  width: 0.78rem;
  height: 0.45rem;
  border-left: 2px solid var(--rk-rose);
  border-bottom: 2px solid var(--rk-rose);
  transform: rotate(-45deg);
}

body.rk-article-redesign .next-read {
  display: block;
  margin: 2rem 0 2.4rem;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(195, 106, 120, 0.26);
  background: #fff;
  color: var(--rk-brown);
  text-decoration: none;
}

body.rk-article-redesign .next-read__label {
  display: inline-flex;
  margin-bottom: 0.6rem;
  padding: 0.22rem 0.72rem;
  border-radius: 999px;
  background: var(--rk-rose-soft);
  color: var(--rk-rose-deep);
  font-size: 0.75rem;
  font-weight: 800;
}

body.rk-article-redesign .next-read__title {
  display: block;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
}

body.rk-article-redesign .next-read__desc {
  display: block;
  margin-top: 0.45rem;
  color: var(--rk-brown-soft);
  font-size: 0.9rem;
  line-height: 1.8;
}

body.rk-article-redesign .toc-box {
  margin: 2.4rem 0 3rem;
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .toc-header {
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid var(--rk-line);
  background: linear-gradient(135deg, #fff, var(--rk-rose-pale));
}

body.rk-article-redesign .toc-title {
  margin: 0;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.15rem;
  font-weight: 600;
}

body.rk-article-redesign .toc-content {
  padding: 0.4rem 1.25rem 1.2rem;
}

body.rk-article-redesign .toc-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  counter-reset: rk-toc;
}

body.rk-article-redesign .toc-list li {
  position: relative;
  margin: 0;
  padding: 0.74rem 0 0.74rem 2.15rem;
  border-bottom: 1px solid rgba(195, 106, 120, 0.12);
  list-style: none;
  counter-increment: rk-toc;
}

body.rk-article-redesign .toc-list li:last-child {
  border-bottom: 0;
}

body.rk-article-redesign .toc-list li::before {
  content: counter(rk-toc);
  position: absolute;
  left: 0;
  top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: var(--rk-rose-soft);
  color: var(--rk-rose-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

body.rk-article-redesign .toc-list a {
  display: block;
  color: var(--rk-brown);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

body.rk-article-redesign .ranking-table-wrap,
body.rk-article-redesign .price-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.rk-article-redesign .ranking-table-wrap {
  margin: 1.6rem 0 2.1rem;
  border: 1px solid var(--rk-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .ranking-table,
body.rk-article-redesign .price-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
}

body.rk-article-redesign .ranking-table th,
body.rk-article-redesign .ranking-table td,
body.rk-article-redesign .price-table th,
body.rk-article-redesign .price-table td {
  border-color: var(--rk-line);
  line-height: 1.7;
}

body.rk-article-redesign .ranking-table th,
body.rk-article-redesign .price-table th {
  background: #f9efec;
  color: var(--rk-brown);
  font-weight: 800;
}

body.rk-article-redesign .ranking-table td,
body.rk-article-redesign .price-table td {
  background: #fff;
  color: var(--rk-brown);
}

body.rk-article-redesign .ranking-table tr:nth-child(even) td,
body.rk-article-redesign .price-table tr:nth-child(even) td {
  background: #fffaf8;
}

body.rk-article-redesign .app-card {
  margin: 2.5rem 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--rk-shadow);
}

body.rk-article-redesign .app-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.45rem;
  border-bottom: 1px solid var(--rk-line);
  background: linear-gradient(135deg, #fff, #fff5f3);
}

body.rk-article-redesign .app-card__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

body.rk-article-redesign .app-card__title::before {
  display: none;
}

body.rk-article-redesign .app-card__tag {
  flex: 0 0 auto;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: var(--rk-rose);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

body.rk-article-redesign .app-card__body {
  padding: 1.4rem 1.45rem 1.55rem;
}

body.rk-article-redesign .app-card__body img {
  display: block;
  width: 100%;
  margin: 0 0 1.15rem;
  border-radius: 16px;
  object-fit: cover;
}

body.rk-article-redesign .app-card__desc {
  color: var(--rk-brown);
  font-size: 1rem;
  line-height: 1.95;
}

body.rk-article-redesign .app-card__subhead {
  margin: 1.5rem 0 0.75rem;
  color: var(--rk-brown);
  font-size: 1rem;
  font-weight: 800;
}

body.rk-article-redesign .app-card__closing,
body.rk-article-redesign .app-card__cta-lead {
  margin: 1.3rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(195, 106, 120, 0.18);
  border-radius: 14px;
  background: var(--rk-rose-pale);
  color: var(--rk-brown);
  font-size: 0.92rem;
  line-height: 1.85;
}

body.rk-article-redesign .btn,
body.rk-article-redesign .btn--primary {
  text-decoration: none;
}

body.rk-article-redesign .btn--primary,
body.rk-article-redesign .cta-block .btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 54px;
  margin: 1.2rem auto 0;
  padding: 0.9rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--rk-rose);
  color: #fff;
  box-shadow: 0 16px 34px rgba(169, 85, 99, 0.18);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

body.rk-article-redesign .btn--primary::after {
  content: "›";
  margin-left: auto;
  font-size: 1.35rem;
  line-height: 1;
}

body.rk-article-redesign .btn--primary:hover {
  background: var(--rk-rose-deep);
  opacity: 1;
}

body.rk-article-redesign .point-box,
body.rk-article-redesign .case-card,
body.rk-article-redesign .checklist {
  border: 1px solid var(--rk-line);
  border-radius: 16px;
  background: #fff;
}

body.rk-article-redesign .faq-section {
  margin: 1.8rem 0 2.4rem;
}

body.rk-article-redesign .faq-item {
  margin: 0 0 0.9rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--rk-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .faq-question {
  position: relative;
  margin: 0 0 0.7rem;
  padding: 0 0 0 2.1rem;
  border: 0;
  color: var(--rk-brown);
  font-family: var(--rk-sans);
  font-size: 1rem;
  font-weight: 800;
}

body.rk-article-redesign .faq-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--rk-rose-soft);
  color: var(--rk-rose-deep);
  font-family: var(--rk-serif);
  font-weight: 700;
}

body.rk-article-redesign .faq-question::after {
  content: none !important;
  display: none !important;
}

body.rk-article-redesign .faq-answer {
  margin: 0;
  padding-left: 2.1rem;
  color: var(--rk-brown-soft);
  font-size: 0.94rem;
  line-height: 1.9;
}

body.rk-article-redesign .cta-block {
  margin: 2.6rem 0;
  padding: 2rem;
  border: 1px solid rgba(195, 106, 120, 0.26);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 38%),
    linear-gradient(135deg, #fff8f6, #f5dfe2);
  text-align: center;
}

body.rk-article-redesign .cta-block h3,
body.rk-article-redesign .cta-block h4 {
  margin: 0 0 0.7rem;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

body.rk-article-redesign .cta-block p {
  max-width: 620px;
  margin: 0 auto 1rem;
  color: var(--rk-brown);
}

body.rk-article-redesign .article-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rk-line);
}

body.rk-article-redesign .tag {
  border: 1px solid rgba(195, 106, 120, 0.22);
  background: #fff;
  color: var(--rk-rose-deep);
}

body.rk-article-redesign .article-sidebar {
  grid-column: 2;
  position: sticky;
  top: 94px;
  align-self: start;
  margin-top: 28px;
}

body.rk-article-redesign .sidebar-section {
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid var(--rk-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--rk-shadow-soft);
}

body.rk-article-redesign .sidebar-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(195, 106, 120, 0.42);
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.1rem;
  font-weight: 600;
}

body.rk-article-redesign .related-articles {
  display: grid;
  gap: 12px;
}

body.rk-article-redesign .related-article a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(195, 106, 120, 0.12);
  color: var(--rk-brown);
  text-decoration: none;
}

body.rk-article-redesign .related-article:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

body.rk-article-redesign .related-article img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
}

body.rk-article-redesign .related-article h4 {
  margin: 0;
  color: var(--rk-brown);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.55;
}

body.rk-article-redesign .related-article time {
  display: block;
  margin-top: 0.3rem;
  color: var(--rk-brown-soft);
  font-size: 0.72rem;
}

body.rk-article-redesign .sidebar-categories {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.rk-article-redesign .sidebar-categories li {
  margin: 0;
  border-bottom: 1px solid rgba(195, 106, 120, 0.12);
}

body.rk-article-redesign .sidebar-categories li:last-child {
  border-bottom: 0;
}

body.rk-article-redesign .sidebar-categories a {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  color: var(--rk-brown);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

body.rk-article-redesign .sidebar-categories a::after {
  content: "›";
  color: var(--rk-rose);
}

body.rk-article-redesign .footer,
body.rk-article-redesign .site-footer {
  background: #4b3935;
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1024px) {
  body.rk-article-redesign .article-container {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }

  body.rk-article-redesign .article-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  body.rk-article-redesign {
    background: #fff;
  }

  body.rk-article-redesign .header {
    position: static;
  }

  body.rk-article-redesign .header-inner {
    min-height: 64px;
    padding: 0 16px;
  }

  body.rk-article-redesign .header-nav {
    display: none;
  }

  body.rk-article-redesign .breadcrumb-inner {
    padding: 10px 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  body.rk-article-redesign .article-container {
    padding: 22px 16px 46px;
  }

  body.rk-article-redesign .article-header {
    margin: 24px 0 0;
    padding-bottom: 20px;
  }

  body.rk-article-redesign .article-title {
    font-size: 20px;
    line-height: 1.5;
  }

  body.rk-article-redesign .article-meta {
    font-size: 0.76rem;
  }

  body.rk-article-redesign .article-eyecatch {
    margin-bottom: 0;
    border-radius: 14px;
  }

  body.rk-article-redesign .article-content {
    margin-top: 24px;
  }

  body.rk-article-redesign .article-body {
    font-size: 0.98rem;
  }

  body.rk-article-redesign .article-body p {
    line-height: 2;
  }

  body.rk-article-redesign .article-body > h2 {
    margin-top: 3.2rem;
    padding: 1rem 1rem 1rem 1.1rem;
    border-radius: 13px;
    font-size: 1.42rem;
  }

  body.rk-article-redesign .article-body > h3 {
    margin-top: 2rem;
    font-size: 1.12rem;
  }

  body.rk-article-redesign .info-box,
  body.rk-article-redesign .benefit-box,
  body.rk-article-redesign .next-read,
  body.rk-article-redesign .cta-block,
  body.rk-article-redesign .sidebar-section {
    border-radius: 15px;
  }

  body.rk-article-redesign .info-box,
  body.rk-article-redesign .benefit-box,
  body.rk-article-redesign .cta-block {
    padding: 1.2rem;
  }

  body.rk-article-redesign .toc-content {
    padding-inline: 1rem;
  }

  body.rk-article-redesign .ranking-table,
  body.rk-article-redesign .price-table {
    min-width: 620px;
  }

  body.rk-article-redesign .app-card {
    border-radius: 18px;
  }

  body.rk-article-redesign .app-card__header {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.05rem 1.1rem;
  }

  body.rk-article-redesign .app-card__title {
    font-size: 1.25rem;
  }

  body.rk-article-redesign .app-card__body {
    padding: 1.1rem;
  }

  body.rk-article-redesign .btn--primary,
  body.rk-article-redesign .cta-block .btn--primary {
    min-height: 52px;
    font-size: 0.94rem;
  }

  body.rk-article-redesign .faq-item {
    padding: 1rem;
  }
}

/*
  2026-04 flat article tuning
  Keep the article readable with lines and whitespace instead of nested cards.
*/

body.rk-article-redesign .article-eyecatch {
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .article-body > h2 {
  margin: 4rem 0 1.35rem;
  padding: 0 0 0.75rem;
  border: 0;
  border-bottom: 1px solid rgba(195, 106, 120, 0.26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .article-body > h2::before {
  margin-bottom: 0.3rem;
}

body.rk-article-redesign .article-body > h3 {
  padding: 0 0 0.45rem;
  border-left: 0;
  border-bottom: 1px solid rgba(195, 106, 120, 0.18);
}

body.rk-article-redesign .info-box,
body.rk-article-redesign .benefit-box,
body.rk-article-redesign .next-read,
body.rk-article-redesign .point-box {
  border: 0;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .info-box {
  padding: 1.45rem 0;
}

body.rk-article-redesign .benefit-box,
body.rk-article-redesign .next-read,
body.rk-article-redesign .point-box {
  padding: 1.35rem 0;
}

body.rk-article-redesign .benefit-box__list {
  gap: 0;
}

body.rk-article-redesign .benefit-box__list li {
  padding: 0.85rem 0 0.85rem 2rem;
  border: 0;
  border-bottom: 1px solid rgba(195, 106, 120, 0.16);
  border-radius: 0;
  background: transparent;
}

body.rk-article-redesign .benefit-box__list li:last-child {
  border-bottom: 0;
}

body.rk-article-redesign .benefit-box__list li::before {
  left: 0.2rem;
  top: 1.25rem;
}

body.rk-article-redesign .cta-block {
  box-shadow: none;
}

body.rk-article-redesign .toc-box {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .toc-header {
  padding: 1rem 0;
  border-bottom: 1px solid var(--rk-line);
  background: transparent;
}

body.rk-article-redesign .toc-content {
  max-height: 420px;
  overflow-y: auto;
  padding: 0.35rem 0 1rem;
  scrollbar-color: rgba(195, 106, 120, 0.42) rgba(234, 219, 214, 0.5);
  scrollbar-width: thin;
}

body.rk-article-redesign .toc-list {
  list-style: none !important;
}

body.rk-article-redesign .toc-list li {
  list-style: none !important;
}

body.rk-article-redesign .toc-list li::marker {
  content: "";
  font-size: 0;
}

body.rk-article-redesign .toc-list > li > a::before,
body.rk-article-redesign .toc-box__list li::before {
  content: none !important;
  display: none !important;
}

body.rk-article-redesign .ranking-table-wrap {
  border: 0;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .ranking-table--apps {
  min-width: 760px;
}

body.rk-article-redesign .ranking-table--apps th:nth-child(2),
body.rk-article-redesign .ranking-table--apps td:nth-child(2) {
  width: 92px;
  min-width: 92px;
}

body.rk-article-redesign .rk-app-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 42px;
  margin: 0 auto;
}

body.rk-article-redesign .rk-app-logo img {
  display: block;
  max-width: 64px;
  max-height: 38px;
  object-fit: contain;
}

body.rk-article-redesign .rk-app-logo--wide img {
  max-width: 72px;
}

body.rk-article-redesign .rk-app-logo--text {
  width: auto;
  min-width: 58px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(195, 106, 120, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--rk-rose-deep);
  font-family: var(--rk-serif);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.rk-article-redesign .rk-app-logo--with {
  color: #6b7f72;
}

body.rk-article-redesign .rk-app-logo--pairs {
  color: #5f72aa;
}

body.rk-article-redesign .app-explainer {
  position: relative;
  margin: 0.25rem auto 1.55rem;
  overflow: hidden;
  max-width: 680px;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 18px 42px rgba(78, 48, 42, 0.12);
}

body.rk-article-redesign .app-explainer > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 20px;
  object-fit: contain;
}

body.rk-article-redesign .app-explainer::after {
  display: none;
}

body.rk-article-redesign .app-explainer figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--rk-brown);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
  box-shadow: 0 12px 28px rgba(75, 50, 44, 0.12);
  backdrop-filter: blur(10px);
}

body.rk-article-redesign .app-explainer__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

body.rk-article-redesign .app-explainer__logo img {
  display: block;
  width: auto;
  max-width: 48px;
  max-height: 30px;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}

body.rk-article-redesign .app-explainer__logo--wide img {
  max-width: 58px;
}

body.rk-article-redesign .app-explainer__logo--text {
  width: auto;
  min-width: 58px;
  height: 34px;
  padding: 0 0.75rem;
  border: 1px solid rgba(195, 106, 120, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #6b7f72;
  font-family: var(--rk-serif);
  font-size: 0.95rem;
  letter-spacing: 0;
}

body.rk-article-redesign .app-explainer__logo--pairs {
  color: #5f72aa;
}

body.rk-article-redesign .app-card {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .app-card__header {
  padding: 1.15rem 0;
  background: transparent;
}

body.rk-article-redesign .app-card__body {
  padding: 1.25rem 0 1.45rem;
}

body.rk-article-redesign .app-card__closing,
body.rk-article-redesign .app-card__cta-lead {
  border: 0;
  border-top: 1px solid rgba(195, 106, 120, 0.18);
  border-bottom: 1px solid rgba(195, 106, 120, 0.18);
  border-radius: 0;
  background: transparent;
}

body.rk-article-redesign .saki-voice {
  margin: 1.9rem 0;
  padding: 1.25rem 0;
  border: 0;
  border-top: 1px solid rgba(195, 106, 120, 0.22);
  border-bottom: 1px solid rgba(195, 106, 120, 0.22);
  border-radius: 0;
  background: transparent;
  color: var(--rk-brown);
  box-shadow: none;
}

body.rk-article-redesign .saki-voice::before {
  content: "Sakiの声";
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  color: var(--rk-rose-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

body.rk-article-redesign .saki-voice::after {
  content: "";
  display: block;
  clear: both;
}

body.rk-article-redesign .saki-voice p {
  margin-bottom: 0;
}

body.rk-article-redesign .app-card .btn--primary,
body.rk-article-redesign .btn-wrap .btn--primary {
  position: relative;
  gap: 0.72rem;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin: 1.5rem 0 0;
  padding: 0.85rem 1.05rem 0.85rem 1.15rem;
  border: 1px solid rgba(195, 106, 120, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #c96c79 0%, #b85f70 100%);
  box-shadow: 0 14px 30px rgba(169, 85, 99, 0.18);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

body.rk-article-redesign .app-card .btn--primary::before,
body.rk-article-redesign .btn-wrap .btn--primary::before {
  content: "公式";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-right: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.rk-article-redesign .app-card .btn--primary::after,
body.rk-article-redesign .btn-wrap .btn--primary::after {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

body.rk-article-redesign .app-card .btn--primary:hover,
body.rk-article-redesign .btn-wrap .btn--primary:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #b95f6f 0%, #a95563 100%);
}

body.rk-article-redesign .btn-wrap {
  margin: 2.8rem 0 !important;
  padding: 1.35rem;
  border: 1px solid rgba(195, 106, 120, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(195, 106, 120, 0.1), transparent 42%),
    #fff8f6;
  text-align: left !important;
}

body.rk-article-redesign .btn-wrap::before {
  content: "最初の1本を決める";
  display: block;
  margin-bottom: 0.85rem;
  color: var(--rk-brown);
  font-family: var(--rk-serif);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.6;
}

body.rk-article-redesign .case-card,
body.rk-article-redesign .checklist {
  border: 0;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
}

body.rk-article-redesign .faq-item {
  padding: 1.05rem 0;
  border: 0;
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .article-sidebar {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 8px 0 0;
  scrollbar-color: rgba(195, 106, 120, 0.42) rgba(234, 219, 214, 0.5);
  scrollbar-width: thin;
}

body.rk-article-redesign .sidebar-section {
  margin: 0;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--rk-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .sidebar-section:last-child {
  border-bottom: 0;
}

body.rk-article-redesign .sidebar-title {
  border-bottom: 1px solid rgba(195, 106, 120, 0.28);
}

body.rk-article-redesign .related-articles {
  gap: 0;
}

body.rk-article-redesign .related-article a {
  padding: 14px 0;
}

body.rk-article-redesign .sidebar-categories a {
  background: transparent;
}

body.rk-article-redesign .sidebar-categories a::after {
  content: ">";
}

body.rk-article-redesign {
  overflow-x: hidden;
}

body.rk-article-redesign .breadcrumb {
  overflow: hidden;
}

body.rk-article-redesign .article-content {
  overflow: hidden;
}

body.rk-article-redesign .ranking-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

body.rk-article-redesign .price-table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
}

body.rk-article-redesign .price-table tbody {
  display: table;
  width: 100%;
  min-width: 620px;
}

/*
  App detail tables and PC sticky table of contents.
*/

body.rk-article-redesign .price-table tbody {
  min-width: 500px;
}

body.rk-article-redesign .price-table th {
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  padding: 0.78rem 0.7rem;
  white-space: normal;
}

body.rk-article-redesign .price-table td {
  min-width: 300px;
  padding: 0.78rem 0.82rem;
}

body.rk-article-redesign .article-sidebar {
  max-height: none;
  overflow: visible;
  padding: 0;
}

body.rk-article-redesign .rk-side-toc {
  position: relative;
  padding: 22px 0 0;
  border: 0;
  border-top: 3px solid rgba(195, 106, 120, 0.86);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.rk-article-redesign .rk-side-toc::before {
  display: none;
}

body.rk-article-redesign .rk-side-toc__eyebrow {
  margin: 0 0 18px;
  color: var(--rk-rose);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

body.rk-article-redesign .rk-side-toc__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.rk-article-redesign .rk-side-toc__nav {
  display: grid;
  counter-reset: rk-side-toc;
  gap: 0;
  max-height: calc(100vh - 170px);
  margin-top: 0;
  overflow-y: auto;
  padding: 0 10px 0 0;
  scrollbar-color: rgba(195, 106, 120, 0.55) rgba(234, 219, 214, 0.22);
  scrollbar-width: thin;
}

body.rk-article-redesign .rk-side-toc__link {
  position: relative;
  counter-increment: rk-side-toc;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 0.72rem 0.75rem;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 0;
  color: #8b7e7a;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.rk-article-redesign .rk-side-toc__link::before {
  content: counter(rk-side-toc, decimal-leading-zero);
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #c6b7b2;
  font-family: var(--rk-sans);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  transform: none;
}

body.rk-article-redesign .rk-side-toc__link.is-active {
  border-left-color: var(--rk-rose);
  background: rgba(195, 106, 120, 0.12);
  color: var(--rk-rose-deep);
  box-shadow: none;
}

body.rk-article-redesign .rk-side-toc__link.is-active::before {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--rk-rose);
  box-shadow: none;
}

@media (min-width: 1025px) {
  body.rk-article-redesign .article-body > .toc-box {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.rk-article-redesign .article-sidebar {
    display: none;
  }
}

@media (max-width: 768px) {
  body.rk-article-redesign .article-body > h2 {
    margin-top: 3.3rem;
    padding: 0 0 0.65rem;
  }

  body.rk-article-redesign .toc-content {
    max-height: 330px;
  }

  body.rk-article-redesign .info-box,
  body.rk-article-redesign .benefit-box,
  body.rk-article-redesign .point-box,
  body.rk-article-redesign .cta-block {
    padding-inline: 0;
  }

  body.rk-article-redesign .app-card__header,
  body.rk-article-redesign .app-card__body {
    padding-right: 0;
    padding-left: 0;
  }

  body.rk-article-redesign .price-table tbody {
    min-width: 430px;
  }

  body.rk-article-redesign .price-table th {
    width: 118px;
    min-width: 118px;
    max-width: 118px;
    padding: 0.72rem 0.62rem;
  }

  body.rk-article-redesign .price-table td {
    min-width: 292px;
    padding: 0.72rem 0.72rem;
  }

  body.rk-article-redesign .app-card .btn--primary,
  body.rk-article-redesign .btn-wrap .btn--primary {
    min-height: 60px;
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.rk-article-redesign .app-card .btn--primary::before,
  body.rk-article-redesign .btn-wrap .btn--primary::before {
    min-width: 36px;
    height: 26px;
    font-size: 0.7rem;
  }

  body.rk-article-redesign .app-card .btn--primary::after,
  body.rk-article-redesign .btn-wrap .btn--primary::after {
    width: 28px;
    height: 28px;
  }
}

/*
  2026-04 readability polish
  Final layer for the lock-center-like article rhythm.
*/

body.rk-article-redesign {
  background:
    linear-gradient(180deg, rgba(255, 246, 244, 0.74), rgba(255, 255, 255, 0) 520px),
    #fbf8f5;
  letter-spacing: 0;
}

body.rk-article-redesign .article-container {
  grid-template-columns: minmax(0, 748px) 280px;
  column-gap: 54px;
  max-width: 1140px;
  padding-top: 28px;
}

body.rk-article-redesign .article-header {
  padding-bottom: 28px;
}

body.rk-article-redesign .article-title {
  max-width: 900px;
  font-size: 27px;
  line-height: 1.56;
  overflow-wrap: anywhere;
}

body.rk-article-redesign .article-body {
  font-size: 1rem;
  line-height: 2.02;
}

body.rk-article-redesign .article-body p {
  margin-bottom: 1.42rem;
  line-height: 2.02;
  overflow-wrap: anywhere;
}

body.rk-article-redesign .article-body > p:first-of-type {
  font-size: 1.04rem;
}

body.rk-article-redesign .article-body > h2 {
  margin-top: 4.35rem;
  margin-bottom: 1.2rem;
  color: #463633;
  font-size: 1.58rem;
  line-height: 1.62;
}

body.rk-article-redesign .article-body > h2::before {
  color: #bd6270;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}

body.rk-article-redesign .article-section-visual {
  margin: 0.2rem auto 1.65rem;
  overflow: hidden;
  max-width: 720px;
  border: 1px solid rgba(195, 106, 120, 0.16);
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 10px 28px rgba(83, 52, 46, 0.08);
}

body.rk-article-redesign .article-section-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

body.rk-article-redesign .article-body > h3 {
  margin-top: 2.35rem;
  margin-bottom: 0.78rem;
  color: #4d3c39;
  font-size: 1.16rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

body.rk-article-redesign .article-body a,
body.rk-article-redesign .article-body li,
body.rk-article-redesign .faq-question,
body.rk-article-redesign .faq-answer,
body.rk-article-redesign .rk-side-toc__link {
  overflow-wrap: anywhere;
}

body.rk-article-redesign .article-eyecatch picture {
  display: block;
}

body.rk-article-redesign .info-box,
body.rk-article-redesign .benefit-box,
body.rk-article-redesign .next-read,
body.rk-article-redesign .point-box,
body.rk-article-redesign .case-card,
body.rk-article-redesign .checklist {
  margin: 2.15rem 0;
}

body.rk-article-redesign .ranking-table-wrap {
  margin: 1.55rem 0 2.35rem;
  border-color: rgba(195, 106, 120, 0.2);
}

body.rk-article-redesign .ranking-table th,
body.rk-article-redesign .price-table th {
  background: #faf0ed;
  color: #4b3935;
  font-size: 0.88rem;
}

body.rk-article-redesign .ranking-table td,
body.rk-article-redesign .price-table td {
  font-size: 0.92rem;
  vertical-align: middle;
}

body.rk-article-redesign .app-card {
  margin: 3rem 0;
  border-top-color: rgba(195, 106, 120, 0.26);
  border-bottom-color: rgba(195, 106, 120, 0.26);
}

body.rk-article-redesign .app-card__header {
  align-items: flex-start;
  gap: 0.9rem;
  padding-top: 1.3rem;
  padding-bottom: 1.05rem;
}

body.rk-article-redesign .app-card__title {
  font-size: 1.32rem;
  line-height: 1.5;
}

body.rk-article-redesign .app-card__tag {
  margin-top: 0.1rem;
  background: #f7e7e9;
  color: #a95563;
}

body.rk-article-redesign .app-explainer {
  margin-bottom: 1.4rem;
  border: 1px solid rgba(195, 106, 120, 0.16);
  box-shadow: none;
}

body.rk-article-redesign .app-card__desc,
body.rk-article-redesign .app-card__closing,
body.rk-article-redesign .app-card__cta-lead {
  font-size: 0.96rem;
}

body.rk-article-redesign .app-card .btn--primary,
body.rk-article-redesign .btn-wrap .btn--primary {
  min-height: 58px;
  border-radius: 14px;
  box-shadow: none;
}

body.rk-article-redesign .btn-wrap {
  padding: 1.3rem 1.35rem 1.4rem;
  border: 1px solid rgba(195, 106, 120, 0.22);
  border-left: 4px solid rgba(195, 106, 120, 0.72);
  border-radius: 0;
  background: #fffaf8;
  box-shadow: none;
}

body.rk-article-redesign .btn-wrap::before {
  font-size: 1.08rem;
}

body.rk-article-redesign .cta-block {
  border: 1px solid rgba(195, 106, 120, 0.24);
  border-radius: 0;
  background: #fff8f6;
}

body.rk-article-redesign .faq-section {
  margin-top: 1.35rem;
}

body.rk-article-redesign .faq-item {
  padding: 1.15rem 0;
}

body.rk-article-redesign .faq-question {
  margin-bottom: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.7;
}

body.rk-article-redesign .faq-answer {
  color: #63524e;
}

body.rk-article-redesign .faq-answer::before {
  content: none !important;
  display: none !important;
}

body.rk-article-redesign .rk-side-toc {
  padding-top: 18px;
  border-top-width: 2px;
}

body.rk-article-redesign .rk-side-toc__eyebrow {
  margin-bottom: 14px;
  font-size: 0.72rem;
}

body.rk-article-redesign .rk-side-toc__nav {
  max-height: calc(100vh - 155px);
  padding-right: 4px;
}

body.rk-article-redesign .rk-side-toc__link {
  grid-template-columns: 30px 1fr;
  min-height: 44px;
  padding: 0.62rem 0.62rem;
  font-size: 0.82rem;
  line-height: 1.48;
}

@media (min-width: 1025px) {
  body.rk-article-redesign .article-content {
    max-width: 748px;
  }
}

@media (max-width: 1024px) {
  body.rk-article-redesign .article-container {
    display: block;
    max-width: 760px;
  }

  body.rk-article-redesign .article-content {
    max-width: none;
  }
}

@media (max-width: 768px) {
  body.rk-article-redesign {
    background: #fff;
  }

  body.rk-article-redesign .article-container {
    width: 100%;
    max-width: none;
    padding: 20px 16px 44px;
    overflow: hidden;
  }

  body.rk-article-redesign .article-eyecatch {
    margin-right: 0;
    margin-left: 0;
    border-radius: 12px;
  }

  body.rk-article-redesign .article-title {
    font-size: 21px;
    line-height: 1.58;
  }

  body.rk-article-redesign .article-body {
    overflow-wrap: anywhere;
    font-size: 0.96rem;
    line-height: 1.95;
  }

  body.rk-article-redesign .article-body p,
  body.rk-article-redesign .article-body > p:first-of-type {
    margin-bottom: 1.25rem;
    font-size: 0.96rem;
    line-height: 1.95;
  }

  body.rk-article-redesign .article-body > h2 {
    margin-top: 3.15rem;
    margin-bottom: 1rem;
    font-size: 1.28rem;
    line-height: 1.62;
  }

  body.rk-article-redesign .article-section-visual {
    margin: 0.1rem calc(-1 * var(--article-sp-edge, 0px)) 1.35rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.rk-article-redesign .article-body > h3 {
    margin-top: 2rem;
    font-size: 1.08rem;
  }

  body.rk-article-redesign .toc-box {
    margin: 2rem 0 2.5rem;
  }

  body.rk-article-redesign .toc-title {
    font-size: 1.02rem;
  }

  body.rk-article-redesign .toc-list li {
    padding: 0.65rem 0 0.65rem 1.95rem;
  }

  body.rk-article-redesign .toc-list a {
    font-size: 0.88rem;
  }

  body.rk-article-redesign .ranking-table,
  body.rk-article-redesign .ranking-table--apps {
    min-width: 650px;
  }

  body.rk-article-redesign .ranking-table th,
  body.rk-article-redesign .ranking-table td,
  body.rk-article-redesign .price-table th,
  body.rk-article-redesign .price-table td {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  body.rk-article-redesign .app-card {
    margin: 2.55rem 0;
  }

  body.rk-article-redesign .app-card__header {
    gap: 0.65rem;
  }

  body.rk-article-redesign .app-card__title {
    font-size: 1.18rem;
  }

  body.rk-article-redesign .app-card__tag {
    font-size: 0.7rem;
  }

  body.rk-article-redesign .app-explainer {
    border-radius: 14px;
  }

  body.rk-article-redesign .app-explainer > img {
    border-radius: 14px 14px 0 0;
  }

  body.rk-article-redesign .app-explainer figcaption {
    position: static;
    min-height: 0;
    padding: 0.72rem 0.82rem;
    border: 0;
    border-top: 1px solid rgba(195, 106, 120, 0.14);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    font-size: 0.84rem;
    backdrop-filter: none;
  }

  body.rk-article-redesign .app-card .btn--primary,
  body.rk-article-redesign .btn-wrap .btn--primary {
    gap: 0.55rem;
    min-height: 56px;
    border-radius: 13px;
    font-size: 0.86rem;
  }

  body.rk-article-redesign .btn-wrap {
    margin: 2.35rem 0 !important;
    padding: 1.05rem 1rem 1.1rem;
  }

  body.rk-article-redesign .btn-wrap::before {
    font-size: 1rem;
  }

  body.rk-article-redesign .faq-item {
    padding: 1rem 0;
  }

  body.rk-article-redesign .faq-question {
    padding-left: 1.9rem;
    font-size: 0.94rem;
  }

  body.rk-article-redesign .faq-question::before {
    width: 1.36rem;
    height: 1.36rem;
  }

  body.rk-article-redesign .faq-answer {
    padding-left: 1.9rem;
    font-size: 0.9rem;
  }
}
