@charset "utf-8";
/* CSS Document */
.belt {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.belt img {
  max-width: 100%;
  height: auto;
}
.belt ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.belt 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;
}
.belt h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #a385cd, #a385cd 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #a385cd, #a385cd 2px, #fff 2px, #fff 4px);
}
.belt .belt--text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 5px 0 0;
}
.belt .belt--text2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 10px;
}
/*---------------------------
 black title
 --------------------------*/
.btn-gradient-radius {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.4rem 1.5rem;
  margin: 20px 20px 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 0.8rem;
  background-image: linear-gradient(#000 0%, #333 100%);
  transition: .4s;
  letter-spacing: 0.2em;
  width: 90%;
}
/*---------------------------
アンダーライン
--------------------------*/
.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;
}
/*---------------------------
商品購入レイアウト中央寄せ
--------------------------*/
.block-thumbnail-t--items {
  justify-content: space-around;
}
/*---------------------------
商品上下スペース調整
--------------------------*/
.block-section {
  padding: 20px 0;
}