/* グループページ　category-list */
.category-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.category-list li {
  padding-top: 10px;
  list-style-type: none;
	width: calc((100% - 45px) / 4);
	margin: 0 14.9px 20px 0;
  text-align: center;
}
.category-list > li:nth-child(4n) {
  margin: 0 0 15px 0;
}

.category-list h3,
.category-list p {
  text-align: left;
}

/*商品BOX*/
li.productlist-unit {
  width: 33.2%;
  margin-bottom: 18px;
  padding: 0 1%;
}


@media only screen and (max-width:480px) {
  .category-list > li{
      list-style-type: none;
      width: calc((100% - 15px) / 2);
      margin: 0 14.9px 15px 0;
  }
  .category-list > li:nth-child(2n) {margin-right: 0;}

  li.productlist-unit {
    width: 49.5%;
  }
}



/* その他は共通へ */
.tbl-b th {
  font-weight: bold;
  background: #F9F9F9;
}
/*.tbl-b td {
  background: #fff;
}*/

/* デジタルカタログ関係 */
.catalog-item {
  max-width: 670px;
  margin: 20px auto 0 auto;
  padding: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  border-radius: 5px;
}

.catalog-img {
  max-width: 160px;
  float: left;
}

.catalog-img img {
  max-width: 160px;
  height: auto;
}

.catalog-dis {
  max-width: 480px;
  margin-left: 10px;
  float: left;
}

.catalog-dis p {
  margin: 10px 0 0 0;
  font-size: 14px;
  clear: both;
}

.catalog-dis h3 {
  margin:0;
  padding:0;
  font-weight: bold;
  color: orangered;
}

.catalog-dis h3 a {
  text-decoration: none;
  color: orangered;
}

.catalog-dis h5 {
  margin-top: 10px;
  font-size: 14px;
}
.catalog-dis h5 img {
  margin-right: 10px;
}

.seasons {
  margin-top: 5px;
  float: left;
}

.seasons ul {
  list-style: none;
  margin: 0 0 40px -10px;
  padding: 0;
}

.seasons li {
  margin-left: 10px;
  float: left;
  display: block;
}

span.bg-year {
  border: 1px solid #ccc;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background: #F5F5F5;
  color: #555;
  font-size:14px;
}

span.bg-autumn {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 40px;
  padding: 5px;
  background: #CEAB2E;
  border: 1px solid #C5A42A;
  color: #fff;
  font-size:14px;
}

span.bg-winter {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 40px;
  padding: 5px;
  background: #77A9D9;
  border: 1px solid #5D9FDC;
  color: #fff;
  font-size:14px;
}

span.bg-spring {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 40px;
  padding: 5px;
  background: #FFB6B6;
  border: 1px solid #FFACAC;
  color: #fff;
  font-size:14px;
}

span.bg-all {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 40px;
  padding: 5px;
  background: #FF7A7A;
  border: 1px solid #FF6060;
  color: #fff;
  font-size:14px;
}

span.bg-summer {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 40px;
  padding: 5px;
  background: #E7D830;
  border: 1px solid #DBCF3B;
  color: #fff;
  font-size:14px;
}

.go-catalog {
  margin-top: 10px;
  float: right;
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.go-catalog a {
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
}

.go-catalog a:hover {
  background: #fafafa;
}



/* ranking */
.makerclass-inner {
  text-align: center;
  margin: 20px auto 20px auto;
}
.makerclass-box {

}
.makerclass-box h4 {
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  color: #00BCD4;
  border-bottom: 1px dashed #ddd;

}
.maker-images {
  height: 95px;
  width: auto;
}

.maker-list dt,
.maker-list dd {
  padding: 5px;
}
.maker-list dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding-bottom: 20px;
}


.maker-list2 p {
  font-size: 18px;
}
.maker-list2 li {
  padding: 15px;

}

.rank-h {
  margin: 10px 0 10px 0;
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #ffb03f;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
}

.rank-1 {
  color: #FFD700;
}
.rank-2 {
  color: #C0C0C0;
}
.rank-3 {
  color: #C47222;
}

.rank-1,
.rank-2,
.rank-3 {
  font-size: 18px;
  margin: 5px 0 5px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
}
/* ページャー　ページネーション */
.pagination {
  text-align: center;
}
.pagination a {
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 4px;
}
.pagination a:hover {

}
.pagination__current {
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 4px;
  background: #efefef;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  a.pagination__next {
    margin-top: 20px;
    clear: both;
    display: block;
    float: none;
  }
  a.pagination__prev {
    clear: both;
    margin-bottom: 20px;
    display: block;
    float: none;
  }
}

