html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

h1,
h2,
h3,
p,
ul,
li,
article,
section,
figure,
a {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #0CC3D3;
  color: #0CC3D3;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}

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

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

ul {
  list-style: none;
}

.inner {
  background: #fff;
  position: fixed;
  top: 0;
  padding: 20px;
  z-index: 999;
  width: 100%;
  height: 100px;
  text-align: center;
}
.inner img {
  width: 70px;
}

footer {
  font-size: 0.8rem;
  position: sticky;
  text-align: center;
  width: 100%;
  top: 100vh;
}

footer img {
  max-width: 50px;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  word-break: break-word;
  animation: fade;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  background: #fff;
  font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo";
}

h1 a:hover {
  text-decoration: none;
  border-bottom: none;
}

.tag {
  position: absolute;
  top: -15px;
  transform: rotate(20deg);
  background: #9be1e8;
  font-size: 0.7rem;
  padding: 10px;
}

main {
  max-width: 95%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  main {
    max-width: 60%;
  }
}/*# sourceMappingURL=base.css.map */