* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-size: min(calc(100vw * (20 / 1540)), 20px);
}
body {
    font-size: 0;
    line-height: 1;
    position: relative;
    counter-reset: number 0;
}
hmtl,
body {
    width: 100%;
    position: relative;
}
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,
input,
textarea,
button,
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;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
a,
img {
    display: block;
}
img,
figure {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i {
    font-style: normal;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media screen and (max-width: 1030px) {
    html {
        font-size: min(calc(100vw * (17 / 1030)), 17px);
    }
}

@media screen and (max-width: 751px) {
    html {
        font-size: min(calc(100vw * (20 / 750)), 20px);
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
