.sfp-ext-border {
  margin: 0px;
  padding: 0px;
  height: 0px;
  border: 0px;
  border-top: 5px solid #FE0000;
}
.sfp-ext-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* min-width: 576px; */
  width: 576px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sfp-ext-heading::before,
  .sfp-ext-heading::after {
    content: "";
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #FF0000;
  }
@media screen and (max-width: 812px) {
.sfp-ext-heading::before,
  .sfp-ext-heading::after {
      width: 65px;
      height: 65px;
      min-width: 65px;
      -webkit-mask-size: 65px;
      mask-size: 65px
  }
    }
@media screen and (min-width: 813px) {
.sfp-ext-heading::before,
  .sfp-ext-heading::after {
      width: 80px;
      height: 80px;
      min-width: 80px;
      -webkit-mask-size: 80px;
      mask-size: 80px
  }
    }
.sfp-ext-heading::before{
    -webkit-mask-image: url(/jp/ja/special-feature/sfp-ext/common/images/cracker-left.svg);
    mask-image: url(/jp/ja/special-feature/sfp-ext/common/images/cracker-left.svg);
  }
.sfp-ext-heading::after {
    -webkit-mask-image: url(/jp/ja/special-feature/sfp-ext/common/images/cracker-right.svg);
    mask-image: url(/jp/ja/special-feature/sfp-ext/common/images/cracker-right.svg);
  }
.sfp-ext-heading_inner {
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
  }
@media screen and (max-width: 812px) {
.sfp-ext-heading_inner {
      font-size: 30px
  }
    }
@media screen and (min-width: 813px) {
.sfp-ext-heading_inner {
      font-size: 38px
  }
    }
.sfp-ext-heading_inner.-brandColor {
      color: #ff0000;
    }
