@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.8rem;
  font-weight: 900;
  margin: 40px 0 20px;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.belt .belt--text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 1rem 2.5rem;
}
.belt .belt--text2 {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.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);
}
/*---------------------------
 black title botton
 --------------------------*/
.btn-gradient-radius {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 120px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
  background-image: linear-gradient(#000 0%, #333 100%);
  transition: .4s;
  letter-spacing: 0.2em;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #ffcc3f 60%);
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.block-goods-list--sort-order-items {
  display: none;
}
.pager {
  display: none;
}
/*---------------------------
商品購入レイアウト中央寄せ
--------------------------*/
.block-thumbnail-t {
  display: flex;
  justify-content: center;
}
/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}
/*---------------------------
商品上下スペース調整
--------------------------*/
.block-top-event {
  padding: 0 0 20px;
}