@charset "euc-jp";
html,
body,
section {
  height: auto;
}
#cat {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.p-header {
  position: relative;
}
.p-header img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(60%);
}
.p-header .ph-txt {
  color: #fff;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: left;
  font-size: 1.2vw;
  font-weight: bold;
}
.cat-ttl {
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 0;
  color: #000;
  background: #fff;
  letter-spacing: 6px;
  font-size: 24px;
}
#page section ul.p-category {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#page section ul.p-category li {
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 30px;
}
#page section ul.p-category a {
  color: #000;
  font-weight: normal;
}
#page section ul.p-category li a img {
  width: 100%;
}
#page section ul.p-category .detail {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
}
#page section ul.p-category .detail .pname {
  color: #000;
  font-weight: normal;
}
#page section ul.p-category .detail .pprice {
  color: #000;
}
#page section ul.p-category .detail .pprice.tag {
  color: #fff;
  background: #f10;
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
#page section ul.p-category .detail .pprice.so {
  font-size: 1.5em;
}
#page section ul.p-category .detail .catname {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.prd-lst-sort {
  box-sizing: border-box;
  padding: 5px 10px 30px;
  background: #fff;
  color: #000;
}
.prd-lst-sort a {
  color: #000;
  padding: 0 5px;
}
.prd-lst-sort strong {
  color: #ccc;
  padding: 0 5px;
}
.prd-lst-sort a:hover {
  color: #0e3a67;
}

.pn-box {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
}
ul.pn-list {
  letter-spacing: -0.5em;
}
#page section.active ul.pn-list li {
  height: auto !important;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
ul.pn-list li a {
}
ul.pn-list li span {
  color: #ccc;
}
.cat-img-wrap {
  overflow: hidden;
}

.ph-cat {
  background: #fff;
  margin-top: 30px;
}
.ph-cat h2.ttl {
  padding: 20px 10px;
  margin: 0 0 0;
  font-size: 24px;
}
.ph-cat p.txt {
  text-align: left;
  padding: 20px 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ph-cat figure {
}
.ph-cat figure img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-header .ph-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p-header .ph-txt {
    top: 30%;
  }
  .p-header .ph-txt br.pc {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-header .ph-txt {
    top: 35%;
    width: 95%;
    left: 3%;
    font-size: 16px;
    line-height: 1.6;
  }
  #page section ul.p-category li {
    position: relative;
    width: 50%;
    text-align: center;
    overflow: hidden;
    color: #fff;
  }
  .p-header img {
    filter: brightness(60%);
  }
}
@media screen and (max-width: 480px) {
  .p-header .ph-txt {
    top: 25%;
    font-size: 3.75vw;
  }
}