@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-sort--header h2 {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list-naviframe, .pager-total {
  display: none;
}
.block-section {
  padding: 20px 0;
}
/* 商品 */
.block-top-event {
  padding: 20px 0;
}
.block-thumbnail-t--items {
  margin: 40px -5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.block-section--header {
  margin-top: 1.5rem;
}
.block-thumbnail-t--goods-name {
  text-align: left;
}
/*---------------------------
adobefont
 --------------------------*/
#wm_baglp {
  font-family: "monopin-j", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*---------------------------
top
 --------------------------*/
.wm_baglp-top h2 {
  font-size: 6vw;
  font-weight: 900;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.wm_baglp-top p {
  font-size: 3.5vw;
  margin: 20px 0;
  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; /*背景カラー*/
  font-size: 4.5vw;
  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; /*ボックス外枠 太さ・カラー*/
}