/*グローバルナビ透過*/
#gnav {
  display: none;
}


/*白い背景の透明さを調整*/
#wrap.upside {
  background: rgba(255, 255, 255, 0.25) !important;
}
