@charset "euc-jp";

/* plist Product List
-------------------- */
.plistfree {
  font-size: 0.875rem;
  line-height: 1.5;
}

.plistfree_bottom {
  margin-top: 10%;
  margin-bottom: 10%;
}

.plistfree img {
  max-width: 100%;
}

@media (min-width: 560px) {
  .plistfree {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .plistfree_bottom {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.plistmv {
  position: relative;
  padding-top: 100%;
}

.plistmv__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plistmv img {
  width: 100%;
}

@media (min-width: 960px) {
  .plistmv {
    padding-top: 50%;
  }
}

.plisttop__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4em;
  text-align: center;
}

.plisttop__sort {
  height: 8vw;
  font-size: 0.75rem;
  text-align: center;
}

.plisttop__sort a {
  text-decoration: none;
}

@media (min-width: 560px) {
  .plisttop__sort {
    height: 6vw;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .plisttop {
    position: relative;
  }
  .plisttop__sort {
    position: absolute;
    height: inherit;
    top: calc(50% - 0.6em);
    right: 0;
  }
}

.plistsubcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.6%;
  font-size: 0.75rem;
}

.plistsubcategory li {
  width: 49.5%;
  line-height: 1.3;
}

.plistsubcategory li:nth-child(2n) {
  margin-left: 1%;
}

.plistsubcategory li:nth-child(n+3) {
  margin-top: 1%;
}

.plistsubcategory a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75em 5%;
  background: #F2F2F2;
  text-decoration: none;
}

.plistsubcategory a::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  height: 9px;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.plistsubcategory__txt {
  display: block;
}

@media (min-width: 560px) {
  .plistsubcategory li {
    width: 33%;
    line-height: 1.3;
  }
  .plistsubcategory li:nth-child(n) {
    margin: 0;
  }
  .plistsubcategory li:not(:nth-child(3n+1)) {
    margin-left: 0.5%;
  }
  .plistsubcategory li:nth-child(n+4) {
    margin-top: 0.5%;
  }
}

@media (min-width: 960px) {
  .plistsubcategory {
    margin-bottom: 2.4%;
  }
  .plistsubcategory li {
    width: 24.7%;
    line-height: 1.3;
  }
  .plistsubcategory li:nth-child(n) {
    margin: 0;
  }
  .plistsubcategory li:not(:nth-child(4n+1)) {
    margin-left: 0.4%;
  }
  .plistsubcategory li:nth-child(n+5) {
    margin-top: 0.4%;
  }
}

.plistpager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0 0;
  font-size: 0.875rem;
  text-align: center;
}

.plistpager__num {
  line-height: 1.3;
}

.plistpager a {
  text-decoration: none;
}

.plistpager__prev, .plistpager__next {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  border-radius: 4px;
  background: url(https://img03.shop-pro.jp/PA01002/998/etc/z6c-arrow1.png) no-repeat 50% 50%/9px 9px;
}

.plistpager__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 960px) {
  .plistpager {
    margin: 40px 0 0;
  }
}

.plistnodata {
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.67;
}

@media (min-width: 560px) {
  .plistnodata {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 1rem;
  }
}
