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

/*
  ここから下にCSSを追記してください。
*/
#header_logo img {
  display: block;
  -webkit-transition: none;
  transition: none;
  width: 450px;
  height: auto;
}

/* ヘッダーとロゴのアニメーションを無効化し、即時表示する */
#header {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
  transition: none !important;
  -webkit-transition: none !important;
  transform: none !important;
}