@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/
.button {
  background-color: #FAE14C;
  border-radius: 100vh;
  box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .25);
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  height: 5.1rem;
  line-height: 5.3rem;
  text-align: center;
  width: 24.1rem;
}
.button.button-disabled {
  background-color: #959595;
  pointer-events: none;
}

/**********************************************************/
/* SP */
/**********************************************************/