@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: BOEM - assets
TITLE: PC ブランド一覧 出力エリア（ショップリスト挿入）
____________________________________________________________________________*/

#shop-list {
  width:1015px;
  margin:0 0 30px;
  *margin:0 0 40px;
}
#shop-list h2 {
  width:1000px;
  position:relative;
}
#shop-list h2 a {
  position:absolute;
  font-size:14px;
  color:#666;
  padding-right:22px;
  right:0;
}
#shop-list h2 a:after {
  position:absolute;
  content: "＞";
  display: inline-block;
  position: absolute;
  right: 0;
}
#shop-list ul {
  overflow:hidden;
}
#shop-list li {
  width:188px;
  height: 32px;
  float:left;
  margin:0 15px 15px 0;
}
#shop-list img{
  display: table-cell;
  height: 32px;
}
#shop-list li a {
  display:table;
}
#shop-list li p{
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-left: 8px;
  line-height: 1.4;
}
#shop-list .shop-name{
  color: #2b2b2b;
  font-size: 11px;
  font-weight: bold;
}
/* 意図しない<h2>スタイルの打ち消し */
#header_ver5 h2 {
  border: none !important;
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------------------------
　(1) ブランドリスト
----------------------------------------------------------------------------*/
.brand_list_title {
  position: relative;
}
#brands-list h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    margin-bottom:30px;
    padding:34px 0 10px;
}
#brands-list label {
  font-weight:normal;
}
.brand_list_title a {
  display:block;
  position:absolute;
  top:0;
  right:0;
  background:url(https://media.aws.locondo.jp/contents/img/pc/brand-list/btn_shop_ranking.gif) no-repeat 0 0;
  width:333px;
  height:50px;
  text-indent:-9999px;
  display: none; /* 非表示対応 */
}
.brand_list_title a:hover {
  opacity:0.8;
}

/*login*/
.before_login {
  box-sizing:border-box;
  padding:30px;
  background:#f5f5f5;
  margin-bottom:50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display:table;
}
.before_login h3 {
  font-size:20px;
  margin-bottom:10px;
  text-indent:-10px;
}
.before_login p {
  color:#666;
  font-size:13px;
  line-height:170%;
}
.before_login a {
  display:block;
  color:#FFF;
  font-size:18px;
  line-height:120%;
  text-align:center;
  padding:10px 0;
  border-radius:1px;
}
.before_login a:hover {
  text-decoration:none;
  opacity:0.8;
}
.before_login span {
  display:block;
  font-size:12px;
}
.before_login_left {
  padding-left:90px;
  width:800px;

  box-sizing:border-box;
  display:table-cell;
}
.before_login_right {
  width:140px;
  display:table-cell;
  vertical-align:middle;
}

/*logged_in*/
.logged_in h3 {
  font-size:18px;
  padding:3px 0 5px;
}
.logged_in p {
  color:#666;
  font-size:12px;
}
.logged_in {
  padding-bottom:30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logged_in_box {
  width: 500px;
  margin:0 auto;
  padding-bottom:25px;
}
.logged_in hr {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
}
.logged_in_left {
  float:left;

  box-sizing:border-box;
}
.logged_in_right {
  float:right;
  width:110px;
}
#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;
}
.logged_in input.on {
  width:110px;
  background:#FFF;
  padding: 8px 0;
}
.logged_in input.on:hover {
  cursor:pointer;
  opacity:0.7;
}
.logged_in input.off {
  border: 1px solid #ccc;
  color: #ccc;
  width:110px;
  background:#FFF;
  padding: 8px 0;
}
.logged_in input.disable {
  border: 1px solid #eee;
  color: #FFF;
  background:#eee;
  width:110px;
  padding: 8px 0;
}

/*overlay bottom*/
.overlay_bottom {
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
}
.overlay_bottom_in {
  width:445px;
  margin:30px auto 50px;
}
input.btn_cancel {
  background:none;
  border:1px solid #FFF;
  color:#FFF;
  width:100px;
  height:54px;
  float:left;
  font-size:14px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 0;
}
input.btn_confirm {
  color:#FFF;
  width:330px;
  height:54px;
  float:right;
  font-size:14px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 0;
}
input.btn_confirm:hover {
  background-color:#2b2b2b;
  border-color:#2b2b2b;
  cursor: pointer;
}
input.btn_cancel:hover {
  border-color:#e5e5e5;
  cursor: pointer;
}

/*registered brand*/
.registered_brand {
  background:#f5f5f5;
  padding:30px;
  box-sizing:border-box;
  margin-bottom:25px;
}
.registered_brand h4 {
  font-size:16px;
  color:#333;
  margin-bottom:15px;
}
.registered_brand li {
  float:left;
  width:33%;
  font-size:13px;
  color:#888;
  line-height:2;

  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
/*list*/
.brand_list {
  margin-bottom: 15px;
}
.brand_list:last-child {
  margin-bottom: 0;
}
.brand_list li {
  float:left;
  border-left: 1px solid #e6e6e6;
}
.brand_list li:last-child {
  border-right: 1px solid #e6e6e6;
}
.brand_list a {
  display: block;
  line-height: 32px;
  height: 30px;
  padding: 0 13px;
}
.brand_list a:hover {
  text-decoration:none;
  color:#000;
  background:#E6E6E6;
}
/*-- お気に入り 動的メッセージ --*/
.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 {
  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;
  display: block;
  text-decoration: none;
}
.brand_alert_close a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 22px;
  background: url(https://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{
  text-decoration: none;
  width: 75%;
  border: 1px solid;
  display: block;
  margin: 8px auto 0;
  background: #fff;
  font-size: 13px;
}
#brands-list #startWithAlphanumeric div, #brands-list #startWithKatakana div {
  padding-top: 20px;
}
#brands-list #startWithAlphanumeric div {
  padding-top: 0;
}
#brands-list #startWithAlphanumeric li, #brands-list #startWithKatakana li {
  float:left;
  width:50%;
  box-sizing: border-box;
  font-size:13px;
  letter-spacing:0.02em;
  line-height: inherit;
  padding: 0px 0;
  min-height: 3.2em;
  box-sizing: border-box;
  padding-right: 20px;
}
#brands-list #startWithAlphanumeric li a, #brands-list #startWithKatakana li a {
  color: #333;
}
#brands-list #startWithAlphanumeric li span, #brands-list #startWithKatakana li span {
  padding-left: 4px;
}
.brand-quantity{
  color:#999;
  font-size:12px;
}
#brands-list .brand_list_title h2{
  padding: 0 0;
  margin: 0 0 16px;
  border-bottom:none;
}
.filter-brands{
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin: 10px 0 25px 0;
  box-sizing: border-box;
  display:none;
}
.filter-brands ul{
  visibility: hidden;
}
.filter-brands h3{
  font-size: 16px;
  letter-spacing: .05em;
  display: table-cell;
  width: 30%;
}
.filter-brands h3 #quantity-brands{
  font-size: 18px;
}
.filter_all_list{
  float: left;
}
.filter_all_list li{
  font-weight: bold;
}
.filter_separate_list{
  float: right;
}
.filter-brands li:first-child{
  padding-left: 0;
}
.filter-brands li{
  display: inline;
  cursor: pointer;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  color: #999;
  letter-spacing: .05em;
  line-height: 18px;
}
.filter-brands li:last-child{
  border-right:none;
}
.filter-brands li:hover{
  color: #2b2b2b;
}
.filter-brands li.is-active{
  color: #2b2b2b;
}
.filter-brands li span{
  vertical-align: middle;
}
.filter-brands li span:before{
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #ddd;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: .2s ease;
}
.filter-brands li.is-active span:before,
.filter-brands .is-edit li span:before{
  content: '';
  border: 1px solid #666;
  background: url('https://media.aws.locondo.jp/contents/img/pc/brand-list/icon-brand-list-check.png') no-repeat 50% 50% #666;
  background-size:8px auto;
}
.filter-brands .is-edit{
opacity: .2;
}
.filter-brands .is-edit li{
  cursor:default;
  color: #2b2b2b;
}
.is-allSelect li span:before{
  content: '';
  border: 1px solid #ddd;
  background: url('https://media.aws.locondo.jp/contents/img/pc/brand-list/icon-brand-list-check.png') no-repeat 50% 50% #ddd;
  background-size:8px auto;
}
.brand_list.brand_list_en li{
  width: 35px;
  box-sizing: border-box;
}
.brand_list.brand_list_en a{
  width: 100%;
  text-align: center;
  padding: 0;
}
.brand_list.brand_list_en li:last-child{
  width: 64px;
}
.logged_in{
  padding-bottom: 10px;
}
.logged_in_head{
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.logged_in_box{
  padding-bottom:0;
}
.list_item_link_brand.filter_0,
.list_item_link_brand.filter_1,
.list_item_link_brand.filter_2,
.list_item_link_brand.filter_3{
  display: none;
}
.filter_0 .list_item_link_brand.filter_0,
.filter_1 .list_item_link_brand.filter_1,
.filter_2 .list_item_link_brand.filter_2,
.filter_3 .list_item_link_brand.filter_3{
  display: block;
}
.filter_all .list_item_link_brand.filter_0,
.filter_all .list_item_link_brand.filter_1,
.filter_all .list_item_link_brand.filter_2,
.filter_all .list_item_link_brand.filter_3{
  display: block;
}

/* チェックボックス */
#brands-list .locondo-checkbox label{
  margin: 0;
  line-height: 1.6;
}

