/* line 21, ../_scss/reset.scss */
*, *::before, *::after {
  box-sizing: border-box; }

/* line 23, ../_scss/reset.scss */
ul, ol {
  padding: 0; }

/* line 25, ../_scss/reset.scss */
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0; }

/* line 27, ../_scss/reset.scss */
html {
  background-color: #fff;
  color: #333;
  font-size: 62.5%; }
  @media (min-width: 768px) {
    /* line 27, ../_scss/reset.scss */
    html {
      font-size: 62.5%; } }

/* line 44, ../_scss/reset.scss */
body:not(:root) {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 1.6em;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* line 63, ../_scss/reset.scss */
main {
  display: block; }

/* line 65, ../_scss/reset.scss */
ul[class], ol[class] {
  list-style: none; }

/* line 67, ../_scss/reset.scss */
a[class] {
  color: inherit;
  text-decoration: none; }

/* line 69, ../_scss/reset.scss */
a:not([class]) {
  color: inherit;
  text-decoration-skip-ink: auto; }

/* line 71, ../_scss/reset.scss */
a:not([href]) {
  cursor: default;
  text-decoration: none; }

/* line 73, ../_scss/reset.scss */
img, picture, video {
  max-width: 100%;
  height: auto;
  display: block; }

/* line 75, ../_scss/reset.scss */
video[controls] {
  cursor: pointer; }

/* line 77, ../_scss/reset.scss */
video:focus {
  outline: none; }

/* line 79, ../_scss/reset.scss */
article > * + * {
  margin-top: 1em; }

/* line 81, ../_scss/reset.scss */
p + p {
  margin-top: 1em; }

/* line 83, ../_scss/reset.scss */
img:not([alt]) {
  filter: blur(10px); }

/* line 85, ../_scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

/* line 87, ../_scss/reset.scss */
address {
  font-style: normal; }

/* line 89, ../_scss/reset.scss */
button, input, select, textarea, optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  border: none; }

@media (max-width: 767px) {
  /* line 92, ../_scss/reset.scss */
  input, select, textarea {
    font-size: 16px; } }

/* line 94, ../_scss/reset.scss */
input[type="number"] {
  -moz-appearance: textfield; }
  /* line 95, ../_scss/reset.scss */
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* line 97, ../_scss/reset.scss */
button, input {
  overflow: visible; }

/* line 99, ../_scss/reset.scss */
button, select {
  text-transform: none; }

/* line 101, ../_scss/reset.scss */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 104, ../_scss/reset.scss */
textarea {
  resize: vertical; }

@media (prefers-reduced-motion: reduce) {
  /* line 117, ../_scss/reset.scss */
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
@media (min-width: 768px) {
  /* line 123, ../_scss/reset.scss */
  a[href^="tel:"] {
    pointer-events: none; } }
/* line 126, ../_scss/reset.scss */
.dsp_ib {
  display: inline-block; }

@media (min-width: 768px) {
  /* line 127, ../_scss/reset.scss */
  .dsp_sp {
    display: none; } }

/* line 128, ../_scss/reset.scss */
.dsp_pc {
  display: none; }
  @media (min-width: 768px) {
    /* line 128, ../_scss/reset.scss */
    .dsp_pc {
      display: block; } }
