@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  color: #444444 !important;
  font-size: 100% !important;
  line-height: 1 !important;
  width: 375px;
  margin: 0 auto;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
body {
  touch-action: manipulation;
  color: #444444 !important;
}
a {
  outline: none;
  color: inherit;
  transition: 0.5s;
}
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:focus,
*:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}
figure{
  margin: 0 auto !important;
}
picture {
  display: block;
}

/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/

/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 420px) {
  html{
    width: 100% !important;
  }
}
/*--------------------------endSP--------------------------------*/
