@charset 'utf-8';

/**********************
destyle
**********************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  margin: 0 !important;
}

li {
  list-style: none;
  display: block;
}

img {
  width: 100%;
  display: block;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

figure {
  margin: 0;
}
