@charset "UTF-8";

/** TOPICS **/
h2.block-common-title {
	letter-spacing: 0px;
	opacity: 1;
	padding-top: 40px;
	line-height: 41px;
}
/** もっと見る **/
.block-genre--banner-list-link {
	display: table;
	margin: auto;
}
.block-genre--banner-list-link a {
	border: 1px solid #33333380;
	width: 240px;
	height: 48px;
	margin: 0 auto;
	vertical-align: middle;
	padding-right: 0;
	display: table-cell;
	font-size: 12px;
}
.hcb-to-nextpage-btn span.more_arr:after {
	content: none!important;
}
/** VIDEO用もっと見る **/
/* ----VIDEO---- */
.vsm_sp.hcb-to-nextpage
{
  display: table;
  margin: auto;
}
.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;
}
/** PICK UPバナー **/
.block-pickup-banner .mod-pnl {
	margin:0;
	padding-bottom: 13px;
}
.block-genre-page--middle-freespace3 .str-outer.of-type-02 {
	border-bottom: none;
}
.block-genre-page--middle-freespace3 .block-pickup-banner {
	border-bottom: none;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0 16px;
	max-height: 100%;
}
.block-pickup-banner--inner h2.mod-hdgL2{
	display:none;
}
/** ブランド・カテゴリタブ **/
.block-tree-category-list .block-tree-category-list--item-list > li::before {
    background-image: none!important;
}
.block-tree-category-list .block-tree-category-list--item-list > li > label {
	padding: 12px 10px 12px 5px;
}
.tabs {
	margin-top: 50px;
	padding-bottom: 80px;
	background-color: #fff;
	/**box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);**/
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
}
/*タブのスタイル*/
.tab_item {
	width: calc(95%/2);
	height: 50px;
	/**border-bottom: 3px solid #5ab4bd;**/
	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;
	/**box-shadow: 0 0 3px #000000;**/
	border: solid 1px;
	margin: 0 0 0 6px;
}
.tab_item:hover {
	/**opacity: 0.75;**/
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	/**padding: 40px 40px 0;**/
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}
/**
#brand:checked ~ #brand_content,
#category:checked ~ #category_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 > .brand {
	height: 40px;
	font-size: 16px;
}
/** ブランド検索用**/
/*
.block-tree-category-list .block-tree-category-list--item-list > a > .brand {
	height: 40px;
	font-size: 16px;
}
*/
.block-tree-category-list .block-tree-category-list--item-list > a > li {
	position: relative;
	border-bottom: 1px solid #CCC;
}
/**
.brand_close::before {
	position: absolute;
	top: 65%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	margin: -11px 0 0;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	-webkit-transform: rotate(45deg);
	transition: all 0.3s;
	content: "";
}**/
.brand_close::before {
	position: absolute;
	bottom: 15px;
	right: 22px;
	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: "";
}
.brand_close::after {
	position: absolute;
	bottom: 21px;
	right: 16px;
	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: "";
}
.brand_open::before {
	position: absolute;
	top: 78%;
	right: 15px;
	display: block;
	width: 14px;
	/* height: 8px; */
	margin: -11px 0 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
	content: "";
}
/**
.category_close::before {
	position: absolute;
	top: 65%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	margin: -11px 0 0;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	-webkit-transform: rotate(45deg);
	transition: all 0.3s;
	content: "";
}**/
.category_close::before {
	position: absolute;
	bottom: 15px;
	right: 22px;
	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: "";
}
.category_close::after {
	position: absolute;
	bottom: 21px;
	right: 16px;
	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: "";
}
.category_open::before {
	position: absolute;
	top: 78%;
	right: 15px;
	display: block;
	width: 14px;
	/* height: 8px; */
	margin: -11px 0 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
	content: "";
}
.brand label{
	vertical-align: -webkit-baseline-middle;
	margin: 0 0 0 8px;
}
.serch_brand{
	position: relative;
}
.serch_category{
	position: relative;
}
.tab_item > p {
	margin: 0 0 0 -11px;
}
/** NEWS **/
.block-genre--news-list li a {
	border: 1px solid #33333380;
    width: 260px;
    height: 88px;
    margin: 0 auto;
    display: table-cell;
    font-size: 12px;
    text-decoration: none;
}
.block-genre--news-list li a div {
	display: flex;
}
.block-genre--news-list li a .newstag label {
	border: 1px solid#000000;
    background-color: #000000;
    color: #fff;
}
.block-genre--news-list li a .newstag span {
	float: left;
    font-size: 14px;
    color: #A7A7A7;
}
.block-genre--news-list li a span {
	font-size: 12px;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.news_slider {
	display:none;
}
.news_slider.slick-initialized {
	display: block;
}
.news_slider .slick-list {
    padding: 0 10% 0 0 !important;
}
.news_slider .slick-slide {
    margin-right: 10px;
    /**max-width: 260px;**/
}
.news {
	margin-bottom: 60px;
}
.str-outer.of-type-02 {
    border-bottom: none;
}
/** アイコン**/
.block-thumbnail-t--goods-image figure{
	padding:0;
}
ul.block-thumbnail-t--items{
	margin: 0;
}

/** HOT ITEM**/
.ajaxgoodslist_pickup > .block-thumbnail-t > ul.block-thumbnail-t--items {
	margin:auto;
}
.ajaxgoodslist_pickup figure  {
	padding: 0;
}
/** CATALOG **/
.block-catalog ul.block-catalog--list {
	margin:0;
}
.block-catalog ul.block-catalog--list > li {
	width: calc((100% - 18px) / 2);
	margin: 0 9px 24px 0;
}
.block-catalog ul.block-catalog--list > li:nth-of-type(1n) {
	margin:auto;
}
.block-catalog ul.block-catalog--list > li:nth-of-type(3n) {
	margin-right: auto;
}
/** VISUMO **/
.hacobune-top.instvideo .ecbn-selection-title.hcb-title {
	text-align: center;
    font: normal normal 300 26px/41px Jost;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.ecbn-selection-widget-new .ecbn-selection-page-wrapper .ecbn-selection-title span{
	text-align: center;
    font: normal normal 300 26px/41px Jost;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
/**
.instvideo .hacobune-app-container .hacobune-app-main .hacobune-layout-base .hacobune-layout-base-bottom-html {
	padding-top:20px;
}
**/
/** VIUSMOもっと見る **/
/** 描画が崩れるため保留
.ecbn-selection-to-nextpage {
		display: table;
		margin: auto;
}
.ecbn-selection-to-nextpage a {
		border: 1px solid #33333380;
		width: 240px;
		height: 48px;
		margin: 0 auto;
		vertical-align: middle;
		padding-right: 0;
		display: table-cell;
		font-size: 12px;
}
.ecbn-selection-to-nextpage a span::after {
	content: none!important;
}
.hacobune-top.instvideo {
	border-bottom:none;
}
.hcb-to-nextpage-btn span.more_arr{
	padding-right: 0;
}
**/
/** 閲覧履歴タイトル **/
h2.block-recent-item--header {
    letter-spacing: 0px;
    opacity: 1;
	line-height: 41px;
}
/** TOPバナー **/
/** 初期表示 **/
.top_slider {
	display:none;
}
.top_slider.slick-initialized {
	display: block;
}
/** **/
/* Dots */
.slick-dotted.slick-slider{
	margin-bottom: 30px;
	
}
.top-dots{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.top-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.top-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.top-dots li button:hover,
.top-dots li button:focus{
    outline: none;
}
.top-dots li button:hover:before,
.top-dots li button:focus:before{
    opacity: 1;
}
.top-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
.top_slider .top-dots li {
	margin: 0 4px; 
	width: 32px;
	height: 2px;
}
.topbrandslider .top-dots li {
	margin: 0 8px; 
	width: 18px;
	height: 2px;
}
.top-dots li button:before {
	content:'';
	width: 32px;
	height: 2px;
	background: #D5D5D5;
	opacity: 1;
}
.top-dots li.slick-active button:before{
	background: #707070;
}
/** TOPブランドバナー **/
.topbrandslider .slick-track {
	display:flex;
	margin: 0px 0 12px 0;
}
.topbrandslider .slick-track li{
	margin: 0 5px 0 5px;
}

/** ZETA HASHTAG**/
.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;
}
#search_zeta_hashtag .mod-taglist{
	margin: 0 0 0px;
}
#search_zeta_hashtag .inner{
	margin: 0px 0 0;
}
/** OUTLET RANKING **/
.ajaxgoodslist_ranking_outlet_new ul.block-thumbnail-t--items {
	gap: 10px;
}

.ajaxgoodslist_ranking_outlet_new ul.block-thumbnail-t--items > li {
	width: calc(30% - -4.5px);
	margin: 0 0 24px 0;
	padding: 0px;
}
.ajaxgoodslist_ranking_outlet_new ul.block-thumbnail-t--items > li > a > div > figure{
	min-width: 120px;
}
/** OUTLET NEW **/
.ajaxgoodslist_outlet_new ul.block-thumbnail-t--items {
	gap: 10px;
}
.ajaxgoodslist_outlet_new ul.block-thumbnail-t--items > li {
	width: calc(30% - -4.5px);
	margin: 0 0 24px 0;
	padding: 0px;
}
.ajaxgoodslist_outlet_new ul.block-thumbnail-t--items > li > a > div > figure{
	min-width: 120px;
}
/** コーデ **/
.hacobune-media-post-list-item-staffname span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/** 一旦cssで**/
.hacobune-media-post-list-item-img-wrapper .hacobune-media-post-list-item-title {
	bottom: -60px!important;
}


/*カテゴリを探すにすべて/セットアップを追加*/
#programming_content li.all a,
#programming_content li.setup a
{
  font-family: 'Jost-Regular','NotoSansJP-Regular';
  font-size: 12px;
  text-align: left;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 10px 12px 5px;
}

