/*プレビューモードの表示を固定*/
.fs-preview-header {
  position: fixed;
  z-index: 999;
  width: 100%;}
.fs-preview-header + * {
  padding-top: 80px;}