@charset "UTF-8";
/* ----SWSブランドTOP---- */
.page-genre
{
  font-family: 'Jost-Regular','NotoSansJP-Regular';
}


/* ----パンくず---- */


/* ----ブランドロゴ---- */
/*sb_block.css*/
.page-genre .block-brand-logo .block-brand-logo--img
{
  padding: 0;
  margin: 15px 0 15px;
  text-align: center;
}

/* ----ZETAハッシュタグ---- */
#search_zeta_hashtag
{
  padding-top: 15px;
}
.hashtag-list a
{
  font-size: 1.0rem;
  line-height: 1.66;
  float: left;
  padding: 1px 5px  1px;
  background-color: #efefef;
  margin: 5px 0px 0px 8px;
  border-radius: 10px;
  font-family: 'Jost-Regular','NotoSansJP-Regular';
}
#search_zeta_hashtag .mod-taglist
{
  margin: 0 0 0px;
}
#search_zeta_hashtag .inner
{
  margin: 0px 0 0;
}

/* ----カテゴリから探す---- */
/*タブ切り替え全体のスタイル*/
.tabs 
{
  margin-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
  margin: 0 auto;
  width: 345px;
}
/*タブのスタイル*/
.tab_item 
{
  width: calc(95%/2);
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border: solid 1px;
  margin: 0 0 0 6px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] 
{
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content 
{
  display: none;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content 
{
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item 
{
  background-color: #000000;
  color: #fff;
}
.tab_content_description .block-tree-category-list .block-tree-category-list--inner .block-tree-category-list--item-list a .brand::after 
{
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.block-tree-category-list .block-tree-category-list--item-list > a > li 
{
  position: relative;
  border-bottom: 1px solid #CCC;
}
.serch_category
{
  position: relative;
}
.tab_item > p 
{
  margin: 0 0 0 -11px;
}
.page-genre .tabs .tab_item.serch_category
{
  position: relative;
  display: block;
  z-index: 2;
  line-height: 48px;
  text-align: center;
  padding-top: unset;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 0 0 0px;
  font-family: 'Jost-Regular','NotoSansJP-Regular';
  font-size: 12px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #333333CC;
  background-color: #FFFFFF;
  height: 48px;
  border-radius: 0;
}
.page-genre .tabs .tab_item.category_close::before
{
  position: absolute;
  bottom: 16px;
  right: 100px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
}
.page-genre .tabs .tab_item.category_close::after
{
  position: absolute;
  bottom: 22px;
  right: 94px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  -webkit-transform: rotate(90deg);
  transform: rotate(270deg);
  content: "";
}
.page-genre .tabs .tab_item.category_open
{
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #333333;
}
.page-genre .tabs .tab_item.category_open::before
{
    position: absolute;
    top: 78%;
    right: 15px;
    display: block;
    width: 14px;
    margin: -11px 0 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(180deg);
    transition: all 0.3s;
    content: "";
}

/* ----カタログ---- */
/*sb_block.css*/
.block-catalog ul.block-catalog--list
{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 7px;
  margin: 0;
}
.block-catalog ul.block-catalog--list > li
{
  width: calc((100% - 18px) / 2);
  margin: auto;
}

/* ----TOPICS---- */
.block-main-visual--topics ul.block-main-visual--list--topics
{
  display: flex;
  flex-wrap: wrap;
}
.block-main-visual--topics ul.block-main-visual--list--topics > li:nth-of-type(odd)
{
  padding-right: 5px;
}
.block-main-visual--topics ul.block-main-visual--list--topics > li:nth-of-type(even)
{
  padding-left: 5px;
}
.block-main-visual--topics ul.block-main-visual--list--topics > li
{
  width: 50%;
  margin-bottom: 10px;
}
.block-main-visual--topics ul.block-main-visual--list--topics > li img
{
  height: auto;
  width: 100%;
  display: block;
}
.block-main-visual--more--topics a
{
  font-family: 'Jost-Light','NotoSansJP-Light';
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #33333380;
  background-color: #FFFFFF;
  width: 240px;
  height: 48px;
  border-radius: 0%;
  margin: 0;
  padding: 0;
}
.block-main-visual--more--topics a span
{
  padding: 0;
}
.block-main-visual--more--topics
{
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
  padding: 25px 0 35px;
}
.block-main-visual--topics .block-main-visual--list--topics
{
  margin: 0 10px;
}

/* ----ブランドコンテンツ---- */
#brand_contents .block-official-contents--list
{
  display: flex;
  flex-wrap: wrap;
}
#brand_contents ul.block-official-contents--list > li a::before
{
  content: unset;
}
#brand_contents .block-official-contents--list li .block-official-contents--download
{
  padding-left: 42px;
  position: relative;
  display: flex;
  text-decoration: none;
  padding-bottom: 25px;
}
#brand_contents .block-official-contents--list li .block-official-contents--download a
{
  padding-right: 15px;
}
ul.block-official-contents--list li
{
  background: unset;
  margin: 0 0 0px;
}
/*新規追加分*/
.block-official-contents ul.block-official-contents--list li
{
  background: unset;
  margin: 0 0 0px;
}
.block-official-contents ul.block-official-contents--list li:nth-child(2n)
{
  display: flex;
  width: 50%;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.block-official-contents ul.block-official-contents--list li:nth-child(2n+1)
{
  width: 50%;
  border-bottom: 1px solid #CCC;
}
.block-official-contents ul.block-official-contents--list li:nth-child(2n+1):first-child
{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 100%;
}
.block-official-contents ul.block-official-contents--list li:nth-child(2n):last-child
{
  border-bottom: 1px solid #CCC;
  border-right: unset;
  width: 100%;
}
.block-official-contents ul.block-official-contents--list li a figure img.lazyloaded
{
  widht: 25px;
  height: 25px;
}
.block-official-contents ul.block-official-contents--list li:first-child a figure img.lazyloaded
{
  widht: 40px;
  height: 40px;
}

/* ----商品画像---- */
/*sb_block_goods.css*/
.block-thumbnail-t--goods-image figure
{
  padding: 0px;
}
/*sb_block.css*/
ul.block-thumbnail-t--items
{
  margin: 0 0px;
}

/* ----各タイトル---- */
/*sb_block.css*/
.block-common-title
{
  margin: 40px 0 24px;
}

/* ----VIDEO---- */
.vsm_sp.hcb-to-nextpage
{
  display: table;
  margin: auto;
  margin-top: 25px;
}
.vsm_sp.hcb-to-nextpage a.hcb-to-nextpage-btn
{
  border: 1px solid #33333380;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  vertical-align: middle;
  padding-right: 0;
  display: table-cell;
  font-size: 12px;
}
.vsm_sp.hcb-to-nextpage a.hcb-to-nextpage-btn span.more_arr
{
  font-family: 'Jost-Light','NotoSansJP-Light'!important;
}
.ecbn-selection-title.hcb-title span
{
  font-family: 'Jost-Light'!important;
  font-size: 26px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: normal;
}
.ecbn-selection-title.hcb-title
{
  margin: 40px 0 24px;
}
.visumo_movie .hacobune-app-main .hacobune-video-list-item-card-caption .hacobune-video-list-item-card-subtitle span
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}



/* ----ブランドコンテンツ---- */
.block-official-contents--ttl
{
  margin: 40px 0 30px;
}
.block-official-contents p.mb-40
{
  line-height: 2.0;
}
/*sb_block.css*/
.block-official-contents ul.block-official-contents--list > li a .block-official-contents--desc .block-official-contents--desc-ttl
{
  font-size: 11px;
}
.block-official-contents .block-official-contents--inner ul.block-official-contents--list li .block-official-contents--download
{
  display: none!important;
}
.block-official-contents
{
  margin-top: 63px;
}




/* ----STAFFSNAP---- */
/*common.css*/
.block-staffsnap-banner.str-outer.of-type-02
{
  padding-right: 0px;
  padding-left: 0px;
}

/* ----CATALOG---- */
/*common.css*/
.block-genre-page--footer-freespace1 .str-outer.of-type-02
{
  margin: 0 6px;
  padding-right: 0px;
  padding-left: 0px;
}
.block-catalog h2
{
  font-family: 'Jost-Light';
  font-size: 26px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: normal;
}
.block-catalog ul.block-catalog--list .block-catalog--text .block-catalog--brand
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* ----チェックしたアイテム---- */
.block-recent-item .block-thumbnail-h .block-thumbnail-h--items
{
  margin: 0 10px;
}
#block_of_itemhistory .block-recent-item--header
{
  margin: 40px 0 24px;
}
/*sb_block.css*/
h2.block-recent-item--header
{
  font-family: 'Jost-Regular','NotoSansJP-Regular';
  font-size: 20px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: normal;
}
#block_of_itemhistory ul.block-thumbnail-h--items .block-thumbnail-t--goods-description .block-thumbnail-h--brand-name
{
  font-family: 'Jost-Light','NotoSansJP-Light';
  font-size: 14px;
  text-align: left;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#block_of_itemhistory ul.block-thumbnail-h--items .block-thumbnail-t--goods-description .block-thumbnail-h--goods-name,
#block_of_itemhistory ul.block-thumbnail-h--items .block-thumbnail-t--goods-description .block-thumbnail-h--price-infos
{
  font-family: 'Jost-Regular','NotoSansJP-Regular';
  font-size: 14px;
  text-align: left;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}
#block_of_itemhistory ul.block-thumbnail-h--items .block-thumbnail-t--goods-description .block-thumbnail-h--goods-name
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#block_of_itemhistory ul.block-thumbnail-h--items .block-thumbnail-h--item .block-thumbnail-h--price-infos .block-thumbnail-t--scomment
{
  display: none;
}


/* ----COORDINATE---- */
#coordinateArea .hacobune-media-post-list-item-caption .hacobune-media-post-list-item-staffname span
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#coordinateArea .block-genre--banner-list-link
{
  margin-top: 25px;
}


/* ----商品画像上帯---- */
ul.block-pickup-p > li.block-thumbnail-t--item.is-arrival-notice .block-thumbnail-t--goods-image figure::before
{
  position: absolute;
  top: 37.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  letter-spacing: -0.06em;
  color: #fff;
  background-color: rgba(63, 66, 69, 0.18);
  content: "入荷連絡受付中";
  font-family: 'Jost-Regular', 'NotoSansJP-Regular';
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
ul.block-pickup-p > li.block-thumbnail-t--item.is-request-restock .block-thumbnail-t--goods-image figure::before
{
  position: absolute;
  top: 37.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  letter-spacing: -0.06em;
  color: #fff;
  background-color: rgba(63, 66, 69, 0.18);
  content: "再入荷お知らせ";
  font-family: 'Jost-Regular', 'NotoSansJP-Regular';
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

/* ----カテゴリ探すにすべてを追加---- */
#programming_content li.all a
{
  font-family: 'Jost-Regular','NotoSansJP-Regular';
  font-size: 11px;
  text-align: left;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 10px 12px 5px;
}

