@charset "UTF-8";
.opacity50{
  opacity: 0.5;
  pointer-events:none;
}

.fixed_navi {
  position: fixed;
  z-index: 100;
  top: -120px;
  left: 0px;
  background: rgba(0,0,0,0.8);
  width: 100%;
  padding: 10px 0;
  transition: all .3s;
}
.fixed_navi_inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_navi_logo{
  width: 60px;
  height: auto;
  margin: 0 40px 0 0;
}
.fixed_navi_logo img{
  width: 100%;
}
.fixed_navi__ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_navi__ul__li{
  margin: 0 20px 0 0;
  border-right: solid 1px #fff;
  padding: 0 20px 0 0;
}
.fixed_navi__ul__li:last-child{
  border-right:none;
}
.fixed_navi__ul__li a{
  font-size: 16px;
  color: #fff;
}
.fixed_navi__ul__li.insta{
  width: 20px;
  height: 20px;
}
.fixed_navi__ul__li.insta a{
  width: 20px;
  height: 20px;
  display: flex;
}
.fixed_navi.DownMove{
  top: -0px;
}
.fixed_navi.UpMove{
  top: -120px;
}
@media screen and (max-width: 1080px) {
  .fixed_navi{
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

}



/*# sourceMappingURL=style.css.map */
h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11111;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
    h1 {
        display: none;
    }
}