@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-goods-list--sort-order-items {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list--pager-top {
  display: none;
}
/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom {
  display: none;
}
/*---------------------------
adobefont
 --------------------------*/
#wm_baglp {
  font-family: "monopin-j", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*---------------------------
top
 --------------------------*/
.wm_baglp-top h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 40px 0;
}
.wm_baglp-top p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
/*---------------------------
tittle
 --------------------------*/
.bag-tittle h3 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px); /*余白*/
  background: #fcb900; /*背景カラー*/
  margin: 0 40px 40px 40px;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.bag-tittle h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%; /*横幅*/
  height: 100%; /*縦幅*/
  content: '';
  border: 4px solid #000; /*ボックス外枠 太さ・カラー*/
}