/* extracted from template-parts/common/list_katakana_brand.php */

/* 追加・調整スタイル */
#brand_search .search-wrap {
  display: flex;
  justify-content: center;
  height: 10cqw;
  gap: 3cqw;
  padding: 0 4vw;
  margin: auto;
}

#brand_search .search-input-box {
  position: relative;
  flex-grow: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

#brand_search .search-input-box svg {
  color: #333;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

#brand_search .brand_searchinput {
  border: none;
  outline: none;
  width: 100%;
  padding: 0 12px;
  background: transparent;
  height: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#brand_search .brand_searchinput::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  cursor: pointer;
}

#brand_search .brand_searchinput::placeholder {
  color: #b3b3b3;
}

#brand_search .brand_searchbtn {
  background-color: #d00000;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 5cqw;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#brand_search .brand_searchbtn:hover {
  opacity: 0.8;
}

#brand_search .search-guide-text {
  text-align: center;
  color: #666;
  font-weight: 500;
  margin: 5cqw 0 2cqw;
  --f-base: 14;
}

#brand_search .brand-accordion-container {
  padding: 0 4vw;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* アコーディオン内のアイテムのリストレイアウト */
#brand_search .list_katakana_brand_col {
  display: block;
  padding: 0;
}

#brand_search .list_katakana_brand_item_wrap {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

#brand_search .list_katakana_brand_item_wrap:first-child {
  border-top: 1px solid #e0e0e0;
}

#brand_search .list_katakana_brand_item_wrap:last-child {
  border-bottom: none;
}

#brand_search .list_katakana_brand_item {
  position: relative;
  padding: 4cqw 0cqw 4cqw;
  display: block;
  color: #333;
  text-decoration: none;
  transition:
    background-color 0.3s,
    opacity 0.3s;
}

/* ▼▼▼ 追加：検索でヒットしたアイテムのハイライト ▼▼▼ */
#brand_search .list_katakana_brand_item.is-highlighted {
  background-color: #fff4e5;
  /* 視線を誘導する淡いオレンジ/イエロー */
  border-radius: 8px;
  padding-left: 4cqw;
  /* ハイライト時は少し内側に余白をつける */
}

#brand_search .list_katakana_brand_item::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1l6 6-6 6' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#brand_search .list_katakana_brand_item:hover {
  opacity: 0.6;
}

#brand_search .list_katakana_brand_en {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
}

#brand_search .list_katakana_brand_kana {
  color: #888;
  font-weight: normal;
}

/* 該当なしメッセージ */
#brand_search .list_katakana_brand_none {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  color: #d82300;
  display: none;
  margin-bottom: 10px;
}

#brand_search .common-style-area .acod-content {
  padding: 0;
}
