/* ブランドリスト - アイウエオナビゲーションあり
   UPDATED:2025.11 インデックス追加・構造修正 */
/* ========================
   タイトル・ヘッダー
   ======================== */
.brand_list_title h2 {
  position: relative;
  border-bottom: none;
}
#brands-list h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 40px 0 10px;
}
#startWithKatakana h2{
  display:none;
}
#brands-list label {
  font-weight: normal;
}
/* ========================
   マイブランドセクション（ログイン前）
   ======================== */
.myBrand-section.-not-login {
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myBrand-section.-not-login h3 {
  color: #fa7046;
  font-size: 20px;
  margin-bottom: .6em;
  text-indent: -10px;
}
.myBrand-section.-not-login p {
  color: #666;
  font-size: 13px;
}
.myBrand-section.-not-login a {
  display: flex;
  flex-direction:column;
  justify-content:center;
  width: 520px;
  font-size: 18px;
  height: 60px;
  padding-left:64px;
  background: url(//media.aws.locondo.jp/contents/img/pc/brand-list/brand_list_heart.png) no-repeat 15px center;
  background-size:36px;
  box-sizing: border-box;
  position:relative;
}
.myBrand-section.-not-login a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.myBrand-section.-not-login a .btn{
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:15px;
  height:3em;
  width: 120px;
  color:#fff;
  background:#fa7046;
  border-radius:2px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}

/* ========================
   マイブランドセクション（ログイン後）
   ======================== */
.myBrand-section.-login {
  margin-bottom: 30px;
}
.myBrand-section.-login h3 {
  color: #fa7046;
  font-size: 20px;
  margin-bottom:.5em;
}
.myBrand-section.-login p {
  color: #666;
  font-size: 12px;
}
.myBrand-section_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.myBrand-section.-login .myBrand-section_box{
  margin-bottom:2px;
}
.myBrand-section_content {
  width:320px;
  padding-left:64px;
  background: url(//media.aws.locondo.jp/contents/img/pc/brand-list/brand_list_heart.png) no-repeat 15px center;
  background-size:36px;
}
.myBrand-section_actions {
  display: flex;
  gap: 10px;
}
.myBrand-section_actions input {
  display:flex;
  width:9em;
  height:3em;
  border: 1px solid #fa7046;
  color: #fa7046;
  border-radius: 3px;
  font-size: 12px;
  appearance: none;
  background:none;
  cursor:pointer;
}
.myBrand-section_actions input:hover {
  opacity: 0.7;
}
.myBrand-section_actions .btn_cancel {
  background:none;
}
/* 編集モード制御 */
#brands-list:not(.is-edit-mode) .registered_brand,
#brands-list:not(.is-edit-mode) .overlay_bottom {
  visibility:hidden;
  opacity:0;
  height:0;
}
#brands-list:not(.is-edit-mode) .btn_cancel,
#brands-list.is-edit-mode .btn_edit {
  display: none;
}
.myBrand-section.-login hr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ddd;
}
#brand_list input {
  margin: 0;
  padding: 7px 0;
  background: none;
  border-radius: 1px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 13px;
}
.myBrand-section.-login input.on {
  border: 1px solid #fa7046;
  color: #fa7046;
  width: 110px;
  background: #FFF;
  padding: 8px 0;
}
.myBrand-section.-login input.on:hover {
  cursor: pointer;
  opacity: 0.7;
}
.myBrand-section.-login input.off {
  border: 1px solid #ccc;
  color: #ccc;
  width: 110px;
  background: #FFF;
  padding: 8px 0;
}
.myBrand-section.-login input.disable {
  border: 1px solid #eee;
  color: #FFF;
  background: #eee;
  width: 110px;
  padding: 8px 0;
}
/* ========================
   お気に入り登録済みブランド
   ======================== */
