/* 管理画面 プレビューヘッダー */
.fs-preview-header{
    display: none !important;
}

.icontext{
    font-size: 10px;
    margin: auto;
    margin-top: -5px;
}

.l-header .header-info .info-icon li {
    text-align: center;
}

.mt-15{
    margin-top: -15px;
}

@media screen and (max-width: 767px){
    .l-header .header-info .info-icon li:not(:first-child) {
        margin-left: 1.2rem !important;
    }
}

.icontext{
    display: block !important;
}

.spcenter{
    text-align: center;
    margin: auto;
}

.mt9{
    margin-top: 9px;
}

.icontext{
    margin-top: 5px;
}

.filter-options {
    text-align: center;
    margin-bottom: 20px;
}

.filter-options__items {
    margin-bottom: 40px;
}

.filter-options__title {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .filter-options__buttons {
        flex-wrap: wrap;
        gap: 16px 25px;
    }
}

.filter-options__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 16px;
}

.filter-button {
    width: 45%;
    height: 50px;
    border: 1px solid #404040;
    background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #404040;
}

@media screen and (min-width: 768px) {
    .filter-button {
        font-size: 1.6rem;
        margin-right: 1.3%;
        20.6rem;
        width: 22.5%;
        height: 60px;
　　　　 justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    a {
        transition: opacity 0.2s linear;
    }
}

/* 商品詳細タグ集 */
.related-tags {
  margin: 24px 0;
  padding: 20px 24px;
  border: 1px solid #e8e0d4;
  border-radius: 4px;
  background: #fdfcf9;
}
.related-tags__heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #9a8a78;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.related-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-tags__item a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  font-size: 12px;
  letter-spacing: .06em;
  color: #5a4a3a;
  text-decoration: none;
  border: 1px solid #c8b89e;
  border-radius: 20px;
  background: #fff;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
  line-height: 1.4;
}
.related-tags__item a::before {
  content: "#";
  font-size: 11px;
  opacity: .6;
}
.related-tags__item a:hover {
  background: #c8a86b;
  border-color: #c8a86b;
  color: #fff;
}
.related-tags__item--category a {
  border-color: #a08060;
  font-weight: 500;
}

@media screen and (max-width: 768px) {

  .fs-c-breadcrumb__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    list-style: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .fs-c-breadcrumb__list::-webkit-scrollbar {
    display: none !important;
  }

  .fs-c-breadcrumb__listItem {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }

  .fs-c-breadcrumb__listItem a {
    white-space: nowrap !important;
  }

  /* navを相対位置にしてグラデーションを被せる */
  .fs-c-breadcrumb {
    position: relative;
  }

  /* 右端フェード：「続きあり」を示すグラデーション */
  .fs-c-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none; /* クリックを透過させる */
    z-index: 1;
  }

  .fs-c-breadcrumb__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
    padding: 8px 40px 8px 12px !important; /* 右側をフェード分あける */
    margin: 0 !important;
    list-style: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .fs-c-breadcrumb__list::-webkit-scrollbar {
    display: none !important;
  }

  .fs-c-breadcrumb__listItem {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }

  .fs-c-breadcrumb__listItem a {
    white-space: nowrap !important;
  }

}

/* 商品一覧　リンク集 */

.rl-wrap {
  width: 100%;
  margin-top: 60px;
  padding: 40px 16px 56px;
  background: #fff;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .rl-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rl-group {
  margin-bottom: 28px;
}
.rl-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #1a1208;
  margin: 0 0 8px;
  line-height: 1.5;
  display: block;
}
/* スマホ：2カラム */
.rl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.rl-item {
  display: block !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  color: #1a1208 !important;
  background: #eeebe6 !important;
  text-decoration: none !important;
  box-sizing: border-box;
  line-height: 1.4;
}
.rl-item:hover {
  background: #d9d0c4 !important;
  color: #5c4525 !important;
}
/* PC：4カラム・フォントサイズ拡大 */
@media (min-width: 641px) {
  .rl-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .rl-label {
    font-size: 16px !important;
  }
  .rl-item {
    font-size: 15px !important;
    padding: 16px 20px !important;
  }
}
/* 商品一覧FAQ */
.kihei-faq {
    margin-top: 35px;
}
@media screen and (min-width: 768px) {
    .l-inner2 {
        width: 1160px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .bl_accordion2Wrap {
        margin: 0 0px 60px !important;
    }
    .bl_accordion2 {
        padding: 20px;
    }
    .bl_accordion2_title {
        font-size: 14px;
    }
}
.bl_accordion2Wrap {
    margin: 0 60px 64px;
}
.bl_accordion2 {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding: 40px 50px 30px;
    border-top: none;
    border-radius: 12px;
    outline: 0;
    background-color: #ffffff;
}
.bl_accordion2_title {
    display: block;
    position: relative;
    margin: 0;
    padding-right: 50px;
    font-weight: bold;
    font-size: 16px;
}
.bl_accordion2_title_icn {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    border-radius: 50%;
    background-color: #897367;
}
.bl_accordion2_content {
    display: none;
    position: relative;
    padding: 14px 0 0;
}
.bl_accordion2_content_text {
    font-size: 16px;
    line-height: 1.625;
}
.bl_accordion2_title_icn::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bl_accordion2_title_icn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* 一覧ページ冒頭開閉トグル */
.category_text__more { 
    display: none;
}
.category_text__toggle { 
    text-decoration-line: underline;
}
.category_text.is-expanded.category_text__more { 
    display: block;
}
.category_text.is-expanded.category_text__toggle { 
    display: none;
}

/* ============================================
   TJI 喜平ネックレス USPパーツ
   tone-and-manner.md 準拠
   ============================================ */

/* --- CTA Button (冒頭文の直下に設置) --- */

.tji-usp-cta {
  background-color: #f5f4f0;
  padding: 20px 20px 12px;
  text-align: center;
}

.tji-usp-cta + .tji-usp-cta {
  padding-top: 0;
  padding-bottom: 32px;
}

.tji-usp-cta__label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #897367;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.tji-usp-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background-color: #897367;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 44px;
  transition: background-color 0.2s ease;
}

