@charset "UTF-8";
/*
Theme Name: Catpow Hash SSG
Theme URI: （テーマのURLを入力)
Author: （製作者名を入力）
Author URI: 
Description: ハッシュ広告ページのHTMLファイル生成用テーマ
License:　GPL v2 or later
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400|Noto+Serif+JP:200,300,400&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
@media (max-width:639px) {
  html {
    font-size: 2.5vw;
  }
}
html * {
  font-family: sans-serif;
}
html body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
main.site_main {
  display: block;
  overflow: hidden;
}
/*# sourceMappingURL=./style.css.map */