.block-product-section > .header {
  padding: 5rem 2rem;
}
.block-product-section > .header .title {
  max-width: 125rem;
  width: auto;
  margin: 0rem auto;
  padding: 0.5em 0rem;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 300;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-color: #666;
}
.block-product-section > .header .title .alt_name {
  padding: 0rem 0.5em;
  border-right-style: solid;
  border-right-width: 0.1rem;
  border-right-color: #666;
}
.block-product-section > .header .title .name {
  padding: 0rem 0.5em;
}
.block-product-section > .header .catch {
  text-align: center;
  font-size: 1.8rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  word-break: keep-all;
}
.block-product-section > .header .catch strong {
  font-size: 4rem;
  line-height: 2em;
  font-weight: 300;
}
/*# sourceMappingURL=./style.css.map */