/* カテゴリ一 */
.p-category__ttl {
  margin: 10px 10px 30px 0;
  padding: 10px 40px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  background-image: url(https://img07.shop-pro.jp/PA01398/132/etc/asa02mini.jpg);

}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/* カテゴリ一覧 */
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
@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: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 32%;
  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-category-list__item{
  background-color: #563c26;
  color: #ffffff;
  padding: 10px;
  margin-left: 5px;
}

.p-category-list__link:link { color: #ffffff!important; }
.p-category-list__link:visited { color: #ffffff!important; }

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


/* TOPのカテゴリー */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 1030px) {
	.col_4, .col_5 {
		margin-top: 60px;
	}
}

.l-contents-side {
	margin: 10px 0 0;
	nav {
		display: none;
		@media(width >= 1030px) {
			display: block;
			width: 220px
		}
		&>ul {
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: left;
			&>li {
				font-size: 18px;
				letter-spacing: .025em;
				line-height: 1.39;
				margin: 0 0 15px;
				padding: 0 10px;
				& a {
					color: #2F2929 !important;
					font-family: "Sawarabi Gothic", sans-serif !important;
					padding: 0 !important;
				}
				&:nth-of-type(-n+2) {
					margin: 0 0 30px;
					padding: 0;
					& a {
						background: url("https://img07.shop-pro.jp/PA01398/132/etc_base64/bWVudS1iZy1y.jpg?cmsp_timestamp=20241016100340") center top/cover no-repeat;
						border: 0;
						color: #fff !important;
						display: block;
						font-family: "Sawarabi Mincho", serif !important;
						font-size: 22px;
						height: 50px;
						letter-spacing: .025em;
						line-height: 50px;
						margin: 0;
						padding: 0 10px!important;
						text-align: left;
						text-decoration: none;
						width: 220px;
						&:hover {
							opacity: .7;
						}
					}
				}
				&:nth-last-of-type(3) {
					margin: 0 0 30px;
				}
				&:nth-last-of-type(-n+2) {
					margin: 0 0 30px;
					& a {
						background: url("https://img07.shop-pro.jp/PA01398/132/etc_base64/bWVudS1iZy1i.jpg?cmsp_timestamp=20241028204948") center top/cover no-repeat;
						border: 0;
						color: #fff !important;
						display: block;
						font-family: "Sawarabi Mincho", serif !important;
						font-size: 22px;
						height: 50px;
						letter-spacing: .025em;
						line-height: 50px;
						margin: 0;
						padding: 0 10px!important;
						text-align: left;
						text-decoration: none;
						width: 220px;
						&:hover {
							opacity: .7;
						}
					}
				}
			}
		}
	}
}

