html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5隕∫ｴ�縺ｮ陦ｨ遉ｺ繧偵ヶ繝ｭ繝�け隕∫ｴ�縺ｫ險ｭ螳� */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 蜈ｨ菴薙�繝懊ャ繧ｯ繧ｹ繧ｵ繧､繧ｺ險ｭ螳� */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* body縺ｮ繝�ヵ繧ｩ繝ｫ繝郁ｨｭ螳� */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* 繝ｪ繧ｹ繝医せ繧ｿ繧､繝ｫ縺ｮ蜑企勁 */
ol,
ul {
  list-style: none;
}

/* 蠑慕畑縺ｮ繝�ヵ繧ｩ繝ｫ繝医せ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* 繝��繝悶Ν縺ｮ繝�ヵ繧ｩ繝ｫ繝医せ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a繧ｿ繧ｰ縺ｮ繧ｹ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
a {
  text-decoration: none;
  color: inherit;
}

/* 繝輔か繝ｼ繝�隕∫ｴ�縺ｮ繧ｹ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
button,
input,
select,
textarea {
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* 繝懊ち繝ｳ縺ｮ繧ｫ繝ｼ繧ｽ繝ｫ繧偵�繧､繝ｳ繧ｿ繝ｼ縺ｫ險ｭ螳� */
button {
  cursor: pointer;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�繧帝撼陦ｨ遉ｺ縺ｫ */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}