/* spプレビューヘッダー非表示 */
@media screen and (max-width: 767px){
  .fs-preview-header{
    display: none;
  }
}
