@charset "utf-8";

* {
    margin: 0; padding: 0;
}

html {
    font-family: 'Crimson Text', serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a:hover{
  opacity: 0.7;

}
.masthead-arrow {
  display: flex;
justify-content: center;
align-items: center;
}

h1 {
    position: absolute;
    width: 100%;
    font-weight: normal;
    font-size: 460%;
    text-align: center;
    height: 120px;
    line-height: 1;
    top: -5%;
    left: 50%;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h1 span {
    display: block;
    font-size:16%;
    letter-spacing: 0.3em;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding-left: 7px;
    opacity: 0.7;
}

.pf {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25%;
  border: solid 1px;
  width: 150px;
  height: 32px;
  margin: 0 auto 10px auto;
  border-radius: 32px;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.07);
}
.pf a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.masthead {
  overflow: hidden;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.snsVox {
  position: relative;
  font-size: .4em;
  width:100%;
  margin: 1em auto;
}

.snsBtn {
  display: inline-block;
  margin: .6em;
  opacity: 0.7;
}

.snsBtn a{
  color: #fff;
  text-decoration: none;
}


*{
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

#viewport {
  -webkit-perspective: 1000;
  -moz-perspective: 1000px;
  -o-perspective: 1000;
  perspective: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;

}

#world {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -256px;
  height: 512px;
  width: 512px;
  //border: 1px solid rgb( 255, 0, 0 );
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

#world div {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cloudBase {
  //border: 1px solid #ff00ff;
  position: absolute;
  left: 256px;
  top: 256px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

.cloudLayer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 256px;
  height: 256px;
  margin-left: -128px;
  margin-top: -128px;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

#options {
  display:none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
  padding: 20px;
  width: 400px;
  background-color: rgba( 0, 0, 0, .4 );
  border-radius: 5px;
}

#optionsContent{
  margin-top: 20px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

h1{
  z-index: 999;
}

h2{
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px
}

p{
  margin-bottom: 20px;
}

.actions{
  margin-bottom: 20px;
}

#textureList li{
  clear: both;
  list-style-type: none;
  position: relative;
  height: 35px;
  padding-top: 10px;
}

#textureList li span {
  text-transform: capitalize;
}

#textureList div{
  position: absolute;
  right: 0;
  top: 0;
}

#textureList li a{
  float: left;
}

a {
  color: inherit;
}

#textureControls {
  display: none;
}

#closeBtn {
  position: absolute;
  right: 15px;
  top: 10px;
}

.presets{
}

.presets a{
  float: left;
}

.nope{
  text-decoration: line-through;
}

:-moz-full-screen #options{ display: none }
:-webkit-full-screen #options{ display: none }
:full-screen #options{ display: none }
