@charset "utf-8";
/*
 * ================================================
 *
 * [product]
 *
 * ================================================
 */
/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#productList  {
  padding: 60px 0 120px;
}
  .categoryList {
    margin-top: 60px;
  }
  /* Explane */
  .productTxt {
    color: #6B5F55;
    font-size: 2rem;
    line-height: 4rem;
    font-family: 'NotoSansJP';
    padding-bottom: 1.875em;
    border-bottom: 1px solid #6B5F55;
  }
  /* Sort */
  .orderBox {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 3.75em 0 4.625em 0;
    padding-inline-start: 0!important;
    font-size: 1.3125rem;
  }
    .orderBox li {
      float: left;
      padding: 0 0.9375rem 0;
      border-right: 1px solid #707070;
    }
    .orderBox li:first-child {
      padding: 0 0.9375rem 0 0;
    }
    .orderBox li:last-child {
      padding: 0 0 0 0.9375rem;
      border-right: none;
    }
    .orderBox li.activelink a {
      font-weight: bold;
    }
      .orderBox li a:hover {
        text-decoration: none;
      }
/**
 ****************************************************
 *
 * screens smaller than 1024
 *
 ****************************************************
 */
@media only screen and (max-width: 1024px)  {
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px)  {
  #productList  {
    padding: 30px 20px;
  }
    .categoryList {
      padding: 0 20px;
      margin-top: 30px;
    }
    /* Explane */
    .productTxt {
      font-size: 1.5rem;
      line-height: 1.5;
      padding-bottom: 20px;
    }

}
