@charset "utf-8";
/* CSS Document */

/*  パララックス（背景画像固定）
-----------------------------------------*/
.fixed-background1 {
  position: relative;
  padding: 0;
  z-index: -4;
  height: 5vh;
}

.fixed-background1:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65vh;
  background: url("../img/top.jpg") no-repeat center / cover;
  z-index: -5;
}




/*==================================================
1180px以下の形状
===================================*/
@media screen and (max-width:1180px){
}

