@charset 'utf-8';

/* ====================================================================== */
/* リセット
======================================= */
html,body,h1,h2,h3,h4,h5,h6,div,section,article,menu,figure,p,span,a,ul,li,dd,dt,small,img{
  margin:0;
  padding:0;
  border:0;
}
a:link{
  text-decoration:none;
  color:#449;
}
a:visited{
  color:#449;
}
li{
  list-style-type:none;
}
input,textarea{
  font-family: 'Roboto','Noto Sans JP', 'メイリオ', sans-serif;
}

/* 全体
======================================= */
html{
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  /* font-size: calc(11px + .3vw); */
}
@media screen and (min-width:1600px){
  html{font-size: 17px;}
}
@media screen and (max-width:1599px){
  html{font-size: 15px;}
}

/* webフォント
======================================= */

/* アニメーション
======================================= */





/* ====================================================================== */

html,body,#svelte{
  position: relative;
  width: 100%;
}

.in{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.material-icons-sharp {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}



/* ================ */
