@charset "UTF-8";

a:hover,
a:focus{
  text-decoration: none;
}

.windowArea{
  display: table;
  width: 100%;
  height: 100vh;
}

.contentMainArea{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fortuneBtnArea {
  position: absolute;
  top: 0;
  left: 0;
}

.fortuneBtn{
  display: block;
}

.fortuneBtn img{
  height: auto;
  width: 100%;
  max-width: 100%;
}

.no-eventArea{
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  font-size: 2em;
  font-weight: bold;
}

.mainBack{
  width: 100%;
}

.mainBack img{
  width: 100%;
  height: auto;
}
