body {
  background: #EFEFF1 url(../images/bg_texture.jpg) repeat;
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
}
a.icon {
  padding: 16px;
  display: block;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

s {
  text-decoration: line-through;
}

.pc {
  display: block;
}
@media screen and (max-width: 1120px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1120px) {
  .sp {
    display: block;
  }
}

.buttonS {
  margin-top: 24px;
}
.buttonS a {
  background-color: #FFF;
  color: #222;
  font-family: "Prompt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  width: 240px;
  border-radius: 50vh;
}
.buttonS a span {
  color: #8e9caa;
  padding-left: 10px;
}
.buttonS a.border {
  border: 1px #DDDFE3 solid;
}
@media screen and (max-width: 1120px) {
  .buttonS {
    display: flex;
    justify-content: center;
  }
}

.buttonL {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.buttonL a {
  background-color: #FFF;
  color: #222;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  width: 280px;
  border-radius: 50vh;
}
.buttonL a span {
  color: #8e9caa;
  padding-left: 10px;
}

footer {
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 1.125rem;
  margin: 0 40px 80px 40px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.gnav {
  background-color: #EFEFF1;
  padding-top: 4px;
}
.gnav a {
  color: #777;
}
.gnav ul {
  display: flex;
  justify-content: right;
  padding: 0 0.25rem;
}
@media (max-width: 800px) {
  .gnav ul {
    justify-content: center;
  }
}
.gnav ul li {
  display: flex;
}
.gnav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: bold;
  border-radius: 0.25rem 0.25rem 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .gnav ul li a {
    padding: 0.6rem 1rem;
  }
}
.gnav ul li.blog:hover a {
  background-color: #61b1c8;
  color: #FFF;
}
.gnav ul li.ayumi a {
  color: #222;
  background: #E5E8EB url(https://ayumi.design/assets/images/bg_texture.jpg) repeat;
}
.gnav ul li.community:hover a {
  background-color: #fde1ff;
  color: #222;
}/*# sourceMappingURL=style.css.map */