body {
  background-color:rgb(250, 204, 0);
  color: rgb(53, 53, 53);
  font-size: 12px;
  /*font-family: 'Anton', sans-serif;*/
  /*font-family: 'Passion One', cursive;*/
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  margin: 0px;
}

a:link, a:visited, a:hover, a:active {
  color: rgb(53, 53, 53);
}

#list-container {

}

.content_left {
  position:absolute;
  top:0;
  left:0%;
  width:20%;
  height:100%;
  padding-top:1%;
  padding-left:1%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.content_left::-webkit-scrollbar {
  display:none;
}

#content_right {
  position:absolute;
  top:0%;
  left:20%;
  width:80%;
  height:100%;
}

#content_game {
  width: 100%;
  height: 100%;
  border: 0;
}


#sp-title {
  font-weight: bold;
  font-size: 32px;
  font-family: 'Alfa Slab One', cursive;
  top:0%;
  left:0;
  width: 100%;
  height: 40px;
}

#sp-game-container {
  position: absolute;
  top:40px;
  left:0;
  width: 100%;
  height:200px;
  overflow: hidden;
  border: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}


#sp-game-container::-webkit-scrollbar {
  display:none;
}


.sp-list-container {
  position: absolute;
  top:240px;
  left:0;
  width: 100%;
  bottom:0;
  padding-top:1%;
  padding-left:1%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sp-list-container::-webkit-scrollbar {
 display:none;
}

.title {
  font-weight: bold;
  font-size: 2em;
  font-family: 'Alfa Slab One', cursive;
}

.lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories {
  font-weight: bold;
  font-family: 'Alfa Slab One', cursive;
}
.factors {
  font-weight: lighter;
}
  
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: table;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 60%;
  height: 80%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: rgb(250, 204, 0);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-container::-webkit-scrollbar {
  display:none;
}

.modal-header {
  position: relative;
  margin-top: 0;
  font-weight: bold;
  font-family: 'Alfa Slab One', cursive;
  font-size: 1.5em;
}

.modal-body {
  position: relative;
  margin: 20px 0;
  font-size: 1.2em;
}

.modal-body-image {
  width:480px;
  margin: 0 auto;
  text-align: center;
}

.modal-body-youtube{
  width:480px;
  margin: 0 auto;
}

.modal-body-playcanvas{
  width:800px;
  margin: 0 auto;
}


.sp-modal-body-image {
  width:100%;
  margin: 0 auto;
  text-align: center;
}

.sp-modal-body-youtube{
  width:100%;
  margin: 0 auto;
}

.sp-modal-body-playcanvas{
  width:100%;
  margin: 0 auto;
}

.modal-body-text {
  width:90%;
  text-align: left;
}

.modal-body-url {
  width:100%;
  text-align: center;
}

.modal-body-playcanvas-fullscreen {
  width:100%;
  text-align: center;
}

.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.5s ease;
}

.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}

.no-new-line {
  white-space: nowrap;
}
.no-new-line li {
  display: inline;
  list-style: none;
}

.modal-close-button {
  position:absolute;
  top:0;
  right:0;
  width:24;
  height:24;
}