@charset "UTF-8";
/**
* ヘッダーCSS
*/
#header .w-header.pc_ {
  position: fixed;
  top: 200px;
  right: -10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
#header .w-header.pc_:hover {
  right: 0;
}
#header .w-header.pc_ a:hover {
  opacity: 1;
}

#fix_header .w-header.pc_ {
  display: none;
}

/**
* フッターCSS
*//*# sourceMappingURL=front.css.map */