/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.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;
}
/***** リンクボタン *****/
.fotter-item-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.btn_link {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 33%;
}
.btn_link a {
  display: block;
  position: relative;
  border: 1px solid #00233d;
  padding: 10px 20px 10px 10px;
  width: 80%;
  text-align: center;
  margin: auto;
}
.btn_link a:hover {
  background-color: #00233d;
  color: #fff;
}
.btn_link a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #00233d;
  border-right: 1.5px solid #00233d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}
.btn_link a {
  text-decoration: none;
}
.btn_link a:hover:before{
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
@media screen and (max-width:780px) {
  .btn_link a {
    padding: 3% 8% 3% 3%;
  }
  .btn_link {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
/***** AKAO CSS *****/
.l-main.product_list {
  overflow: hidden;
}
.p-category__ttl {
  color: #00233d;
}
.c-item-list {
  margin-left: -15px;
  margin-right: -15px;
}
.c-item-list__item {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-item-list__img {
  margin-bottom: 0px;
}
.c-item-list__price {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
    .c-item-list__item {
        margin-bottom: 0px;
    }
}

/* クーポンバナー */
.sp {
  display: none;
}
@media screen and (max-width:780px) {
  .pc{
    display: none;
  }
  .sp {
    display: block;
  }
}
.coupon-footer.pc {
  position: fixed;
  bottom: 65px;
  right: 20px;
  width: 250px;
}
.coupon-footer.sp {
  position: fixed;
  bottom: 0;
}