[v-cloak] {
  display: none;
}

body {
  background-color: #F2E9DA;
  background-image:
    linear-gradient(0deg, transparent 9%,
      rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, .3) 12%, transparent 13%, transparent 29%,
      rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, .2) 31%, transparent 32%, transparent 49%,
      rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 51%, transparent 52%, transparent 69%,
      rgba(255, 255, 255, .2) 70%, rgba(255, 255, 255, .2) 71%, transparent 72%, transparent 89%,
      rgba(255, 255, 255, .2) 90%, rgba(255, 255, 255, .2) 91%, transparent 92%, transparent),
    linear-gradient(90deg, transparent 9%,
      rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, .3) 12%, transparent 13%, transparent 29%,
      rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, .2) 31%, transparent 32%, transparent 49%,
      rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 51%, transparent 52%, transparent 69%,
      rgba(255, 255, 255, .2) 70%, rgba(255, 255, 255, .2) 71%, transparent 72%, transparent 89%,
      rgba(255, 255, 255, .2) 90%, rgba(255, 255, 255, .2) 91%, transparent 92%, transparent);
  background-size: 50px 50px;
  font-family: 'Mochiy Pop One', sans-serif;
}

div {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

h2 {
  padding: 20px 20px 10px 40px;
  background-image: linear-gradient(to right, #8EDAE5, #8EDAE5 4px, transparent 4px);
  background-size: 40px 4px;
  color: #207986;
  font-weight: bold;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
}

h2::before {
  content: "";
  background-image: url("../img/oct.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 3px solid #F99695;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -30px;
  top: 5px;
}

h2::after {
  content: "";
  position: relative;
  top: 10px;
  width: 100%;
  height: 5px;
  display: block;
  background-image: linear-gradient(to right, #F99695, #F99695, 4px, transparent 4px, transparent 4px);
  background-size: 20px 4px;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: -3;
}

.game {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50% 0 0;
  margin-bottom: 20px;
}

.gameContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border: 5px solid #F99695;
  box-shadow: 2px 2px 3px 1px #aaaaaa;
  padding: 0;
  display: block;
  background: #fffdfb;
}

.back {
  width: 70px;
  height: 70px;
  background: #fff;
  border: #000 solid 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all .3s;
}

.back::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 25px solid transparent;
  border-right: 32px solid #000;
}

.back:hover {
  transform: scale(1.1);
}

.next {
  width: 70px;
  height: 70px;
  background: #fff;
  border: #000 solid 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all .3s;
}

.next::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 10px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 25px solid transparent;
  border-left: 32px solid #000;
}

@media only screen and (max-width:600px) {
  .back {
    width: 50px;
    height: 50px;
    border: #000 solid 6px;
    top: 5px;
    right: 5px;
  }
  .back::before {
    left: -8px;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 18px solid transparent;
    border-right: 24px solid #000;
  }
  .next {
    width: 50px;
    height: 50px;
    border: #000 solid 6px;
    top: 5px;
    right: 5px;
  }
  .next::before {
    left: 17px;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 18px solid transparent;
    border-left: 24px solid #000;
  }
}

.next:hover {
  transform: scale(1.1);
}

#stage{
  width: 100%;
  height: 100%;
}

ul{
  padding: 0;
}
ul.kakomi{
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px 10px 20px;
  color: #4d310e;
  background: #faf7ec;
  border: solid 2px #fbd4a2;
  border-radius: 5px;
  list-style: none;
}
ul.kakomi li{
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  font-weight: bold;
  border-bottom: dashed 1px #ad7c08;
}
ul.kakomi li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  margin-top: 7px;
}

ul.tag li {
  position: relative;
  list-style-type: none!important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;
  border-bottom: none;
  padding-left: 30px;
}

ul.tag li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: 3px;
}
