.sec_anniversary {
  position: relative;
  z-index: 1;
}
.sec_anniversary .movie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32%;
  margin: 1% auto 0;
  width: 86.7%;
  z-index: 2;
}
.sec_anniversary .movie video {
  width: 100%;
  border: solid 4px #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

/** 商品詳細（フォーム備考）
********************/
.p-lp__product .c-form-group > .c-form-attention {
  display: none!important;
}
.c-lp-section > .c-form-attention {
  display: none!important;
}

/** メラメラモンスター専用CSS
********************/
.toggle-content dl.meramera dt {
  background-color: #d42235!important;
}