@charset "UTF-8";

a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
main,
mark,
nav,
ol,
p,
pre,
q,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: 0 0;
color: #333;
}
body,
html {
height: 100%;
}
html {
font-size: calc(100vw / 32);
}
body {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8;
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
background: #fff;
}
* {
font-family: inherit;
font-size: inherit;
font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
"ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ",
Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: inherit;
letter-spacing: 0.01rem;
font-weight: 400;
overflow-wrap: break-word;
word-wrap: break-word;
}
_:-ms-lang(x)::-ms-backdrop,
* {
font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
"ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
sans-serif;
}
a {
color: inherit;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
*,
::after,
::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul {
list-style: none;
list-style-type: none;
}
img,
video {
max-width: 100%;
max-height: fit-content;
}
img {
margin: 0 auto;
display: block;
border-style: none;
}
input[type="button"],
input[type="submit"] {
-webkit-appearance: button;
}
button,
input,
select,
textarea {
font: inherit;
}