/* ブランドランキング #109899 */
.hotBrand-wrap {
  overflow-x: scroll;
}
.hotBrand-list {
  display: flex;
  padding: 0 12px;
}
.brand_list_ranking{
  border-top: 10px solid #f5f5f5;
  margin-top: 50px;
}
.brand_list_ranking h3{
  padding: 35px 0 25px;
  margin: 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.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-list:after {
  content: "スペース開けたい";
  color: #fff;
}
.hotBrand-item .brandName {
  font-size: 15px;
  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: 11px;
  color: #888;
  line-height: 1.5;
}
.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;
}
.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: 32px;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #333;
  color: #fff;
}
.site_magaseek .hotBrand-item .btn-toBrand a {
  background-color: var(--color-accent-lime);
}
.hotBrand-item .btn-toBrand a:hover {
  opacity: .7;
}
.hotBrand-list .loadingImg {
  display:flex;
  align-items:center;
}
.brand_list_ranking .catalog-price.-discount {
  color: #ff0030;
}


/* 順位 */
.hotBrand-item .badge {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: none !important;
}
.hotBrand-item .badge {
  top: -1px;
  left: -1px;
}
.hotBrand-item .badge.-round{
  width: 32px;
  height: 32px;
  border-top-left-radius: 8px;
  overflow:hidden;
}
.hotBrand-item .badge:after{
  content: "";
  display: block;
  border-top: 16px solid rgba(0, 0, 0, 0.2);
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px 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: 20px;
  height: 20px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  top: -1px;
  left: 0;
  z-index: 2;
}
.hotBrand-item .brandDescription a.more {
  color: #333;
  display: inline-block;
}
.site_magaseek .hotBrand-item .brandDescription a.more {
  background: #f3f3f3;
  border-radius: 30px;
  margin-left: 4px;
  padding: 1px 6px;
  display: inline-block;
}