/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;/* 画面からはみ出したら隠す */
}

/* ページ全体で使えるフォントを指定しておく */
@font-face {
  font-family: "Unbounded-SemiBold";
  src: url("media/Unbounded-SemiBold.ttf") format("truetype");
}

.preloading_set {
  width: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_anim {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.loading_text {
	font-family: 'Unbounded-SemiBold';
    position: absolute;
    width: 100%;
    height: 100%;
	top: 95%;
	left: 0%;
	text-align: center;
	font-size: 1.5em;
	color: #1f2c86;
}

.menu {
    position: absolute;
    background-color: #47aac51A;
    border-radius: 0.5em;
    left: -15em;
    top: 1em;
    width: 13em;
    padding: 1em;
    transition-duration: 1.5s;
    display: none;
    z-index: 10;
}

.v3d-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bolt-iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.menuTitle {
    list-style-type: none;
    font-size: 1.1em;
    font-weight: 600;
    cursor: default;
}

.changeBolts {
    background-color: transparent;
    cursor: pointer;
}

.colors {
    position: absolute;
    bottom: 0.5em;
    right: -100px;
    width: 60px;
    padding: 3px;
    padding-top: 7px;
    border-radius: 33px;
    border: solid 3px;
    border-color: #acf;
    text-align: center;
    cursor: pointer;
    transition-duration: 1.5s;
    z-index: 10;
}

.back {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    transition-duration: 1s;
    cursor: pointer;
}

.rights {
	font-size: 0.75em;
	color: #aaaaaa;
	text-shadow: 1px 1px 1px black;
   position: absolute;
	margin: 0;
	padding: 0;
   top: 0.5em;
   right: 1em;
   transition-duration: 1s;
   z-index: 10;
	opacity: 0;
}


/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
