@charset "utf-8";

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

.categoryHeader {
    font-size: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D9A066;
}

.categoryListItem {
    display: block;
    margin: 10px 0 0;
}

.categoryLink {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #745E48;
    font-size: 16px;
}

.categoryLink:hover{
    color: #745E48;
  	text-decoration: underline;
}

.categoryLink:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9A066;
    transition: all .3s;
    z-index: -1;
}

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

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

.productsItemCate {
	display: none;
}

.productsItemImgBox {
    position: relative;
    padding: 0 0 64.62%;
    display: block;
    background: #fff;
}

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

.productsItemImgBox > 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;
}

.productsItemImgBox > img:empty+span {
    display: none;
}

.productsItemSetBox {
	margin: 20px 0 0;
}

.productsItemTit {
    font-size: 18px;
}

.productsItemPrice {
    font-size: 16px;
    text-align: right;
}

.productsItemText {
	margin: 20px 0 0;
  	border-top: 1px solid #E6E6E6;
  	padding: 20px 0 0;
  	font-size: 13px:
}

/*  ページャー */

.recommendBlock .webgene-pagination {
    width: 100%;
	grid-column: 1 / 2;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--- 商品情報 ---*/
  
.recommendBlock > section {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
  
/*  ページャー */

.recommendBlock .webgene-pagination {
    width: 100%;
	grid-column: 1 / 3;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* カテゴリ */

.categoryHeader {
    font-size: 20px;
}
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/* カテゴリ */  

.categoryHeader {
    font-size: 22px;
}
  
.categoryLink {
    font-size: 18px;
}
  
/*--- 商品情報 ---*/
  
.recommendBlock > section {
    gap: 60px;
}
  
.productsItemTit {
    font-size: 20px;
}
  
.productsItemPrice {
  	font-size: 18px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--- 商品情報 ---*/
  
.recommendBlock > section {
    gap: 100px;
}
  
.productsItemTit {
    font-size: 25px;
}
  
.productsItemPrice {
  	font-size: 20px:
}

.productsItemText {
  	font-size: 16px:
}

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */