.cp-category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.cp-category-badge--diving { background: var(--color-diving); }
.cp-category-badge--gourmet { background: var(--color-gourmet); color: #32170c; }
.cp-category-badge--travel { background: var(--color-travel); color: #092e28; }
.cp-category-badge--money { background: var(--color-money); color: #342808; }

.cp-article-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 11px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  color: var(--color-text);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cp-article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 22px rgba(25, 45, 70, 0.1);
}

.cp-article-card__image {
  display: block;
  flex: 0 0 38%;
  width: 38%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #dce7ec;
  object-fit: cover;
}

.cp-article-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 13px 11px;
}

.cp-article-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cp-article-card__date {
  margin-top: auto;
  padding-top: 8px;
  color: var(--color-muted);
  font-family: var(--font-latin);
  font-size: 11px;
}

.cp-card-grid {
  display: grid;
  gap: 16px;
}

.cp-scroll-row {
  display: grid;
  grid-auto-columns: minmax(265px, 87%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  margin-right: -18px;
  padding: 2px 18px 18px 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.cp-scroll-row .cp-article-card {
  display: block;
  scroll-snap-align: start;
}

.cp-scroll-row .cp-article-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cp-scroll-row .cp-article-card__body {
  min-height: 145px;
}

.cp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.cp-button:hover {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
}

.cp-button--outline {
  background: var(--color-white);
  color: var(--color-primary);
}

.cp-button--outline:hover {
  color: var(--color-white);
}

.cp-profile-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.cp-profile-card__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cp-profile-card__body {
  padding: 22px;
}

.cp-profile-card__eyebrow {
  color: var(--color-primary);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cp-profile-card__title {
  margin-top: 4px;
  font-size: 21px;
}

.cp-profile-card__text {
  margin-top: 12px;
  color: #56626a;
  font-size: 14px;
  line-height: 1.85;
}

.cp-profile-card__actions {
  margin-top: 18px;
}

.cp-profile-card__grid {
  display: none;
}

.cp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 24px;
  color: var(--color-muted);
  font-size: 12px;
  list-style: none;
}

.cp-breadcrumb li:not(:last-child)::after {
  margin-left: 8px;
  color: #b1bac0;
  content: "/";
}

.cp-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.cp-article-header {
  padding-inline: 18px;
}

.cp-article-header__title {
  max-width: var(--article-width);
  margin-top: 12px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.cp-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 14px;
  color: var(--color-muted);
  font-size: 12px;
}

.cp-pr-notice {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  border-radius: 6px;
  background: #f2f4f5;
  padding: 9px 12px;
  color: #647078;
  font-size: 12px;
}

.cp-pr-notice__label {
  flex: 0 0 auto;
  border: 1px solid #a6b0b7;
  border-radius: 4px;
  padding: 0 5px;
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 800;
}

.cp-pr-notice__text {
  min-width: 0;
}

.cp-article-eyecatch {
  /* 文字入りアイキャッチを切らないため固定比率を廃止し自然比率で表示 (2026-09-01 Codexレビュー対応) */
  width: calc(100% - 36px);
  height: auto;
  margin: 24px auto 0;
  border-radius: 10px;
}

.cp-toc {
  width: calc(100% - 36px);
  margin: 26px auto 34px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fbfcfd;
}

.cp-toc__header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.cp-toc__title {
  font-size: 16px;
  font-weight: 700;
}

.cp-toc__toggle {
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

.cp-toc__body {
  border-top: 1px solid var(--color-border);
  padding: 14px 18px 18px;
}

.cp-toc__list {
  display: grid;
  gap: 8px;
  padding-left: 1.25em;
  font-size: 14px;
}

.cp-toc__list ol {
  display: grid;
  gap: 6px;
  margin-top: 7px;
  padding-left: 1.2em;
}

.cp-toc__list a {
  color: #4a5d6b;
  text-decoration: none;
}

.cp-toc__list a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.cp-article-body {
  max-width: var(--article-width);
  margin-inline: auto;
  padding-inline: 20px;
  font-size: 16px;
  line-height: 1.9;
}

.cp-article-body > p {
  margin-block: 1.5em;
}

.cp-article-body > h2 {
  position: relative;
  margin: 2.7em 0 1.2em;
  border-radius: 6px;
  background: #f4f6f8;
  padding: 14px 16px 14px 20px;
  font-size: 21px;
  line-height: 1.55;
}

.cp-article-body > h2::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--color-primary);
  content: "";
}

.cp-article-body > h3 {
  margin: 2.1em 0 0.9em;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
}

.cp-article-body > ul,
.cp-article-body > ol {
  margin-block: 1.4em;
  padding-left: 1.5em;
}

.cp-article-body > ul li + li,
.cp-article-body > ol li + li {
  margin-top: 0.45em;
}

.cp-article-body > figure {
  margin-block: 2em;
}

.cp-article-body > figure img {
  width: 100%;
  border-radius: 9px;
}

.cp-article-body > figure figcaption {
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.cp-cta {
  margin-block: 2em;
  border: 1.5px solid var(--color-primary);
  border-radius: 10px;
  background: #f3f9ff;
  padding: 20px;
  text-align: center;
}

.cp-cta__label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

.cp-cta__title {
  margin-top: 4px;
  font-size: 19px;
  line-height: 1.55;
}

.cp-cta__text {
  margin: 9px auto 16px !important;
  color: #566875;
  font-size: 14px;
  line-height: 1.75;
}

.cp-cta .cp-button {
  width: 100%;
}

.cp-balloon {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-block: 1.8em;
}

.cp-balloon__avatar {
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background: #d9eaf8;
  box-shadow: 0 0 0 1px var(--color-border);
  object-fit: cover;
}

.cp-balloon--log .cp-balloon__avatar {
  background: #d9eaf8;
  color: #2f678f;
}

.cp-balloon--choppy .cp-balloon__avatar {
  background: #f3e8d8;
  color: #8b653d;
}

.cp-balloon__name {
  display: block;
  margin: 0 0 5px 8px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
}

.cp-balloon__bubble {
  position: relative;
  border-radius: 8px;
  background: var(--color-primary-light);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.75;
}

.cp-balloon--choppy .cp-balloon__bubble {
  background: #fbf4ea;
}

.cp-balloon__bubble::before {
  position: absolute;
  top: 14px;
  left: -8px;
  border-width: 7px 9px 7px 0;
  border-style: solid;
  border-color: transparent var(--color-primary-light) transparent transparent;
  content: "";
}

.cp-balloon--choppy .cp-balloon__bubble::before {
  border-right-color: #fbf4ea;
}

.cp-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-block: 2em;
}

.cp-gallery__button {
  overflow: hidden;
  border-radius: 8px;
  background: #d9e4e9;
  padding: 0;
}

.cp-gallery__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.cp-gallery__button:hover .cp-gallery__image {
  transform: scale(1.025);
}

.cp-table-wrap {
  position: relative;
  overflow-x: auto;
  margin-block: 1.8em;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.cp-table-note {
  display: block;
  margin-bottom: 7px;
  color: var(--color-muted);
  font-size: 12px;
  text-align: center;
}

.cp-compare-table {
  width: 100%;
  min-width: 620px;
  background: var(--color-white);
  font-size: 14px;
}

.cp-compare-table th,
.cp-compare-table td {
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
}

.cp-compare-table tr:last-child th,
.cp-compare-table tr:last-child td {
  border-bottom: 0;
}

.cp-compare-table th:last-child,
.cp-compare-table td:last-child {
  border-right: 0;
}

.cp-compare-table thead th {
  background: #f1f4f6;
  font-weight: 700;
}

.cp-compare-table tbody th {
  position: sticky;
  z-index: 1;
  left: 0;
  background: #f8fafb;
  white-space: nowrap;
}

.cp-compare-table__best {
  background: var(--color-primary-light) !important;
  color: var(--color-primary-dark);
  font-weight: 700;
}

.cp-related-hub {
  margin-block: 38px;
  border: 2px solid #b9d8ef;
  border-radius: 10px;
  background: var(--color-primary-light);
  padding: 20px;
}

.cp-related-hub__label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

.cp-related-hub__title {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.55;
}

.cp-related-hub__text {
  margin-top: 8px;
  color: #5b6871;
  font-size: 13px;
}

.cp-related-hub__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cp-related-section {
  width: calc(100% - 36px);
  max-width: var(--article-width);
  margin: 44px auto 0;
}

.cp-related-section__title {
  margin-bottom: 18px;
  font-size: 20px;
}

.cp-sidebar {
  position: sticky;
  top: 90px;
}

.cp-sidebar__box {
  margin-bottom: 20px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-white);
  padding: 18px;
  box-shadow: var(--shadow-card);
}

.cp-sidebar__title {
  margin-bottom: 13px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 8px;
  font-size: 15px;
}

.cp-sidebar__profile-photo {
  width: 88px;
  height: 88px;
  margin: 0 auto 12px;
  border-radius: 50%;
  object-fit: cover;
}

.cp-sidebar__text {
  color: #5c6871;
  font-size: 13px;
  line-height: 1.75;
}

.cp-sidebar__list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.cp-sidebar__list a {
  display: flex;
  gap: 9px;
  align-items: baseline;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
}

.cp-sidebar__rank {
  color: var(--color-primary);
  font-family: var(--font-latin);
  font-size: 18px;
  font-weight: 800;
}

.cp-conclusion {
  margin: 24px 18px 30px;
  border: 2px solid #c6dff2;
  border-radius: 10px;
  background: #f5faff;
  padding: 22px;
}

.cp-conclusion__label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

.cp-conclusion__title {
  margin-top: 3px;
  font-size: 21px;
}

.cp-conclusion__list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  list-style: none;
}

.cp-conclusion__item {
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 7px;
  background: var(--color-white);
  padding: 11px 13px;
}

.cp-conclusion__rank {
  flex: 0 0 auto;
  color: #80600f;
  font-family: var(--font-latin);
  font-size: 18px;
  font-weight: 800;
}

.cp-ranking-list {
  display: grid;
  gap: 18px;
  margin-block: 1.8em;
}

.cp-ranking-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-top: 4px solid #b28d2e;
  border-radius: 10px;
  background: var(--color-white);
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.cp-ranking-card--silver { border-top-color: #88949d; }
.cp-ranking-card--bronze { border-top-color: #a96f45; }

.cp-ranking-card__rank {
  color: #94711e;
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cp-ranking-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 3;
  margin: 12px 0 14px;
  border-radius: 8px;
  object-fit: cover;
}

.cp-ranking-card--silver .cp-ranking-card__rank { color: #65717a; }
.cp-ranking-card--bronze .cp-ranking-card__rank { color: #8b5734; }

.cp-ranking-card__title {
  margin-top: 5px;
  font-size: 21px;
}

.cp-ranking-card__score {
  margin-top: 8px;
  color: #aa7814;
  font-family: var(--font-latin);
  font-size: 18px;
  font-weight: 800;
}

.cp-ranking-card__features {
  margin: 12px 0 18px !important;
  padding-left: 1.4em !important;
  color: #56636c;
  font-size: 14px;
}

.cp-ranking-card__button {
  width: 100%;
}

.cp-faq {
  display: grid;
  gap: 10px;
  margin-block: 1.8em;
}

.cp-faq__item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
}

.cp-faq__question {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--color-white);
  padding: 13px 16px;
  font-weight: 700;
  text-align: left;
}

.cp-faq__question::after {
  flex: 0 0 auto;
  color: var(--color-primary);
  content: "+";
  font-size: 22px;
}

.cp-faq__question[aria-expanded="true"]::after {
  content: "−";
}

.cp-faq__answer {
  border-top: 1px solid var(--color-border);
  background: #fafcfd;
  padding: 15px 16px;
  color: #56636c;
  font-size: 14px;
}

.cp-tabs {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 26px;
  list-style: none;
}

.cp-tabs li {
  min-width: 0;
  flex: 1;
}

.cp-tabs__button {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #68747c;
  padding-inline: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cp-tabs__button[aria-current="page"] {
  border-bottom-color: var(--color-diving);
  color: var(--color-diving);
}

.cp-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
}

.cp-pagination__link,
.cp-pagination__current,
.cp-pagination__dots {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 7px;
  background: var(--color-white);
  color: #59666f;
  padding-inline: 10px;
  font-size: 13px;
  text-decoration: none;
}

.cp-pagination__current {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.cp-modal,
.cp-lightbox,
.cp-toc-sheet {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(19, 31, 42, 0.72);
  padding: 18px;
}

.cp-modal[aria-hidden="true"],
.cp-lightbox[aria-hidden="true"],
.cp-toc-sheet[aria-hidden="true"] {
  display: none;
}

.cp-modal__dialog {
  width: min(100%, 620px);
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

.cp-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  padding: 14px 16px;
}

.cp-modal__title {
  font-size: 18px;
}

.cp-modal__close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-bg);
  font-size: 22px;
}

.cp-search-form {
  display: flex;
  gap: 8px;
  padding: 20px;
}

.cp-search-form__input {
  min-width: 0;
  min-height: 48px;
  flex: 1;
  border: 1px solid #b8c3ca;
  border-radius: 8px;
  padding: 10px 13px;
}

.cp-search-form__button {
  min-width: 82px;
}

.cp-lightbox__dialog {
  position: relative;
  width: min(100%, 980px);
}

.cp-lightbox__image {
  width: 100%;
  max-height: 82vh;
  border-radius: 8px;
  object-fit: contain;
}

.cp-lightbox__close {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-white);
  color: #293a46;
  font-size: 24px;
}

.cp-mobile-toc-button {
  position: fixed;
  z-index: 900;
  right: 16px;
  bottom: 16px;
  display: none;
  min-width: 94px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #a9cee8;
  border-radius: 999px;
  background: var(--color-white);
  box-shadow: 0 5px 18px rgba(25, 45, 70, 0.18);
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 700;
}

.cp-mobile-toc-button--visible {
  display: inline-flex;
}

.cp-toc-sheet {
  align-items: end;
  padding: 0;
}

.cp-toc-sheet__dialog {
  width: 100%;
  max-height: 78vh;
  overflow: auto;
  border-radius: 14px 14px 0 0;
  background: var(--color-white);
  padding-bottom: env(safe-area-inset-bottom);
}

.cp-toc-sheet__header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
  padding: 12px 18px;
}

.cp-toc-sheet__body {
  padding: 18px 24px 30px;
}

/* === ブランドマーク（2026-08-26 採用アイコン） === */
.cp-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cp-logo__mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.cp-logo__ja { line-height: 1.1; }
@media (max-width: 767px) {
  .cp-logo__mark { width: 36px; height: 36px; }
}
