/******************************/
/* page-header */
/******************************/
.page-header {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #7d7d7d; padding-bottom: 25px;}
@media screen and (max-width: 767px) {
	.page-header {display: block;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.page-header {display: -ms-flexbox; display: flex;}
}
/***** タイトル *****/
.p-category__ttl {line-height: 1.4; font-size: 20px; font-weight: bold;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.p-category__ttl {margin-bottom: 20px;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.p-category__ttl {margin-bottom: 0;}
}
.p-category__sttl {line-height: 1.4; font-size: 18px; font-weight: 600; text-align: center; margin: 10px 0;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.p-category__sttl {margin-bottom: 20px;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.p-category__sttl {margin-bottom: 0;}
}
/***** ソート *****/
.p-item-sort-list {display: flex;flex-wrap: wrap;}
.p-item-sort-list__item {margin-left: 30px; font-size: 1.6rem;}
.p-item-sort-list__item span {text-decoration: underline;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.p-item-sort-list {-ms-flex-pack: center; justify-content: center;}
	.p-item-sort-list__item {margin-left: 25px;}
	.p-item-sort-list__item:first-child {margin-left: 0; width: 100%; text-align: center; margin-bottom: 10px;}
	.p-item-sort-list__item:nth-child(2) {margin-left: 0;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.p-item-sort-list {-ms-flex-pack: start; justify-content: flex-start;}
	.p-item-sort-list__item {margin-left: 25px;}
	.p-item-sort-list__item:first-child {margin-left: 0; width: auto; text-align: left; margin-bottom: 0;}
	.p-item-sort-list__item:nth-child(2) {margin-left: 25px;}
}
/***** 商品件数 *****/
.p-item-list-head {display: flex; justify-content: space-between;padding: 25px 0; text-align: center;}
.p-item-list-num {font-size: 14px;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.p-item-list-num {font-size: 12px;}
}

.page-info {display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 1px solid #7d7d7d;}
.page-info > div {margin-right: 25px; font-size: 14px; letter-spacing: 0.12em;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.page-info {display: block;}
	.page-info > div {margin-right: 0; margin-bottom: 5px;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.page-info {display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center;}
	.page-info > div {margin-right: 25px; margin-bottom: 0;}
}


/******************************/
/* category */
/******************************/

.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
@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: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 14px;
  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;
  }
}

