* {
  margin: 0 auto;
  --h1: rgb(59, 58, 58);
  --h1name:white
}

html {
  scroll-behavior: smooth;
}
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

h1  {
  font-size: 2em;
  width: fit-content;
  margin: 1em auto;
}


/*                    

　　ダイスロールボタン

*/                   
a.btn--orange {
  display: block;
  width: fit-content;
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  text-decoration: none;
  padding: 10px 15px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}



/*

　　　出目画像調整

*/
.daisu {
  margin: 3em auto;
  display: flex;
  justify-content: center;
  max-width: 500px;
}

.daisu img{
  width: 100%;
  max-width: 90px;
}

#message {
  margin: 0 auto;
  width: fit-content;
  color: red;
  font-size: 1.5em;
}