.categoryHeader .fs-c-heading--page {
    border: none;
    font-family: 'Noto Serif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding: 30px 0;
    position: relative;
    margin: 0 0 50px;
}

.categoryHeader .fs-c-heading--page::before {
    content: "";
    border-bottom: 1px solid #e5cbaf;
    width: 180px;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}

@media screen and (max-width: 767px) {
.categoryHeader .fs-c-heading--page {
    border: none;
    font-family: 'Noto Serif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    padding: 20px 0;
    position: relative;
    margin: 0 0 30px;
}

.categoryHeader .fs-c-heading--page::before {
    content: "";
    border-bottom: 1px solid #e5cbaf;
    width: 180px;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}

}