#wrap_categorylp .pc_none {
  display: none !important;
}

/*------------------------------------------
■
------------------------------------------*/

#wrap_categorylp {
  margin: 0 auto 50px;
  max-width: 900px;
}
#wrap_categorylp a {
  text-decoration: none;
}
#wrap_categorylp a:active * {
  opacity: 0.9;
}
#wrap_categorylp img {
  width: 100%;
}

/*------------------- 看板 */

#wrap_categorylp .back{
  background-color: #eee;
  padding-bottom: 5px;
}

#wrap_categorylp h1 {
    color: #fff;
    background-color: #be4c18;
    display: inline-block;
    padding: 3px 72px;
    /* margin-bottom: 3px; */
    font-size: 24px;
    font-weight: 400;
    position: relative;
    word-break: break-all;
}

#wrap_categorylp h1:after {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  content: '';
  border-width: 42px 17px 0 0;
  border-style: solid;
  border-color: #be4c18 transparent transparent transparent;
}

#store-kitchen{
padding-top: 5px;
}
/*------------------------------------------
テキスト
------------------------------------------*/

/*メイン見出し
================*/
#wrap_categorylp div.cate_title {
  font-size: 23px;
  align-items: center;
  justify-items: center;
  margin: 30px 0 0;
}

#wrap_categorylp .kn{
  background-color: #be4c18;
  color: #fff;
  padding: 5px 0 5px 20px;
  border: 1px solid #222;
  border-bottom: none;
}
#wrap_categorylp div.cate_title span {
  font-size: 14px;
  margin: 3px 0 0 6px;
}

#wrap_categorylp h3 {
  font-size: 16px;
}

/* 週末セール見出し */
#store-kitchen h2 {
  margin: 35px 0 7px 0;
  padding: 0 0 0 6px;
  font-size: 24px;
  border-bottom: 1px dashed #dcd5ba;
  color: #c43902;
  }

/*------------------------------------------
検索窓
------------------------------------------*/

#store-kitchen #c_secrch {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
}

#wrap_categorylp #c_search form {
  clear: both;
}

#wrap_categorylp #search_window {
  margin: 0 ;
  box-sizing: border-box;
  background-color: #eee;
  padding: 5px 20px 5px;
}

#wrap_categorylp #search_window .title {
  color: #333;
  font-size: 15px;
  margin-bottom: 3px;
}

#wrap_categorylp #search_window .input-box input {
  border: none;
  width: calc(100% - 70px);
  padding: 6px 1em;
  height: 100%;
  background-color: #fff;
}

#wrap_categorylp #search_window .input-box input:focus {
  outline: none;
}

#wrap_categorylp #search_window .input-box {
  display: flex;
  border: 1px solid #222;
}

#wrap_categorylp #search_window .input-box .button {
  cursor: pointer;
  border: none;
  background-color: #222;
  color: #fff;
  padding: 0 1em;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-left: 1px solid;
}

#wrap_categorylp #search_window .input-box .button:hover {
  background-color: #fff;
  color: #222;
}

#wrap_categorylp #search_window .input-box .button::before {
  content: "\e955";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 16px;
  margin-right: 2px;
  transition: 0.5s;
}

#wrap_categorylp #search_window .input-box .button:hover::before {
  color: #222;
}

#wrap_categorylp .anchor  {
  background-color: #eee;
  padding: 5px 0 10px;
}

#wrap_categorylp .anchor ul{
  background-color: #fff;
  border-radius: 50px;
  border: #222 solid 1px;
  display: grid;
  display: flex;
  padding: 7px 0;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
}

#wrap_categorylp .anchor ul li{
  text-align: center;
  border-right: #ccc solid 1px;
  position: relative;
  width: calc(100%/3);
}
#wrap_categorylp .anchor ul li a{
  display: block;
}
#wrap_categorylp .anchor ul li:last-child{
  border-right: none;

}
#wrap_categorylp .anchor ul li::after {
  font-family: "Material Icons";
  color: #222;
  font-size: 22px;
  content: "expand_more";
  position: absolute;
  right: 10%;
  top: 4%;
  transition: transform 0.5s;
}

/*---------ホットワード------------*/

#wrap_categorylp #search_window .hotword2 {
  overflow: hidden;
}

#wrap_categorylp #search_window .hotword2 dd {
  margin-right: 10px;
  float: left;
}

#wrap_categorylp #search_window .hotword2 dd a {
  color: #1170d5;
}

/*------------------------------------------
カテゴリアコーディオン
------------------------------------------*/
.accordion__boxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion__title {
  width: 95%;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 5px 20px;
  background-color: #fff;
  font-size: 15px;
  border: 1px solid #222;
  border-radius: 50px;
  margin: 10px auto;
}

.accordion__title::after {
  font-family: "Material Icons";
  color: #555;
  font-size: 20px;
  position: absolute;
  content: "expand_more";
  right: 2%;
  top: 18%;
  transition: transform 0.5s;
}

