@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
@media (min-width: 376px) and (max-width: 749px) {
  html {
    font-size: calc(0.625rem + (1vw - 3.75px) * 2.6666666667);
  }
}
@media (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

:root {
  color: var(--color-black);
}

.pc {
  display: none !important;
}
/*# sourceMappingURL=base.css.map */
