@charset "utf-8";
/* CSS Document */
.procore_series {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.procore_series img {
  max-width: 100%;
  height: auto;
}
.procore_series ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.procore_series h2 {
  position: relative;
  text-align: center;
  background: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.6;
  padding-bottom: 15px;
}
.procore_series h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #3e7de6, #3e7de6 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #3e7de6, #3e7de6 2px, #fff 2px, #fff 4px);
}
.procore_series .procore_series--text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding: 5px 0 30px;
}
.procore_series .procore_series--text2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
/*---------------------------
 black title
 --------------------------*/
.btn-gradient-radius {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.4rem 2.5rem;
  margin: 20px 0;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  background-image: linear-gradient(#000 0%, #333 100%);
  transition: .4s;
  letter-spacing: 0.2em;
  width: 100%;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #ffcc3f 60%);
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.block-event-page--goods .block-goods-list--sort-order-items {
  display: none;
}
.pager {
  display: none;
}
/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}