@charset "UTF-8";
/*ボタン*/
.btn,
a.btn,
button.btn {
  transition: all 0.3s;
}

a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.max-width_600px {
  max-width: 600px;
}/*# sourceMappingURL=button.css.map */