/* color
================================================== */
/* font
================================================== */
/* font-size
================================================== */
/* u-inner
================================================== */
/* shadow
================================================== */
/* cubic-bezier
================================================== */
/* breakpoints
================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  overflow-x: clip;
}

body {
  min-width: 320px;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow-x: clip;
  color: rgb(88, 66, 50);
}

a,
div,
p,
b,
strong,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.35;
  font-size: inherit;
}

div,
main,
section {
  position: relative;
}

video {
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(0px 0px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px rgba(255, 255, 255, 0));
}

ul,
ol,
li {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=image],
button {
  cursor: pointer;
}
/*# sourceMappingURL=base.css.map */