@charset "utf-8";

/*------------------------------------------------------
© 2026 Nudge Inc. All Rights
トピックパスの追加スタイルを定義する
------------------------------------------------------*/

.page-type-general-detailunit-pagetype #topicPath,
.page-type-general-detailstandard-pagetype #topicPath,
.page-type-general-detailset-pagetype #topicPath,
.page-type-general-campaign-pagetype #topicPath,
.page-type-general-brand-pagetype #topicPath,
.catalog-search-result #topicPath,
.page-type-original-normal-pagetype #topicPath,
.page-type-general-shopinfo-pagetype #topicPath,
.page-mypage #topicPath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  background: none;
  color: #777777;
  font-size: 13px;
  line-height: 1.4;
}



.catalog-search-result #topicPath {
  gap: 6px;
  color: var(--catalog-ink-2, #666666);
  font-size: 12px;
  font-weight: 700;
}

.page-type-general-detailunit-pagetype #topicPath a,
.page-type-general-detailstandard-pagetype #topicPath a,
.page-type-general-detailset-pagetype #topicPath a,
.page-type-general-campaign-pagetype #topicPath a,
.page-type-general-brand-pagetype #topicPath a,
.catalog-search-result #topicPath a {
  color: #666666;
  text-decoration: none;
}

.catalog-search-result #topicPath a {
  color: var(--catalog-ink-2, #666666);
}

.page-type-general-detailunit-pagetype #topicPath a:hover,
.page-type-general-detailstandard-pagetype #topicPath a:hover,
.page-type-general-detailset-pagetype #topicPath a:hover,
.page-type-general-campaign-pagetype #topicPath a:hover,
.page-type-general-brand-pagetype #topicPath a:hover,
.catalog-search-result #topicPath a:hover {
  color: #222222;
  text-decoration: underline;
}

.catalog-search-result #topicPath a:hover {
  color: var(--catalog-ink, #111111);
  text-decoration: none;
}

.page-type-general-detailunit-pagetype #topicPath .topicPath,
.page-type-general-detailstandard-pagetype #topicPath .topicPath,
.page-type-general-detailset-pagetype #topicPath .topicPath,
.page-type-general-campaign-pagetype #topicPath .topicPath,
.page-type-general-brand-pagetype #topicPath .topicPath,
.catalog-search-result #topicPath .topicPath {
  font-weight: 500;
}

.page-type-general-detailunit-pagetype #topicPath > .topicPath,
.page-type-general-detailstandard-pagetype #topicPath > .topicPath,
.page-type-general-detailset-pagetype #topicPath > .topicPath,
.page-type-general-campaign-pagetype #topicPath > .topicPath,
.page-type-general-brand-pagetype #topicPath > .topicPath,
.catalog-search-result #topicPath > .topicPath {
  color: #222222;
  font-weight: 700;
}

.catalog-search-result #topicPath > .topicPath {
  color: var(--catalog-ink, #111111);
}

.page-type-general-detailunit-pagetype #topicPath > .delimiter,
.page-type-general-detailstandard-pagetype #topicPath > .delimiter,
.page-type-general-detailset-pagetype #topicPath > .delimiter,
.page-type-general-campaign-pagetype #topicPath > .delimiter,
.page-type-general-brand-pagetype #topicPath > .delimiter,
.catalog-search-result #topicPath > .delimiter,
.page-type-brand-list-pagetype #brandListBody #topicPath > .delimiter {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 2px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  border-top: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  transform: rotate(45deg);
}

.catalog-search-result #topicPath > .delimiter {
  border-top-color: var(--catalog-ink-3, #bbbbbb);
  border-right-color: var(--catalog-ink-3, #bbbbbb);
}

/* ブランド一覧（商品一覧 catalog-search-result と同位置・同余白） */
.page-type-brand-list-pagetype #brandListBody > div:has(#topicPath) {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.page-type-brand-list-pagetype #brandListBody #topicPath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 6px;
  color: var(--brand-ink-subtle, var(--ws-ink-subtle, #666666));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.page-type-brand-list-pagetype #brandListBody #topicPath a {
  color: var(--brand-ink-subtle, var(--ws-ink-subtle, #666666));
  text-decoration: none;
}

.page-type-brand-list-pagetype #brandListBody #topicPath a:hover {
  color: var(--brand-ink, var(--ws-ink, #111111));
  text-decoration: none;
}

.page-type-brand-list-pagetype #brandListBody #topicPath > .topicPath {
  color: var(--brand-ink, var(--ws-ink, #111111));
  font-weight: 700;
}

@media (max-width: 767px) {
  .page-type-general-detailunit-pagetype #topicPath,
  .page-type-general-detailstandard-pagetype #topicPath,
  .page-type-general-detailset-pagetype #topicPath,
  .page-type-general-campaign-pagetype #topicPath,
  .page-type-general-brand-pagetype #topicPath,
  .catalog-search-result #topicPath,
  .page-type-original-normal-pagetype #topicPath,
  .page-type-general-shopinfo-pagetype #topicPath,
  .page-mypage #topicPath {
    display: flex !important;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 16px;
    padding: 0;
    overflow-x: visible;
    white-space: normal;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .page-type-general-detailunit-pagetype #topicPath a,
  .page-type-general-detailunit-pagetype #topicPath .topicPath,
  .page-type-general-detailstandard-pagetype #topicPath a,
  .page-type-general-detailstandard-pagetype #topicPath .topicPath,
  .page-type-general-detailset-pagetype #topicPath a,
  .page-type-general-detailset-pagetype #topicPath .topicPath,
  .page-type-general-campaign-pagetype #topicPath a,
  .page-type-general-campaign-pagetype #topicPath .topicPath,
  .page-type-general-brand-pagetype #topicPath a,
  .page-type-general-brand-pagetype #topicPath .topicPath,
  .catalog-search-result #topicPath a,
  .catalog-search-result #topicPath .topicPath,
  .page-type-brand-list-pagetype #brandListBody #topicPath a,
  .page-type-brand-list-pagetype #brandListBody #topicPath .topicPath {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