.is-edit-mode .registered_brand {
  display:flex;
  flex-direction:column;
  background: #f5f5f5;
  padding: 40px;
  box-sizing: border-box;
  opacity:1;
  height:auto;
  transition-property: opacity, height;
  transition-duration: .2s;
}
.registered_brand h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.registered_brand > ul{
  column-count: 3;
  column-gap: 24px;  
}
.registered_brand > ul > li {
  break-inside: avoid;
  font-size: 13px;
  color: #888;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
/* ========================
   オーバーレイ・ボタン
   ======================== */
.overlay_bottom {
  width: 100%;
  height: 140px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
}
.overlay_bottom_in {
  display:flex;
  gap:0 20px;
  width: 445px;
  margin: 30px auto;
}
input.btn_confirm,
.overlay_bottom input.btn_cancel {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  width: 100px;
  height: 54px;
  font-size: 14px;
  border-radius: 2px;
  padding: 0;
  box-sizing:border-box;
}
input.btn_confirm {
  background: #fa7046;
  border: 1px solid #fa7046;
  color: #FFF;
  width: 330px;
}
input.btn_confirm:hover {
  background-color: #f1713f;
  border-color: #f1713f;
  cursor: pointer;
}
input.btn_cancel:hover {
  cursor: pointer;
}
/* ========================
   お気に入りアラート
   ======================== */
.brand_alert_container {
  background: #fbfbfb;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  z-index: 100000;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=5, enabled=true);
  border-left: 1px #eee solid\9;
  border-top: 1px #eee solid\9;
}
.inner_left {
  padding: 40px;
  width: 290px;
  margin: -146px 0 0 -165px;
}
.inner_center {
  padding: 70px 0;
  width: 350px;
  text-align: center;
  margin: -101px 0 0 -165px;
}
.brand_alert_inner {
  position: relative;
}
.brand_alert_inner_center {
  position: relative;
  text-align: center;
}
.brand_alert_container h4 {
  font-size: 16px;
  margin-bottom: 30px;
  color: #2b2b2b;
}
.brand_alert_container p, .brand_alert_container li {
  font-size: 14px;
}
.brand_alert_container a {
  color: #fa7046;
  text-decoration: underline;
}
.brand_alert_container a:hover {
  text-decoration: none;
}
.brand_alert_btn a {
  width: 166px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  margin: 30px auto 0;
  text-align: center;
  background: #fa7046 url(//media.aws.locondo.jp/contents/img/pc/btn_fav_inner_arrow.png) no-repeat 138px 16px;
  display: block;
  text-decoration: none;
}
.brand_alert_close a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 22px;
  background: url(//media.aws.locondo.jp/contents/img/pc/btn_fav_inner_close.png) no-repeat 0 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
.brand_alert_container .brand_alert_btn a {
  color: #fa7046;
  text-decoration: none;
  width: 75%;
  border: 1px solid;
  display: block;
  margin: 8px auto 0;
  padding: 4px 0;
  background: #fff;
  font-size: 13px;
}
/* ========================
   ナビゲーション（ア行/カ行/サ行...）
   ======================== */
/* NOTE: ブランドインデックスナビのスタイルは brand-index.css で定義 */
/* 索引見出し */
#startWithAlphanumeric h3{
  padding-left:12px;
  padding-bottom:20px;
  margin-bottom:20px;
  font-size: 24px;
  font-weight:600;
  color:#333;
  border-bottom: 1px solid #eee;
  scroll-margin-top: 30px;
}

#startWithAlphanumeric > div{
  margin-bottom:50px;
}
/* ========================
   カナグループ
   ======================== */
.brand-kana-group {
  margin-bottom: 32px;
}
.brand-kana-label {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0 16px 4px;
  color: #666;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  margin-bottom:20px;
  scroll-margin-top: 0px;
}
/* ========================
   ブランドリスト
   ======================== */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 10px;
}
/* ブランドアイテム */
.brand-item {
  position: relative;
  width: calc((100% - 10px) / 2);
  font-size: 13px;
  line-height: 1.6!important;
  padding: 6px 20px 6px 4px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing:.1em;
}
.brand-item a,
.brand-item label {
  color: #333;
  display: block;
}
.brand-item:has(a:hover){
  background-color:#f5f5f5;
}
.brand-item a:hover {
  text-decoration:none;
}
.brand-item a:hover span{
  display:inline-block;
  /* text-decoration:underline; */
  text-underline-offset:.5em;
}
.brand-item a:hover span.brandKatakanaName{
  text-decoration:none;
}

/* ブランド名スタイル */
#startWithAlphanumeric .brandName,
#startWithKatakana .brandKatakanaName{
  font-size: 15px;
}
#startWithAlphanumeric .brandKatakanaName,
#startWithKatakana .brandName{
  padding-left:.4em;
  font-size: 12px;
  color:#666;
}
/* 擬似要素で括弧を追加（PC版のみ） */
#startWithAlphanumeric .brandKatakanaName::before,
#startWithKatakana .brandName::before {
  content: "(";
  margin-right:.1em;
}
#startWithAlphanumeric .brandKatakanaName::after,
#startWithKatakana .brandName::after {
  content: ")";
  margin-left:.1em;
}

/* PC版: flexboxでorder調整 */
#startWithAlphanumeric .brand-item label,
#startWithAlphanumeric .brand-item__link,
#startWithKatakana .brand-item label,
#startWithKatakana .brand-item__link {
  display: flex;
  flex-wrap:wrap;
  align-items:baseline;
}

/* アルファベット: brandName(1), brandKatakanaName(2), quantity(3) */
#startWithAlphanumeric .brandName {
  order: 1;
}
#startWithAlphanumeric .brandKatakanaName {
  order: 2;
}
#startWithAlphanumeric .brand-quantity {
  order: 3;
}

/* カタカナ: brandKatakanaName(1), brandName(2), quantity(3) */
#startWithKatakana .brandKatakanaName {
  order: 1;
}
#startWithKatakana .brandName {
  order: 2;
}
#startWithKatakana .brand-quantity {
  order: 3;
}

