/* CSS Document */
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

html {
  overflow-x: hidden;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #223E4A;
  line-height: 190%;
  letter-spacing: -0.4px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd,
img {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s, background-color .2s, border .2s, color .2s;

  @include media(sm) {
    color: inherit;
  }

  @include media(md) {
    color: inherit;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-size: 18px;
}

button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  outline: none;
  padding: 0;
  appearance: none;
  transition: 0.4s;
  cursor: pointer;
}