@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}
div.bun{
  font-size: 24px;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}
div.bun_o{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}

p{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
}

p.solid{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
  border: solid 3px red;
}

p.red{
  font-size: 24px;
  padding: 10px;
  color: red;
}
p#red_l{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: red;
}

span.big{
  font-size: 19px;
  font-weight: bold;
}

span.big_red{
  font-size: 19px;
  font-weight: bold;
  color: red;
}

p.gr{
  font-size: 21px;
  font-weight: bold;
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div.top{
  background: red;
  text-align: center;
/* ...............................グラデーション....... */
animation: bg-color 10s infinite;
-webkit-animation: bg-color 10s infinite;
/* ...........グラデーションここまで................... */
  }

/* ...............................グラデーション....... */
@-webkit-keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
@keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
/* ...........グラデーションここまで................... */

div.top a{
  display: block;
  text-align: center;
  text-decoration: none;  /* リンクの下線を消す */
  font-size: 30px;
  line-height: 60px;
  color:white;
  font-weight: bold;
}

#btn_1,#btn_2,#btn_3,#btn_4,#btn_5,#btn_6,#btn_7,#btn_8,#btn_9,#btn_10,#btn_11,#btn_12{
  margin: 30px auto;
  width: 75px;
  height:75px;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
}

#ans_w{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}
.kinsi{
  pointer-events: none;
}
p.mokuzi{
  margin: 10px 5px 5px 5px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color:red;
}
#ans{
  margin: 5px 15px 5px 15px;
  line-height : 50px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  background-color: white;
}
p.bun_m{
  color: black;
  font-size: 19px;
  line-height: 32px;
  padding: 0 15px;
}
#tubuyaki{
  margin: 5px 10px 5px 10px;
  line-height : 30px;
  font-size: 20px;
  text-align: left;
  background-color: white;
}
span.tubuyaki_big{
  font-weight: bold;
}

div.cm{
  line-height : 20px;
  font-size: 12px;
  text-align: center;
  margin: 2px auto 2px auto;
}
div.center{
  font-size: 24px;
  background-color: white;
  text-align: center;
}

div#nekoire{
  font-size: 24px;
  background-color: white;
  text-align: center;
}
#neko{
  width:100px;
  opacity:1;
  }
.koneko{
  /* 変更追加 */
  opacity:0;
  animation-delay: 8s;
  animation-duration: 3s;  /* アニメーション時間 */
  animation-name: kieru;  /* アニメーション名 */
  animation-timing-function: ease-out;
}
.koneko_1{
  pointer-events: none;
}

@keyframes kieru {
  from {
    opacity:0;
      }
  to {
    opacity:1;
  }
}

.anima{
  animation-duration: 2s;  /* アニメーション時間 */
  animation-name: slidein;  /* アニメーション名 */
  animation-timing-function: ease-in;
}

@keyframes slidein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

table.num{
  width: 350px;
  margin: 5px auto 5px auto;
  background-color: white;
}

footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
}
  /*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before{
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-weight: bold;
  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:25px;
  font-weight: bold;
}
.fa-twitter:before {
  content: "twitter";
  font-size:25px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:25px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 8px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 38px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */
div.center_waku_link{
  margin: 3px 9px 3px 9px;
  /* margin: 3px 9px 3px 9px; */
  padding: 0;
  line-height : 20px;
  text-align: center;
  border: 1px solid;
}
p.bun_link{
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0 20px;
}
div.under_red_link{
  width: 322px;
  line-height : 40px;
  font-size: 25px;
  color: red;
  font-weight : bold;
  padding: 2px 10px;
  margin: 20px auto 0 auto;
  text-align: center;
  border-bottom: solid 4px #ff0000;
}
div.center_link{
  margin-top: 20px;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
}
span.bold_big_link{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
div.no_margin_link{
  margin: 0 auto;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
}
div.koyomi_link{
  font-size: 18px;
  text-align: center;
  margin:0px auto;
}
a.koyomi_link{
  margin:0px auto;
  text-decoration: none;
}