.brand-item .brandName{
  letter-spacing:.05em;
}
.brand-quantity{
  padding-left:.4em;
  color:#666;
  font-size: 13px;
  letter-spacing:0em;
}
/* ========================
   編集モード
   ======================== */
.brand-item__checkbox {
  display: none;
}
.brand-item__link {
  display: block;
}
#brands-list.is-edit-mode .brand-item__checkbox {
  display: block;
}
#brands-list.is-edit-mode .brand-item__link {
  display: none;
}
/* チェックボックスのラベル調整 */
#brands-list .locondo-checkbox label {
  margin: 0;
  line-height: 1.6;
}


/* ========================
   ブランドランキング
   ======================== */
.brand_list_ranking {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  margin-bottom: 50px;
}
.brand_list_ranking h3 {
  padding: 50px 0 25px;
  margin: 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.hotBrand-wrap {
  overflow-x: scroll;
}
.hotBrand-list {
  display: flex;
  padding: 0 12px;
}
.hotBrand-list:after {
  content: "スペース開けたい";
  color: #fff;
}
.hotBrand-item {
  margin: 15px 0;
  padding: 16px 10px 58px;
  border: 1px solid #eee;
  border-radius: 8px;
  position: relative;
  width: 32%;
  box-sizing: border-box;
}
.hotBrand-item .brandName {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #333;
  letter-spacing: 0.03em;
  width: 100%;
  padding: 16px 16px 5px;
  box-sizing: border-box;
}
.hotBrand-item .brandName_kana {
  font-size: 11px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  margin-bottom: 16px;
}
.hotBrand-item .brandDescription {
  font-size: 12px;
  color: #888;
  line-height: 1.8;
}
.hotBrand-item .catalog-4pSet {
  display: flex;
  margin-bottom: 16px;
  justify-content: left;
  margin-top: 15px;
}
.hotBrand-item .catalog-4pSet a {
  text-decoration: none;
  display: block;
}
.hotBrand-item .catalog-4pSet .catalog-item {
  width: 24%;
  margin-right: 1%;
}
.hotBrand-item .catalog-4pSet .catalog-img {
  width: 100%;
}
.hotBrand-item .catalog-4pSet .catalog-imgContainer {
  aspect-ratio: 1/1;
  margin-bottom: 6px;
}
.hotBrand-item .catalog-4pSet .catalog-commodityName {
  margin-bottom: 2px;
  display: none;
}
.hotBrand-item .catalog-4pSet .catalog-price {
  display: block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.brand_list_ranking .catalog-price.-discount {
  color: #ff0030;
}
.btn-toBrand {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: calc(100% - 20px);
  transform: translate(-50%, 0);
}
.hotBrand-item .btn-toBrand a {
  display: block;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #333;
}
.hotBrand-list .loadingImg {
  display: flex;
  align-items: center;
}
/* 順位バッジ */
.hotBrand-item .badge {
  position: absolute;
  top: -1px;
  left: -1px;
  border: none;
  background: none !important;
}
.hotBrand-item .badge.-round {
  width: 48px;
  height: 48px;
  border-top-left-radius: 8px;
  overflow: hidden;
}
.hotBrand-item .badge:after {
  content: "";
  display: block;
  border-top: 24px solid rgba(0, 0, 0, 0.2);
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid rgba(0, 0, 0, 0.2);
}
#ranking_brand_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ranking_brand_wrap .hotBrand-item:nth-child(1) .badge:after {
  border-top-color: #c2aa62 !important;
  border-left-color: #c2aa62 !important;
}
#ranking_brand_wrap .hotBrand-item:nth-child(2) .badge:after {
  border-top-color: #b1b1b5 !important;
  border-left-color: #b1b1b5 !important;
}
#ranking_brand_wrap .hotBrand-item:nth-child(3) .badge:after {
  border-top-color: #b9886d !important;
  border-left-color: #b9886d !important;
}
.hotBrand-item .badge em {
  position: absolute;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  top: -1px;
  left: 0;
  z-index: 2;
}
.hotBrand-item .brandDescription a.more {
  color: #fa7046;
  display: inline-block;
}


/* pagetop */
:is(#contents_ver4) .pagetop{
  position:fixed;
  z-index:10;
  bottom:30px;
  right:30px;  
}
:is(#contents_ver4) .pagetop a{

  /* リセット */
  background:none;
  text-indent:0;
  margin:0;
  
  display:flex;
  width:48px;
  height:48px;
  border-radius:50%;
  justify-content:center;
  align-items:center;
  background-color:#333;
  text-decoration:none;
}
.pagetop a:before{
  content:"\e5ce";
  font-family: 'Material Symbols Outlined';
  font-size:24px;
  color:#fff;
}
html {
  scroll-padding-top: 0px;
}
#contents_ver4:has(#brands-list.is-edit-mode) .pagetop{
  bottom:160px;
}
