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

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

html {
  background-color: #fff;
  color: #333;
  font-size: 62.5%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body:not(:root) {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6em;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

main {
  display: block;
}

ul[class], ol[class] {
  list-style: none;
}

a[class] {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
  text-decoration-skip-ink: auto;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

img, picture, video {
  max-width: 100%;
  height: auto;
  display: block;
}

video[controls] {
  cursor: pointer;
}

video:focus {
  outline: none;
}

article > * + * {
  margin-top: 1em;
}

p + p {
  margin-top: 1em;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

address {
  font-style: normal;
}

button, input, select, textarea, optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  input, select, textarea {
    font-size: 16px;
  }
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.dsp_ib {
  display: inline-block;
}

@media (min-width: 768px) {
  .dsp_sp {
    display: none;
  }
}

.dsp_pc {
  display: none;
}

@media (min-width: 768px) {
  .dsp_pc {
    display: block;
  }
}
/*# sourceMappingURL=reset.css.map */