/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 40px 0;
  line-height: 1.4;
  font-size: 30px;
  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: 2px solid #2d2d2d;
  }
}

.p-category-list__item {
  box-sizing: border-box;
  margin-top: -2px;
  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: 2px solid #2d2d2d;
  border-bottom: 2px 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: 18px;
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    font-size: 16px;
  }
}

/***** 商品件数・ソート *****/
.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: 2px 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;
}

/******************************/
/* グループ下の極みコメント */
/******************************/

 .foot-kiwami{
        background-color: #1d2089;
        max-width: 1200px;
        padding: 20px;
        margin: 0 auto;
     margin-left: -100px;
     margin-right: -100px;
    }
    h3.ft-kiwami-logo{
        text-align: center;
        margin: 30px 0 0;
    }
    .kiwami-mark-group{
        display: flex;
        justify-content: center;
         flex-wrap: wrap;
        margin: 40px auto;
    }
    .kiwami-title-ft{
        background-color: #fdd34d;
        font-size: 28px;
        max-width: 680px;
        margin: 20px auto;
        text-align: center;
        border-radius: 50px;
    }
    .ft-kiwami-com{
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        color: #ffffff;
        margin-bottom: 50px;
    }
    .ft-comment-wrap{
        background-color: #ffffff;
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px;
        box-sizing: border-box;    
    }
    .ft-comment-wrap .fl-box{
        display: flex;
        justify-content: space-between;
    }
      .ft-comment-wrap .fl-box p{
          margin: 0;
    }
    .ft-comment-wrap .fl-txt{
        font-size: 14px;
        line-height: 1.8;
        box-sizing: border-box;
        padding-right: 50px;
    }
.ft-comment-wrap .fl-txt b{
    color: #BC0003;
}
.ft-comment-wrap .fl-txt h5{
    font-size: 18px;
    margin: 1em 0 0 0;
}
.ft-comment-wrap .fl-txt h5:first-child{
    margin: 0;
}
    .ft-comment-wrap .fl-img{
min-width: 300px;
    }
    .ft-comment-wrap .fl-img img{
        width: 100%;
        height: auto;
    }
    .ft-comment-wrap .ft-sub-txt{
        background-color: #1d2089;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 5px;
    }
.foot-kiwami .flex{
    display: flex;
}
.ft-comment-wrap .fl-txt a{
     color: #0276E1;
    text-decoration: underline;
}
.foot-kiwami .osanji-img{
   
    text-align: center;
}
.foot-kiwami .osanji-img img{
     margin: 10px;
}
.foot-kiwami .sekkou-img{
    display: flex;
    margin-bottom: 50px !important;
    margin-right: -50px !important;
    justify-content: space-between;
}
.foot-kiwami .sekkou-img img{
    width: 100%;
    margin: 10px;
}
@media screen and (max-width: 1023px) {
     .foot-kiwami{
     margin-left: inherit;
     margin-right: inherit;
    }
}
@media screen and (max-width: 767px) {
     .foot-kiwami{
     margin-left: -25px;
     margin-right: -25px;
    }
    .kiwami-mark-group{
        width: 80%;
    }
    .kiwami-title-ft{
        font-size: 25px;
    }
    .ft-comment-wrap .fl-box{
         flex-direction: column;
    }
    .ft-comment-wrap .fl-txt{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px !important;
    }
    .ft-comment-wrap .fl-img{
        width: 100%;
    }
     .ft-comment-wrap{
         padding: 20px;
    }
    .foot-kiwami .sekkou-img{
        margin-right: 0 !important;
    flex-direction: column;
}
    .foot-kiwami .sekkou-img img{
        margin-left: 0px;
        margin-right: 0px;
    }
}