/*ofiImg*/
.ofiImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: top center;';
    /*IE対策*/
}
.ofiImg.t45 {
    position: relative;
    padding-top: 45%;
    display: block;
}

.ofiImg.t45 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t75 {
    position: relative;
    padding-top: 75%;
    display: block;
}

.ofiImg.t75 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}
.ofiImg.t100 {
    position: relative;
    padding-top: 100%;
    display: block;
}

.ofiImg.t100 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: center center;
    object-position: center center;
   -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: top center;';
}
.tablist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tablist .tabitem {
    width: 320px;
    text-align: center;
    border: solid 1px #B2B2B2;
    padding: 24px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    background: #fff;
}
.tablist .tabitem.on {
    color: #fff;
    background: #2b2b2b;
}
.tabarea {
    border: solid 1px #B2B2B2;
    padding: 50px 54px 30px;
    background: #fff;
}
.echome02-item {
    width: 22%;
    margin: 0 1.5% 40px;
}
.echome02-item .text-area {
    position: relative;
    padding-top: 10px;
}
.echome02-item .ttl {
    font-size:16px;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.colorcate-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 0;
}
.colorcate-list .colorcate-item {
    border: 1px solid #707070;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.colorcate-list .colorcate-item.color01 {
    background: #4B4B4B;

}
.colorcate-list .colorcate-item.color02 {
    background: #949494;
}
.echome02-item .cate-num,
.echome02-item .price {
    font-size: 14px;
    letter-spacing: 0;
}
.catearea {
    display:block;
    text-align:right;
}
.echome02-list {
    margin-bottom: 40px;
}
.echome03 .inner {
    padding-top: 100px;
}
.echome02 .inner,
.echome04 .inner {
    padding-top: 0;
}
.echome04 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .tablist .tabitem {
        width: 28%;
        text-align: center;
        border: solid 1px #B2B2B2;
        padding: 15px 0;
        font-size: 16px;
    }
    .tabarea {
        padding: 30px 4px 40px;
    }
    .echome02-item {
        width: 30%;
        margin: 0 1.5% 40px;
    }
    .catearea {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .echome02-list {
        margin-bottom: 10px;
    }
    .guide-list li {
        padding: 24px 15px;
    }
    .echome05 .inner {
        padding-top: 70px;
        padding-bottom: 90px;
    }
  
    .bestseller-list {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 599px) {
    .tablist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablist .tabitem {
        width: 33.333333333%;
    }
    .tabarea {
        padding: 20px 4px 30px;
    }
    .echome02-item {
        width: 47%;
        margin-bottom: 30px;
    }
    .bestseller-item {
        width: 100%;
    }
    .echome04 .inner {
        padding-bottom: 60px;
    }
    .echome05 .inner {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .guide-list li {
        width: 48%;
        margin-bottom: 0;
    }
    .guide-list li:nth-of-type(3) {
        border-top: none;
    }
    .guide-list li {
        padding: 19px 8px;
    }
    .guide-list .ttl {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .echome02-item .ttl {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .cg_freespace_01 *{
      font-size:13px;
  }
}
/*20211015*/
.home-search-list {
    margin: 60px auto;
    max-width:1200px
}
.serch-list-area {
    margin-bottom: 30px;
}
.mini_search-tit {
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    border-left: solid 4px #a6d3c8;
    padding-top: 2px;
    font-size: 18px;
}
.serch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serch-list .item {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 599px) {
    .mini_search-tit {
        margin-bottom: 16px;
        font-size: 14px;
    }
  .serch-list-area {
    margin-bottom: 12px;
}
}

/*--------------お気に入りボタン-------------*/
.product-list__fav-items {
  margin: 5px 0 0 auto;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
    .serch-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .serch-list-area .mini_search-tit {
        margin: 0;
        margin-bottom: 10px;
        padding-left: 10px;
        font-weight: bold;
        border-left: solid 3px #a6d3c8;
        padding-top: 2px;
        font-size: 16px;
    }

    .serch-list .item a {
        display: inline-block;
        margin: 0 3px;
        padding:4px 15px;
        border-radius: 26px;
        background-color: #efefef;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
    }

    .toggle-area {
        padding: 30px 30px;
        background: #fff;
        border-top: 1px solid #C8C8C9;
    }

    .serch-list .item {
        margin-bottom: 5px;
    }

    @media only screen and (max-width: 1024px) {
        .serch-list-area .mini_search-tit {
            font-size: 15px;
        }
    }

    @media only screen and (max-width: 599px) {
        .serch-list-area .mini_search-tit {
            font-size: 13px;
        }
        .toggle-area {
            padding: 15px 14px;
        }
        .serch-list .item a {
            font-size: 10px;
            padding: 2px 9px;
        }
    }


/* 202507 フリースペース導線追加 henobu */
.catnav-custom {
	display: flex;
	justify-content: left;
	gap: 20px;
	margin-bottom: 30px;
	width: 100%;
}
.catnav-custom a {
  max-width: 176px;
}
@media screen and (max-width: 767px) {
	.catnav-custom {
		flex-wrap: wrap;
		justify-content: left;
	}
	.catnav-custom a {
		width: calc(100% / 2 - 10px);
		max-width: 176px;
	}
}	