@charset "euc-jp";

/* 商品0件 */
.prd-lst-none {
    margin-bottom: 80px;
}

.main-section.col {
    padding: 0;
}
/*
.prd-lst-sort {
  display:none;
}
*/
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* カテゴリ上部説明 */

.h2-tit {
    margin-bottom: 30px!important;
}

.cat-textbox {
    margin-bottom: 60px;
}
.cat-textbox .btn-new .btn {
  font-size: 15px;
}
.cat-textbox .cat-textbox-img {
    margin-bottom: 20px;
}
.cat-textbox .cat-textbox-sub {
    margin-bottom: 30px;
}
.cat-textbox .cat-textbox-sub .cat-textbox-txt {
    margin-bottom: 12px;
}
.cat-textbox-links {
    display: flex;
    justify-content: end;
}
.cat-textbox-links .btn-new:nth-child(n+1) {
    margin-left: 1%;
}

/* カテゴリ上部説明ここまで */


/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}

.grp-lst ul {
    display: flex;
    flex-wrap: wrap;
}

.grp-lst li.grp-lst-unit {
    /* display: flex; */
    width: 31%;
    min-height: 60px;
    margin-bottom: 2%;
    margin-right: 2.5%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background: #fff url(https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow.svg) no-repeat right 15px center;
}
.grp-lst li.grp-lst-unit:nth-child(3n) {
    margin-right: 0;
}

.grp-lst li.grp-lst-unit a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    padding: 5px;
    height: 100%;
}

.grp-lst .grp-lst-unit a img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
    padding: 0 20px 0 10px;
    line-height: 1.5em;
    justify-content: center;
    display: flex;
    align-items: center;
}

.item-prie {
    display: inherit;
    text-align: right;
}

/* PC IH土鍋/土鍋カテゴリ用のレイアウト ここから */
    .cat_com span.red {
        color: #ff0000;
        font-weight: bold;
    }
    .cat_com figure {
        margin: 0;
        text-align: center;
    }
    .cat_com .txt {
        margin: 30px 0 20px;
    }
    .cat_com .link_list {
        list-style: none;
        margin: 0;
        display: flex;
        gap: 0 3%;
    }
    .cat_com .link_list li {
        width: 50%;
        border-radius: 5px;
    }
    .cat_com .link_list li a {
        display: block;
    }
    .cat_com .link_list li a:hover {
        text-decoration: none;
    }
/* IH土鍋/土鍋カテゴリ用のレイアウト ここまで */


/*=========

SP

==========*/

@media screen and (max-width: 980px) {
    
    
}


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

    /* カテゴリ上部説明 */

    .cat-textbox-links {
        display: unset;
    }
    .cat-textbox-links .btn-new:nth-child(n+1) {
        margin-left: 0;
        margin-bottom: 15px;
    }


    /* カテゴリ上部説明ここまで */
    
    .grp-lst li.grp-lst-unit {
        display: flex;
        width: 48%;
        margin-bottom: 2%;
        margin-right: 2%;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        background: #fff url(https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow.svg) no-repeat right 10px center;
    }

    .grp-lst li.grp-lst-unit:nth-child(3n) {
        margin-right: 2%;
    }
    .grp-lst li.grp-lst-unit:nth-child(2n) {
        margin-right: 0;
    }
    .grp-lst-unit a {
        display: block;
        padding: .5em 0;
        color: #444;
        text-decoration: none;
    }


    /* SPIH土鍋/土鍋カテゴリ用のレイアウト ここから */
        .cat_com .link_list {
        display: block;
        }
        .cat_com .link_list li {
        width: auto;
        }
        .cat_com .link_list li:first-child {
        margin-bottom: 20px;
        }
    /* IH土鍋/土鍋カテゴリ用のレイアウト ここまで */



}
/*=========

SP終了

==========*/

