<!-- **買い物を続けるボタン（システムパーツ）↓↓ -->
.fs-c-continueShopping {
    text-align: center;
    padding-bottom: 60px;
}

.fs-c-button--standard {
font-size: 2rem!important;
}

<!-- **元のページに戻るボタン（システムパーツ）↓↓ -->
.fs-c-button__label {
font-size: 2rem!important;
}

<!-- **商品一覧コラム↓↓ -->
.fs-c-inputInformation {
margin-bottom: 100px;
}
<!-- **カルーセル下げ↓↓ -->
.top-keyvisual-wrap {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .top-keyvisual-wrap {
    margin-top: 80px;
  }
}

<!-- **プレビュー非表示↓↓ -->
.fs-preview-header { display: none; }

body,
p,
a,
li,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
}

