/* ==============================
  Reset CSS
============================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #334155;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border-style: none;
}

button,
input,
textarea,
select {
  margin: 0;
  font: inherit;
}

button {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

input,
textarea {
  width: 100%;
}

textarea {
  resize: vertical;
}

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

address {
  font-style: normal;
}

:focus-visible {
  outline: 3px solid rgba(121, 185, 210, 0.55);
  outline-offset: 4px;
}

::selection {
  background: rgba(121, 185, 210, 0.25);
}