<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-item-list__ttl &gt; a {
  color: #000000;
}
.c-item-list__ttl &gt; a:hover {
  color: #ffc400;
}
.nowprinting {
  width: 70%;
  margin: auto;
}
.list-item--img {
  max-width: 100px !important;
}
/******************************/
/* category */
/******************************/
.p-category__ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 2em;
}
.p-category__ttl:before {
  content: '';
  position: absolute;
  bottom: -15%;
  display: block;
  width: 2em;
  height: 2.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000000;
  border-radius: 3px;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}

/***** カテゴリ一覧 *****/
.p-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  column-gap: 1em;
  row-gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-category-list {
  grid-template-columns: 1fr 1fr;
  }
}
.p-category-list__item {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 95%;
  transition: opacity 0.2s;
  word-break: break-all;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
  }
}
.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;
  
}
.p-category-list__img {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}
.p-category-list__img &gt; img {
  max-width: 166px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
  }
}
.p-category-list__name {
  display: block;
  font-weight: 800;
  color: #FFFFFF;
  padding: 3px;
  background-color: #2c7258;
}
.p-category-list__name:hover {
  text-decoration: none;
  background-color: #ffc400;
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@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: 12px;
  }
}
.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;
}
</pre></body></html>