body {
font-family: 'Shippori Antique', sans-serif;
  padding: 0;
}
html, body {
  height:100%;
}


a{
  text-decoration: underline;
}
li {
  list-style: none;
}
/*スマホ表示*/
.omikujiFrame{
  display: none;
}
.omikuji_1{
  width: auto;
  height: 100vh;
  background-image: url(../img/omiPhone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.omikuji_btn {
  font-family: "HiraMinProN-W6";
  display: inline-block;
  text-align: center;
  padding: 0.5em 2em;
  text-decoration: none;
  background:#ff3b00;/*ボタン色*/
  color: #ffffff;
  position: absolute;
  width: 300px;
  top: 300px;
  left: 50%;
  margin-left: -150px;
  font-size: 30px;
  border-radius: 20px;
  z-index: 7
}
.omikuji_btn:hover {
  background-color: #ffe14d;
  color: #ff3b00;
}
.omikuji_name {
  font-family: "HiraMinProN-W6";
  font-weight: bolder;
  margin-bottom: 80px;
  z-index: 7;
  font-size: 90px;
  text-align: center;
}
.omikuji_text {
  margin-top: 5px;
  font-size: 35px;
}
.omikujiInto {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 400px;
  margin-left: -300px;
}
.title{
  font-size: 27px;
  color: #a62400;
  margin-top: 90px;
  margin-bottom: 40px;
  display: none;
}
ul {
  font-size: 35px;
  color: #ff3B00;
  font-family: "HiraMinProN-W6";
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
}　
.noneLucky{
  margin-bottom: 40px;
}
#view_time {
  font-family: "HiraMinProN-W6";
  margin-top: 60px;
  float: right;
  font-size: 24px;
}

.center{
  text-align: center;
}




/*フッター*/
.footerFixed {
  /*min-height: 15vh; /* ←コンテンツの高さの最小値＝ブラウザの高さ */
  position: relative;
  box-sizing: border-box;
}
footer{
  position:absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ff3b00;
}
footer p {
  color: white;
  text-align: center;
  font-size: 15px;
  opacity: 0.7;
}
footer a{
  color: white;
}
footer a:hover{
  color: yellow;
}
