@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Kiwi+Maru&family=Kosugi+Maru&family=Mochiy+Pop+One&family=Yusei+Magic&display=swap');

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  height: 100%;
}

h1 {
  text-align: center;
}
.center {
  text-align: center;
}
.kosugi-maru-regular {
  font-size:120%;
  line-height:2px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.px2 {
  font-size: 10px;
  line-height:2px;
}
#figures {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-weight: bold;
}
.moji {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  font-size: 60px;
  /*visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;*/
}
.under {
  border-bottom-style: solid;
  border-color: gold;
  border-width: 4px;
}
.show {
  background-color: gold;
  visibility: hidden;
  opacity: 1;
}

.livebtn {
  margin: 20px 10px 0 10px;
  width: 80px;
  height: 80px;
  font-size: 18px;
  border: 0px solid #999;
  border-radius: 40px;
  color: #ffffff;
  background:rgb(59, 163, 237);
  border-style: solid;
  border-width: 7px;
  border-color:rgb(53, 123, 215);
}
.disabledbtn {
  background:rgb(148, 195, 229);
  border-color: rgb(132, 167, 214);
}
.share_button {
	    display: inline-block;
      margin: 90px 20px 0 20px;
      height: 25px;
    	padding: 8px 15px;
	    border-radius: 8px;
	    color: #fff;
	    background-color: #333;
	    text-decoration: none;
      background-color: #000000;
      width: 110px; /*ボタン横幅指定*/
      font-size: 16px;
    }
.image {
      height: 20px; /*画像サイズ指定*/
      width: 20px; /*画像サイズ指定*/
      margin: 0 10px 0 0; /*画像外側余白指定*/
      padding: 0;
      overflow: hidden;
      position: relative;
      vertical-align: middle;
    }
