/******************************/
/* category */
/******************************/
.page_keyvisual {
 	box-sizing: border-box;
    position: relative;
  margin:0 auto 80px auto;
    max-width: 1100px;
 width: 100%;
}

.page_keyvisual-img img {
  width:100%;
  height;auto;
}

.page_keyvisual-title {
  padding:0 10px;
  box-sizing: border-box;
  h2 {
   font-size:32px;
    font-weight:700;
    color:#000;
    margin:30px 0 10px;
  }
}

@media screen and (min-width:1080px) {
.page_keyvisual-title {
  padding:0;
}
	}

.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;
}
.c-item-list {
grid-row-gap: 30px;
grid-column-gap: 30px;
}

@media screen and (min-width:1080px) {
	.c-item-list {
    grid-row-gap: 35px;
    grid-column-gap: 40px;
    }
	}
/***** カテゴリ一覧 *****/
.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;
margin-bottom:40px;
}

.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;
}


.sidebar {
	margin-bottom: 60px;
}

.sidebar > ul {
	padding-left:16px;
	box-sizing: border-box;
  margin-bottom: 25px;
	a {
		color:#000;
	}
}

.side_line {
border-top:solid 1px #707070;
  padding:36px 0;
}

.sidebar > ul li {
	margin-bottom: 8px;
}

.sidebar .side_title {
	font-size: 20px;
	position: relative;
}
.sidebar .side_title a {
	position: relative;
}
.sidebar .side_title a::before{
  content:"";
	left:-20px;
  top:5px;
  background:url(https://file003.shop-pro.jp/PA01430/840/images/common/arrow02.svg)no-repeat;
  background-size:contain;
  width:15px;
  height:15px;
	position: absolute;
}

.sidebar .side_title02 {
	font-size: 20px;
  }

.side_title02 a,
.side_title a {
   		font-weight: 700; 
  }