/*ブランドページ用*/

  /*共通CSS*/
  .col15 {
    width: 15%;
  }
  .col19 {
    width: 19%;
  }
  .col24 {
    width: 24%;
  }
  .col30 {
    width: 30%;
  }
  .col32 {
    width: 32%;
  }
  .col38 {
    width: 38%;
  }
  .col45 {
    width: 45%;
  }
  .col49 {
    width: 49%;
  }
  .col60 {
    width: 60%;
  }
  .col67 {
    width: 67%;
  }
  .col84 {
    width: 84%;
  }
  .col90 {
    width: 90%;
  }

  .txt_26 {
    font-size: 26px;
  }
  .txt_30 {
    font-size: 30px;
  }
  .txt_45 {
    font-size: 45px;
  }
  .txt_50 {
    font-size: 50px;
  }

  .t-s_grn{
    color: #00ab4d;
  }

  .flex-jc-sa {
    justify-content: space-around;
  }
  .flex-jc-c {
    justify-content: center;
  }
  .flex-ai-st {
    align-items: stretch;
  }

  @media (max-width: 480px) {
    .w-auto-sp {
      width: auto;
    }

    .col32-sp {
      width: 32%;
    }
    .col49-sp {
      width: 49%;
    }

    .txt_16-sp {
      font-size: 16px;
    }
    .txt_18-sp {
      font-size: 18px;
    }
    .txt_24-sp {
      font-size: 24px;
    }
    .txt_30-sp {
      font-size: 30px;
    }
    .txt_35-sp {
      font-size: 35px;
    }

    .mar_b_10-sp {
      margin-bottom: 10px;
    }

  }

  /*画像のトリミング*/
  .Nitem-func > li div.Nitem-fc-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Nitem-func > li div.Nitem-fc-box::before {
  content: '';
  display: block;
  padding-top: 90%;

}

.Nitem-func > li div.Nitem-fc-box .Nitem-fc-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.Nitem-func h5 {
  padding: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}

@media (max-width: 480px) {
  .Nitem-func > li > .point-box1-inner-i > div.Nitem-fc-box {
      width: 60%;
      margin: 0 auto;
  }
}

/*表*/
.btl-table1{
  width: 100%;
  border-collapse: collapse;
}

table.btl-table1 th,
table.btl-table1 td {
  border: solid 1px #ddd;
  padding: 16px;
  text-align: center;
  font-size: 14px;
}

table.btl-table1 th {
  background-color: #f9f9f9;
  font-weight: bold;
}

.btl-table1 tr:hover {
    background-color: #fff4f4;
}

@media (max-width: 480px) {
  table.btl-table1 th,
  table.btl-table1 td {
    font-size: 13px;
}
}

/*商品詳細（アコーディオン）*/
.openq dt {
    display:block;
    cursor: pointer;
    color: #555;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    border: #555 1px solid;
    padding: 10px;
    background-color: #f9f9f9;
    transition: 0.5s;

  }
  .openq dt:hover{
    background: #555;
    color: #fff;
    transition: 0.5s;
  }
  .openq dd {
    display:none;
    color: #555;
    padding: 10px;
  }
  .openq dd li {
    margin-bottom: 5px;
  }


  @media (max-width: 480px) {
    .openq dt {
      font-size: 16px;
    }

  }

/*商品一覧へジャンプボタン*/
  #contents a.br-jump-btn {
    background-color: #555;
    padding: 8px;
    color: #fff;
    display: block;
    text-align: center;
  }

  #contents a.br-jump-btn:hover {
    background-color: #469bdb;
    text-decoration: none;
  }

  #contents a.br-jump-btn {
    background-color: #555;
    padding: 8px;
    color: #fff;
    display: block;
    text-align: center;
  }

  #contents a.br-jump-btn:hover {
    background-color: #469bdb;
    text-decoration: none;
  }

/*サイズテーブルnew*/
.new-table {
  border-collapse: collapse;
  width: 100%;
}
.new-table th, .new-table td {
  border: solid 1px #ddd;
  padding: 10px;
}

.new-table th {
  background-color: #555;
  color: #fff;
  font-weight: bold;
}

.new-table td {
  background-color: #fff;
  text-align: center;
}

.new-table td.sizeup /*サイズUP価格のサイズ*/ {
  background-color: #fdeff5;
}

.new-table td.ladies /*レディースシルエット*/ {
  color: #F00;
}

table td.border /*ないよの打消し線*/{
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #ddd 50%, #ddd calc(50% + 0.5px), transparent calc(50% + 1px));
}


