@charset "utf-8";
/* CSS Document */
.bazz_heat {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.bazz_heat img {
  max-width: 100%;
  height: auto;
}
.bazz_heat ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.bazz_heat h2 {
  position: relative;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 40px 0 20px;
  line-height: 1.6;
  padding: 20px 0 60px;
}
.bazz_heat .bazz_heat--text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 0 60px;
}
.bazz_heat .bazz_heat--text2 {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem;
}
.bazz_heat h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #c48335, #c48335 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #c48335, #c48335 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: 1.2rem;
  background-image: linear-gradient(#000 0%, #333 100%);
  transition: .4s;
  letter-spacing: 0.2em;
  font-weight: 500;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #ffcc3f 60%);
}
/*---------------------------
画像レイアウト
--------------------------*/
.center70 {
  display: flex;
  padding: 1rem 0 3rem;
}
.center70 img {
  width: 50%;
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.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: 40px 0;
}