:root {
  --header-h: 0px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) * 1.3);
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
strong,
small,
li,
table,
th,
td,
dt,
dd,
label,
input,
textarea,
select,
legend,
address,
data,
time,
figcaption,
cite {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}

strong,
label,
small,
address,
time,
figcaption {
  display: block;
}

strong {
  font-weight: 700;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

fieldset {
  display: contents;
  border: none;
}

input,
select {
  display: block;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: transparent;
  cursor: pointer;
}

picture,
img,
svg,
video,
iframe {
  display: block;
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  line-height: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
  outline: none;
  border-radius: 100%;
  background: #d9d9d9;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background: #000;
}
/*# sourceMappingURL=reset.css.map */
