@charset "utf-8";

.wrapper01 {
    padding: 60px 0 !important;
}

.homecare01-text-box .text01 span {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
}

.homecare01-text-box .text01 br {
    display: none;
}

/*-----------------------------------------------------------
商品情報
-----------------------------------------------------------*/

.products-list {
    margin: 60px auto 0;
}

.products-list > section {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

.products-item-cate {
	display: block;
}

.products-item-img-box {
    position: relative;
    aspect-ratio: 17 / 11.3;
    display: block;
    background: var(--bg-primary);
    width: 100%;
    height: 100%;
}

.products-item-img-box> img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.products-item-img-box > span >img {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.products-item-img-box > img:empty+span {
    display: none;
}

.products-item-set-box {
	margin: 20px 0 0;
}

.products-item-cate {
    display: inline-block;
    padding: 5px 15px 4px;
    justify-content: center;
    background: var(--tertiary);
    color: var(--white);
	border-radius: 4px;
}

.products-item-title {
	font-family: var(--font-family01);
    font-size: 18px;
	margin: 10px 0 0;
}

.products-item-price {
    font-size: 16px;
    /* text-align: right; */
	margin: 10px 0 0;
}

/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/

.category-container {
    padding: 0;
	position: relative;
}

.category-container > section {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}

.category-col {
    padding: 0 5px;
    margin: 10px 0 0;
}

.category-col-first {
    display: none;
}

.category-col-first:first-child {
    display: block;
}

.category-btn {
    max-width: 100%;
}

.category-btn.active {
    background: var(--tertiary);
    color: var(--white);
}

.category-container .btn02 {
  	font-size: 16px;
	padding: 12px 15px 10px;
    justify-content: center;
  	border: 1px solid var(--primary)
}

.category-container .btn02-green:hover {
    color: var(--primary);
    background-color: var(--white);
}

.category-btn.active {
    background: var(--secondary);
    color: var(--white);
}

.category-btn.active::after {
    background: var(--white);
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/2;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
商品情報
-----------------------------------------------------------*/

.products-list > section {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/3;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.wrapper01 {
    padding: 100px 0 !important;
}

.homecare01-text-box .text01 br {
    display: block;
}

/*-----------------------------------------------------------
商品情報
-----------------------------------------------------------*/

.products-list > section {
    grid-template-columns: repeat(3,1fr);
}

.anchor-box {
	height: 80px;
}  

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/4;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.wrapper01 {
    padding: 180px 0 !important;
}
		
/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/

	.category-container > section {
		margin: -20px -10px 0;
	}

	.category-col {
		padding: 0 10px;
		margin: 20px 0 0;
	}
	
	.category-container .btn02 {
		font-size: 22px;
	}

    .anchor-box {
        height: 100px;
    }  

/*-----------------------------------------------------------
商品情報 
-----------------------------------------------------------*/
  
 	.products-list {
        margin: 120px auto 0;
    }
  
	.products-list > section {
		gap: 60px;
	}
	
	.products-item-title {
		font-size: 20px;
	}
	
	.products-item-price {
		font-size: 18px;
	}


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1250px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
商品情報 
-----------------------------------------------------------*/
	
	.products-list > section {
		gap: 100px;
	}
	
	.products-item-title {
		font-size: 25px;
	}
	
	.products-item-price {
		font-size: 20px;
	}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1250px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */