/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 40px 0;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.p-category-free {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-category-free {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-category-free {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-category-search {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-search {
    margin-bottom: 20px;
    text-align: center;
  }
}

/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #2d2d2d;
  }
}

.p-category-list__item {
  box-sizing: border-box;
  margin-top: -1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-category-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.p-category-list__link {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 14px 35px 14px 25px;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    padding: 14px 35px 14px 15px;
    border-top: 0;
    min-height: inherit;
  }
}
.p-category-list__link:hover {
  background: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}
.p-category-list__link:hover:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.p-category-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  transform: rotate(-45deg);
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    margin-top: -4px;
  }
}

.p-category-list__img {
  display: block;
  margin-right: 20px;
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .p-category-list__img {
    width: 50px;
  }
}

.p-category-list__name {
  display: block;
  flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    font-size: 14px;
  }
}

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    margin-bottom: 15px;
    text-align: center;
  }
}

.p-item-sort {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-item-sort {
    display: block;
  }
}

.p-item-sort__ttl {
  white-space: nowrap;
  margin-right: 10px;
}

.p-item-sort__select {
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 0;
  height: auto;
  min-width: 180px;
  line-height: 1.4;
  color: #000000;
}

.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}

.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
.c-image-box--otherimg {
    opacity: 0;
}
.c-image-wrap--link:hover .c-image-box--main {
    opacity: 0;
}

.c-image-wrap--link:hover .c-image-box--otherimg {
    opacity: 1;
}

.u-opa img:hover {
    opacity: 1;
}
@media screen and (min-width: 800px){.c-item-list__item{width:30%;}
}

.c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin:0 !important;
    width: 33.3333%;
    word-break: break-all;
    padding: 20px;
}
li.c-item-list__item {
    border-bottom: solid 1px #d5d5d5;
}

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


li.c-item-list__item:nth-last-child(1),
:nth-last-child(2):nth-child(3n+1),
:nth-last-child(2):nth-child(3n+2),
:nth-last-child(3):nth-child(3n+1){
  border-bottom:none;
}
li.c-item-list__item:nth-child(3n+1) {
    border-right: solid 1px #d5d5d5;
}
li.c-item-list__item:nth-child(3n+2) {
    border-right: solid 1px #d5d5d5;
}}
@media screen and (max-width: 767px){.c-item-list__item {
    width: 50%;
}
li.c-item-list__item:nth-of-type(even) {
    border-left: solid 1px #d5d5d5;
}
li.c-item-list__item:last-child,li:nth-last-child(2):nth-child(odd){
  border-bottom:none;
}
}
.listslider button.slick-prev.slick-arrow::before {
    content: "<";
    color: black;
  font-size:30px;
}
.listslider button.slick-next.slick-arrow::before {
    content: ">";
    color: black;
  font-size:30px;
}
.slick-slide {
    max-height: 36vh !important;
}
.slick-slide img {
    object-fit: contain;
    width: 95% !important;
    margin: auto;
}

li.c-item-list__item:hover button.slick-arrow {
    display: block !important;
}
.slick-prev {
    left: -5px !important;
  z-index:100;
}
.slick-next {
    right: -5px !important;
   z-index:100;
}

.other_slider{opacity:0;
height:300px !important;
right:0;}
@media screen and (min-width: 767px){.c-item-list__img:hover .other_slider{opacity:1;}
  
.c-item-list__img:hover .c-image-box.c-image-box--main img {
    opacity: 0;
  right:0;
  
}
.c-image-box.c-image-box--main {
    FONT-WEIGHT: 600;
    position: absolute;
    top: 0;
    left: 0;
   right:0;
    max-height: 36vh;
}



.c-image-box.c-image-box--main img {
    max-height: 300px;
  object-fit:cover;
}
  img.c-image-box__image{height:300px;}
  .c-item-list__img{height:300px;}
 }
@media screen and (max-width: 767px){.c-item-list__img:hover .other_slider{opacity:1;}
.c-item-list__img:hover .c-image-box.c-image-box--main img {
    opacity: 0;
}
  .other_slider {
    height: 135px !important;
}
 
  .slick-slide {
    max-height: 22vh !important;
}
.c-image-box.c-image-box--main {
    FONT-WEIGHT: 600;
    position: absolute;
    top: 0;
    left: 0;
  right:0;
    max-height: 22vh;
}
  li.c-item-list__item:hover button.slick-arrow {
    display: block !important;
}
  .c-image-box img {
    height: 140px;
}
}
@media screen and (max-width: 767px){.l-main-navi.is-open li {
    border-bottom: solid 1px black;
}
.child_block li {
    border-bottom: none !important;
}}