.accordion__title.selected::after {
  transform: rotate(180deg);
}

.accordion__txt {
  display: none;
  background-color: #eee;
}

.accordion__link {
  display: block;
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
  position: relative;
  color: #08579d;
}

.accordion__link::after {
  font-family: "Material Icons";
  color: #555;
  font-size: 20px;
  position: absolute;
  content: "chevron_right";
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------
スライダー
------------------------------------------*/

#store-kitchen #c_slider_1 li {
  padding: 0 5px;
}

#store-kitchen #c_slider_3 li {
  padding: 0 5px;
  box-sizing: border-box;
}

#c_slider_5 li,
#c_slider_1 li {
  padding: 0 5px;
  box-sizing: border-box;
  width: 65%;
}

#store-kitchen #c_slider_1 li {
  padding: 0 5px;
}

#store-kitchen #c_slider_2 ul {
  align-items: flex-start;
}
#store-kitchen #c_event{
  margin-top: 10px;
}

#store-kitchen #c_event .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}


.center {
  justify-content: center !important;
  display: flex;
}


/*------------------------------------------
■カテゴリ　#c_iconcategory　※アイコン並べる収納キッチン用品スタイル
------------------------------------------*/
#store-kitchen #wrap_categorylp #c_iconcategory ul, #store-kitchen #wrap_categorylp #c_brand ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#store-kitchen #wrap_categorylp #c_iconcategory ul::after , #store-kitchen #wrap_categorylp #c_brand ul::after {
  content: "";
  display: block;
  width: calc(99%/4);
}
#store-kitchen #wrap_categorylp #c_iconcategory ul:before , #store-kitchen #wrap_categorylp #c_brand ul:before {
  content: "";
  display: block;
  width: calc(95%/4);
  order: 1;
}

#store-kitchen #wrap_categorylp #c_iconcategory li , #store-kitchen #wrap_categorylp #c_brand li {
  width: calc(95%/4);
  margin-bottom: 20px;
  text-align: center;
  margin: 0 2px 0;
}

#store-kitchen #wrap_categorylp #c_iconcategory li div , #store-kitchen #wrap_categorylp #c_brand li div{
  overflow: hidden;
  margin:0 auto;
}

#store-kitchen #wrap_categorylp #c_iconcategory li p {
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

#store-kitchen #wrap_categorylp #c_iconcategory li img , #store-kitchen #wrap_categorylp #c_brand li img  {
  width: 100%;
  transition: 0.5s;
}

#store-kitchen #wrap_categorylp #c_iconcategory > ul > li a:hover img , #store-kitchen #wrap_categorylp #c_brand > ul > li a:hover img {
  transform: scale(1.1,1.1);
  transition: 0.5s all;
}

#store-kitchen #wrap_categorylp #c_iconcategory > ul > li:nth-child(n+5) {
  margin-top: 5px;
}


/*------------------------------------------
アイリス祭仕様
------------------------------------------*/
#irisfes_banner .camp_banner {
  /* background-color: #fffadd; */
    padding: 10px 0;
}
#irisfes_banner .camp_banner .coupon_title {
  text-align: center;
  font-size: 20px;
  margin: -15px 0 3px;
  color: #725a61;
}
#irisfes_banner h2{
  background-color: #c30c28 !important;
  color: #fff !important;
  text-align: center;
  width: 100%;
}
#irisfes_banner {
  margin: 10px 8px;
}

/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

#irisfes_banner ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#irisfes_banner ul li p {
  line-height: 0;
}
#irisfes_banner  .namber{
  font-size: 24px;
}
#irisfes_banner ul li .off{
  font-size: 22px;
}

.action-cpget {
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
  align-items: center;
  background-color: #ea4b4b;
  color: #fff;
  border: 1px solid #ea4b4b;
  padding: 0.25em 11em;
  margin: .25em 0;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.action-cpget:hover {
  background-color: #fff!important;
  color: #ea4b4b;
  border: 1px solid #ea4b4b!important;
}

/* ////////////240119追加////////////// */
#store-kitchen .pan_osusume ul {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}

#store-kitchen .pan_osusume ul li{
  width: 49%;
}

#store-kitchen .pan_osusume ul li:hover{
  opacity: .7;
  transition: .3s;
}

