/*------------------------------------------------------
  CSSリセット
------------------------------------------------------*/
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
/* a:hover, button:hover {
  opacity: 0.8;
} */
img{
  height: auto;
  vertical-align: middle;
}
svg{
  width: inherit;
  height: inherit;
}
section { display: block; }
html{
  font-size: 16px;
}
input, textarea, select, button{
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #222 !important;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
body {
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  vertical-align: middle;
}
*::before,::after {
  box-sizing: border-box;
}

/*------------------------------------------------------
初期設定
------------------------------------------------------*/
:root {

}

@font-face {
  font-family: "MOBO";
  src: url("./../fonts/MOBO-ExtraLight.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MOBO";
  src: url("./../fonts/MOBO-SemiBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MOBO";
  src: url("./../fonts/MOBO-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/*------------------------------------------------------
共通設定
------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Roboto", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2em;
  letter-spacing: 0.1em;
}
::placeholder {

}

/*------------------------------------------------------
TOP
------------------------------------------------------*/


/*------------------------------------------------------
WORKS
------------------------------------------------------*/