@charset "UTF-8";
*,:after,:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
outline: none
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
picture,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: inherit;
box-sizing: inherit;
font: inherit;
vertical-align: baseline
}
article,
aside,
audio,
canvas,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
picture,
progress,
section,
video {
display: block
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
  /* 1rem = 100pxと定義 */
font-size:100px;
}
body {
line-height: 1;
font-size: 0.14rem;
line-height: 1.6;
}
ol,
ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
content: none
}
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show
}
button,
img,
input,
select,
svg,
textarea {
vertical-align: middle
}
button,
input,
optgroup,
select,
textarea {
font: inherit
}

input::-ms-clear,
input::-ms-reveal,
input:focus::-ms-clear,
input:focus::-ms-reveal {
visibility: hidden
}
textarea {
overflow: auto;
resize: none
}
a {
color: inherit;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
img {
border-style: none;
vertical-align: top;
line-height: 0
}
select::-ms-expand {
display: none
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #fff inset
}