@charset "UTF-8";

/*------------------------------------------------------------
  BRAND: pmauthentic
  製品リストアイテム & パネル挙動調整（結界封入）
------------------------------------------------------------*/
#feature-brand-pmauthentic {
  /* 商品アイテムのリンクカーソルを無効化（誤クリック防止ね） */
}

#feature-brand-pmauthentic .products-list-item a {
  cursor: default !important;
}

#feature-brand-pmauthentic {
  /* ホバー時およびアクティブ時の透過率を固定（ECサイト側の点滅を阻止するわ） */
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item:hover img,
#feature-brand-pmauthentic .products-section .products-list .products-list-item:hover .products-list-item-anchor-button,
#feature-brand-pmauthentic .products-section .products-list .products-list-item:hover .products-list-item-anchor-colors,
#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors:active img,
#feature-brand-pmauthentic .products-section .products-list .products-list-item:active .products-list-item-anchor-button,
#feature-brand-pmauthentic .products-section .products-list .products-list-item:active .products-list-item-anchor-colors {
  opacity: 1 !important;
}

#feature-brand-pmauthentic {
  /* 商品パネルラッパーの余白管理 */
}

#feature-brand-pmauthentic .brand-prodPanelWrap {
  margin-bottom: 100px !important;
  display: block !important;
}

#feature-brand-pmauthentic .brand-prodPanelWrap a {
  text-decoration: none !important;
}

#feature-brand-pmauthentic {
  /* スマートフォン版の余白調整（768px以下） */
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .brand-prodPanelWrap {
    margin-bottom: 50px !important;
  }
}