/*---------商品一覧---------*/
#store-kitchen .item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:10px;
  row-gap: 10px;
  margin: 5px 0;
  }
  
  #store-kitchen .item ul li {
      margin: 0 5px;
  }
  #store-kitchen .item ul li:last-child {
    margin: 0;;
  }
  #store-kitchen .item li dd.p_wish {
    margin: 2px 0;
    height: 25px;
    letter-spacing: 0;
  }
  #store-kitchen .item li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  #store-kitchen .item li .icon .p_icon {
    display: none;
  }
  #store-kitchen .item li .icon span img {
    width: calc(100% / 3 - 2px);
  }
  #store-kitchen .item div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  #store-kitchen .item .sale {
    color: #E50012;
  }
  #store-kitchen .item .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.5em;
    font-weight: 700;
  }
  #store-kitchen .item span.m_price_grid {
    background: #383838;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
  }
  #store-kitchen .item .sale span.m_price_grid {
    background: #E50012;
    display: inline-flex;
    align-items: center;
  }
  #store-kitchen .item .price_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  #store-kitchen .item .teiki_price {
    color: #D5570B;
    border: 1px solid #D5570B;
  }
  #store-kitchen .item .price_comment * {
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
  }
  #store-kitchen .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #store-kitchen .btn-black {
    margin: 0 auto;
  }
  
  #store-kitchen .btn-black a {
    background-color: #be4c18;
    border: 1px solid #be4c18;
    width: 100%;
    padding: 12px 0;
    color: #fff!important;
  }
  #store-kitchen .btn-black a:hover {
    background-color: #fff;    
    border: 1px solid #be4c18;
    color: #be4c18!important;
  }
  #store-kitchen #item .swiper-container {
    padding-bottom: 0;
  }
  /* item 価格下アイコン */
  #store-kitchen .item .price-icons{
    padding-bottom: 2px;
  }
  #store-kitchen .item .price-icons .m_price_grid{
    width: calc(100% / 3 - 4px);
    text-align: center;
    font-size: 10px;
  }
  #store-kitchen .item .price-icons .sale{
    background-color: #e50012;
    color: #fff;
  }
  #store-kitchen .item .price-icons .medama{
    background-color: #f1da3e;
    color: #bd1e18;
  }
  #store-kitchen .item .price-icons .coupon_i{
    background-color: #1051c9;
    color: #fff;
  }
  #store-kitchen .item .price-icons .pointup{
    background-color: #a6a40e;
    color: #fff;
  }
  #store-kitchen .item .price-icons .outlet{
    background-color: #e50012;
    color: #fff;
  }


/*TOPランキング*/

#store-kitchen .ranking-list-item > li:first-child::after {
  background-image: url(/img/bs2013/rank_1.png);
    background-color: transparent;
    background-size: contain;
    content: "";
    width: 44px;
    height: 40px;
    top: -5px;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
}

#store-kitchen .ranking-list-item li:nth-child(2)::after {
  background-image: url(/img/bs2013/rank_2.png);
    background-color: transparent;
    background-size: contain;
    content: "";
    width: 44px;
    height: 40px;
    top: -5px;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
}

#store-kitchen .ranking-list-item li:nth-child(3)::after {
  background-image: url(/img/bs2013/rank_3.png);
  background-color: transparent;
  background-size: contain;
  content: "";
  width: 44px;
  height: 40px;
  top: -5px;
  left: 0;
  background-repeat: no-repeat;
  position: absolute;

}

#store-kitchen .ranking-list-item > li:nth-child(2) .rank-num ,#store-kitchen .ranking-list-item > li:nth-child(3) .rank-num {
  display: none;

}

#store-kitchen .ranking-list-item {
  display: grid;
}
#store-kitchen .ranking-list-item {
  display: flex;
  width: 2100px;
  overflow: hidden;
}
#store-kitchen .scrol{
  overflow-x: scroll;
}

#store-kitchen .ranking-list-item .item {
  position: relative;
  margin: 8px 10px 0 10px;
  width: 100%;
}

#store-kitchen .ranking-list-item li {
  background: #fff;
  color: #383838;
  border-radius: 5px;
}
#store-kitchen .ranking-list-item .item-1 a {
  display: block;
  line-height: 1.1em;
  font-size: 90%;
}
#store-kitchen .ranking-list-item a {
  display: block;
  line-height: 1.1em;
  font-size: 90%;
}
#store-kitchen .ranking-list-item .spesicalprice ,#store-kitchen .ranking-list-item .intax{
  display: none;
}
#store-kitchen .ranking-list-item img {
  width: 100%;
  border-radius: 10px;
}
#store-kitchen .p_wish {
  text-align: right;
  line-height: 0;
}
#store-kitchen .ranking-list-item .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
  letter-spacing: normal;
  word-break: break-all;
}
#store-kitchen .ranking-list-item .item-1 .price {
  font-size: 1.2em !important;
}
#store-kitchen .ranking-list-item .price {
  font-size: 1.2em !important;
}
.buy_price>ol, .buy_price>ul {
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: end;
  align-items: end;
  margin: 5px auto;
}

#store-kitchen .ranking-list-item .price {
  font-size: 1.2em !important;
}
#store-kitchen .ranking-list-item li {
  background: #fff;
  color: #383838;
  border-radius: 5px;
}
#store-kitchen .ranking-list-item .rank-num-1 {
  display: none;
}
#store-kitchen .ranking-list-item .rank-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  padding: 3px;
  text-align: center;
  font-size: 10px;
  background-color: #383838;
  color: #fff;
}
