@charset "utf-8";

html {
  /* opacity: 0; */
  font-family: Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
}
body {
  line-height: 1.7;
  line-height: 1.6;
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(0,0,0,1);
  /* word-break: break-word; */
  /* word-wrap: break-word; */
  font-family: Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
  /* background-color: #edeff2; */
  font-family:  "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  width: 100%;
} 
a:active {
  color: initial;
}
@media screen and (min-width: 1041px) {
  .sp {
    display: none;
  }
  html {
    font-size: 14px;
  }

  section > div.inner {
    width: 1040px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1040px) {
  .pc {
    display: none;
  }
  html {
    /* font-size: 4vw; */
  }


}

