@charset "UTF-8";

/*===========================================
	headerArea：ヘッダーエリア
=============================================*/
/* head02Area ナビゲーションの色１*/
#head02Area {
  background: transparent;
  opacity: 1;

  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;

}
/* naviArea：ナビゲーションナビゲーションの色２ */
#head02Area #head02Box {
  background:transparent;
  opacity: 1;
  
}

#head02Area.m_fixed {
  position: fixed;
  background: #fff;
  box-shadow: 3px 6px 16px -6px rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  transition: all .5s;
}
