html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.0512820513vw;
    min-width: initial;
  }
}
h1, h2, h3, h4, h5, h6, dt, dd, li, caption, col, th, td, p, address, figcaption {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
}

a:visited, a:hover, a:active {
  text-decoration: none;
}

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

input[type=text], input[type=password], input[type=checkbox], input[type=tel], input[type=email], input[type=radio], input[type=submit], input[type=button],
select, textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  border: none;
  outline: 0;
}

button:focus {
  outline: none;
}

button:focus-visible {
  outline: none;
}

button:hover {
  outline: none;
}

textarea {
  resize: vertical;
}

textarea:focus {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

textarea:hover {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}

.is-pc-only_block {
  display: block !important;
}

.is-sp-only {
  display: none !important;
}

.is-sp-only_block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-pc-only_block {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
  .is-sp-only_block {
    display: block !important;
  }
}
* {
  box-sizing: initial;
}

.-disabled {
  pointer-events: none;
}

main {
  padding-top: 0;
}
/*# sourceMappingURL=base.css.map */
