@charset "utf-8";

/* base style */

body {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  /* background-color: #fff; */
  background-image: url(img/hmpg/background/ww-c.jpg);
}





@import url(https://fonts.googleapis.com/css?family=Economica:400,700);

body {
  background-color: black;
  margin: 0 !important;
  padding: 0;
  font-family: 'Economica', sans-serif;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: hidden; /* スクロール抑制 */
  height: 100vh;
  width: 100vw;
}


.link-text {
  display: inline-block;
  white-space: nowrap;
}



a {
  writing-mode: horizontal-tb !important; /* モバイルで縦表示されないよう強制 */
}


#circle {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 2px solid #fff;
  position: absolute;
  left: -250px;
}





