/* サイト全体の設定 */
* {
  color: white;
  font-family:"Yu Mincho","YuMincho","ヒラギノ明朝 ProN","Hiragino Mincho Pro" ;
}

body {
  width: 100%;
  background-color: black;
  text-align: center;
}

button {
  margin-left: 80%;
  display: block;
  color:  white;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  background: transparent;
  border:none;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  cursor: pointer;
}

button:hover { 
  color: #D0A900  ;
}

img{
margin-top: 10%;
width: 80%;
height: 80%;
}

@media screen and (max-width: 768px) {
h2{
  font-size: 0.9rem;
}

button{
  font-size: 0.9rem;
}

}
