.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}


/*ÄÉ²ÃCSS */
.p-cart-form__list-price {
    font-size: 12px;
    line-height: 2;
    opacity: .7;
    text-decoration: line-through;
    color: #EB697B;
}
.category-text {
    width: 90%;
    margin: 0 auto;
}
.category-disc h2 {
    margin: 30px 0;
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: center;
}
.category-disc p {
    line-height: 1.6;
    font-size: 0.9rem;
}

@media screen and (max-width: 599px) {
    .br_sp {
        display: none;
    }
}
@media screen and (min-width: 599px) {
    .category-text {
        width: 70%;
        margin: 0 auto;
    }
    .category-disc p {
        line-height: 2;
        font-size: 0.92rem;
        margin-top: 20px;
    }
    .category-disc h2 {
        text-align: center;
        line-height: 1.6;
        font-size: 1.3rem;
    }
}

.shichaku_btn {
    display: flex;
    width: 100%;
    margin: 60px auto;
    text-align: center;
    justify-content: center;
}
@media screen and (min-width: 768px){
    
    .shichaku_btn {
        max-width: 400px;
        margin: 100px auto 100px;
        text-align: center;
    }
}

.shichaku_btn a {
    text-decoration: none;
    display: block;
}
.shichaku_btn_puntoe {
    color: #664268;
    background-color:#eaeaea;
    padding: 15px;
    border-radius: 3px;
    margin: 0 10px;
}
.shichaku_btn_nuala {
    color: #ff9999;
    background-color:#fdf4ef;
    padding: 15px;
    border-radius: 3px;
    margin: 0 10px;
}
.shichaku_btn_puntoe_active {
    color: #664268;
    background: #e8dfe2;
    border-bottom: 3px solid #664268;
    padding: 15px;
    border-radius: 3px;
    margin: 0 10px;
}
.shichaku_btn_nuala_active {
    color: #ff9999;
    background: #fdf4ef;
    border-bottom: 3px solid #ff9999;
    padding: 15px;
    border-radius: 3px;
    margin: 0 10px;
}
.shichaku_btn_puntoe:hover {
    color: #664268;
    border-bottom: 3px solid #664268;
}
.shichaku_btn_nuala:hover {
    color: #ff9999;
    border-bottom: 3px solid #ff9999;
}
a.shichaku_anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}