@charset "utf-8";
/*
Theme Name: SEEED child
Theme URI:https://tcd-theme.com/tcd105/
Description:WordPressテーマ「SEEED」の子テーマ
Template:seeed_tcd105
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

#header {
    background-color: rgba(255, 255, 255, 0.7) !important; /* 白を10%だけ残す */
    backdrop-filter: blur(10px); /* 背景をボカす（これがStripe風の肝です） */
    -webkit-backdrop-filter: blur(10px); /* Safari用 */
}