.tji-usp-cta__button:hover {
  background-color: #7a6659;
}

.tji-usp-cta__button--alt {
  background-color: transparent;
  color: #897367;
  border: 1px solid #897367;
}

.tji-usp-cta__button--alt:hover {
  background-color: #897367;
  color: #ffffff;
}

.tji-usp-cta__button--c {
  background-color: #333333;
}

.tji-usp-cta__button--c:hover {
  background-color: #1a1a1a;
}

.tji-usp-cta__arrow {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tji-usp-cta {
    padding: 24px 40px 40px;
  }

  .tji-usp-cta__button {
    font-size: 15px;
    padding: 16px 40px;
  }
}

/* --- USP Section (FAQの直下に設置) --- */

.tji-usp {
  background-color: #ffffff;
  padding: 56px 20px;
  box-sizing: border-box;
  scroll-margin-top: 80px;
}

@media (max-width: 767px) {
  .tji-usp {
    scroll-margin-top: 60px;
  }
}

.tji-usp *,
.tji-usp *::before,
.tji-usp *::after {
  box-sizing: border-box;
}

.tji-usp__inner {
  max-width: 960px;
  margin: 0 auto;
}

/* --- Header --- */

.tji-usp__header {
  text-align: center;
  margin-bottom: 40px;
}

.tji-usp__en {
  display: block;
  font-family: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.tji-usp__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin: 0 0 12px;
}

.tji-usp__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}

/* --- Content --- */

.tji-usp__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* --- Row: visual + text pair --- */

.tji-usp__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tji-usp__row-visual {
  width: 100%;
}

.tji-usp__row-visual--pc-only {
  display: none;
}

.tji-usp__row-text {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0deda;
}

.tji-usp__row:last-child .tji-usp__row-text {
  border-bottom: none;
  padding-bottom: 0;
}

/* --- Visual --- */

.tji-usp__visual-img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}

.tji-usp__visual-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 2px;
}

.tji-usp__visual-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.52);
}

@media (prefers-reduced-motion: reduce) {
  .tji-usp__visual-video {
    display: none;
  }
}

/* --- Pillar text --- */

.tji-usp__pillar-num {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.tji-usp__pillar-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.10em;
  line-height: 1.6;
  margin: 0 0 12px;
}

.tji-usp__pillar-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 2.0;
  margin: 0 0 8px;
}

.tji-usp__pillar-text:last-child {
  margin-bottom: 0;
}

/* --- PC (768px+) --- */

@media (min-width: 768px) {
  .tji-usp {
    padding: 80px 40px;
  }

  .tji-usp__header {
    margin-bottom: 48px;
  }

  .tji-usp__en {
    font-size: 16px;
  }

  .tji-usp__heading {
    font-size: 28px;
  }

  .tji-usp__content {
    gap: 0;
  }

  .tji-usp__row {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding: 24px 0;
    border-bottom: 1px solid #e0deda;
  }

  .tji-usp__row:last-child {
    border-bottom: none;
  }

  .tji-usp__row-visual {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .tji-usp__row-visual--pc-only {
    display: block;
  }

  .tji-usp__row-text {
    flex: 1;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tji-usp__pillar-heading {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .tji-usp__pillar-text {
    font-size: 15px;
    line-height: 2.13;
  }
}
