
/***************************************************
top部分
****************************************************/

@font-face {
    font-family: 'kozuka';
    src: url(../font/KozGoPr6N-Light_0.otf);
}
@font-face {
    font-family: 'kozuka_bold';
    src: url(../font/KozGoPr6N-Bold_0.otf);
}
@font-face {
    font-family: 'kozuka_Regular';
    src: url(../font/KozGoPr6N-Regular_0.otf);
}
@font-face {
    font-family: 'kozuka_ExtraL';
    src: url(../font/KozGoPr6N-ExtraLight_0.otf);
}

#top {
  width:100%;
  height: 100vh;
  min-height: 70%;
  position: relative;
  display: block;

}

#top #video {
  margin:0 auto;
  min-width:102%;
  min-height:100%;
  z-index:-100;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background:#fff;
  background:#000;
}
/* #top:after {
  width: 100%;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/top/top_dots_bg.png) repeat center center;
} */
#top_sp{
  display: none;
}
