/******************************/
/* 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;
}
/******************************/
/* Original */
/******************************/
.pager ul li {
    padding: 0 3px !important;
}
.pager li > a {
    padding: 0 3px!important;
    border: none!important;
    border-radius: 0!important;
}
.pager li > span {
    padding: 0 3px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
}
.p-item-sort-list {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    #sideClm .archiveList1 li {
      display:block!important;
  }
}

ul.archiveList2 li::before {
    content: '-';
}
ul.archiveList2 li {
    margin-top: 0.25em;
}
@media only screen and (max-width: 767px) {
  ul.archiveList2 li {
    margin-top: 0;
    border: 0;
  }
  ul.archiveList2 li:last-of-type {
    margin-bottom: 15px;
  }
  ul.archiveList2 li::before {
    content: '';
  }
  ul.archiveList2 li a {
    padding: 5px 0 0 1em;
  }
  ul.archiveList2 li a::before {
    content: '-';
    margin:0 1em;
  }
}

/******************************/
/* お気に入り */
/******************************/
.itemList1 section {
  position: relative;
}
.itemList1 section .photo {
  /* border: 1px solid #eee; */
}
button.favorite-button {
  position:absolute;
  top:8px;
  left:6px;
  display: none;
  width: 15px;
  height: 15px;
  border: 0;
  background: url(https://file001.shop-pro.jp/PA01511/925/assets/img/common/icon_heart_off.svg) no-repeat;
}
button.favorite-button.fav-items {
  background-image: url(https://file001.shop-pro.jp/PA01511/925/assets/img/common/icon_heart_on.svg);
}

/******************************/
/* グループ記事 */
/******************************/
.group_main h2 {
  font-size:130%;
}
.group_main img {
  margin-bottom:1em;
}
.group_main .full-size,
.group_main .left-image,
.group_main .right-image {
  margin-top:2em;
}
.group_main .left-image,
.group_main .right-image {
    display: table;
    width: 100%;
}
.group_main .left-image img {
  margin:0 15px 1em 0;
  width:400px;
}
.group_main .right-image img {
  margin:0 0 1em 15px;
  width:400px;
}
  
.target-group__topics,
.target-group__news {
  width: 278px!important;
}
.target-group__news .thm {
  width: 100%;
  height: 155px;
  margin-bottom: 13px;
}
.target-group__news .thm a {
  width: 100%;
  height: 100%;
  background: #f5f3f3;
}
.target-group__news .thm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.target-group__news .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) { 
  .target-group__topics,
  .target-group__news {
    width: 50%!important;
  }
  .group_main .left-image img {
    margin:0 auto 1em ;
    width:100%;
  }
  .group_main .right-image img {
    margin:0 auto 1em;
    width:100%;
  }
  .target-group__news .thm {
    height: 24.1vw;
  }
}


