@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* CSS Document for WRECKS X */
html {
  /*height:100%;*/
  font-size: 62.5%; }

/*
70% = 10px
78% = 11px
85% = 12px
93% = 13px
100% = 14px
107% = 15px
115% = 16px
143% = 20px
*/
/*font-size: 25px; font-size: 2.5rem; /* =25px */
/*letter-spacing: 2px; letter-spacing: 0.2rem; /* =2px */
body {
  /*height:100%;*/
  color: #000;
  font-family: "Avenir LT W01_45 Book1475508", Helvetica, Arial, "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
  font-size: 14px;
  line-height: 125%;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-text-size-adjust: none;
  background: repeat scroll 0 0 #FFF; }

:-moz-any-link {
  outline: medium none; }

* {
  margin: 0;
  padding: 0; }

.float-l {
  float: left; }

.float-r {
  float: right; }

a#top {
  top: 0;
  position: absolute; }

a {
  color: #222;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #222;
  text-decoration: none; }

a img {
  border: none;
  text-decoration: none; }

ul, dl, ol {
  list-style: none outside; }

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal; }

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--------------------------
reset
--------------------------*/
/*--------------------------
クリアー
--------------------------*/
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clear {
  clear: both; }

/*--------------------------
レイアウト
--------------------------*/
#container {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: absolute;
  /*min-height:100%;*/
  font-size: 14px;
  font-size: 1.4rem; }

#masthead {
  position: absolute;
  left: 0;
  top: 46vh;
  
  top : -webkit-calc(50vh - 41px) ;
  top : calc(50vh - 41px) ;
  
  width: 100%;
  z-index: 10; 
  text-align: center;}
  #masthead #title {
    /*position: absolute;
    top: 25px;
    left: 10px;*/
    display: block; }
    #masthead #title img {
        max-width: 115px;
        width: 50%;
        min-width:115px;
        height: auto;
    }
  #masthead p {
    position: absolute;
    top: 170px;
    right: -100px;
    display: inline;
     text-align: left;
    background: #000;
    color: #FFF;
    font-size: 9px;
    letter-spacing: 5px;
-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    }
    
  #masthead #madeby:hover {
    padding-top: 30px;
     }

canvas {
  text-align: left;
  position: absolute;
  background: #222;
  z-index: 0;
  left: 0;
  top: 0; }

#sandbox {
  width: 1000px;
	height: 1000px;
	/*width: 100vw;
	height: 100vh;*/
  text-align: left;
  position: absolute;
  background: #FFF;
  z-index: 0;
  left: 0;
  top: 0;
  display: none; }

.fancybox-caption {
  font-size: 12px !important;
  letter-spacing: 1px !important;
  border-top: 0px solid none !important; }
  .fancybox-caption a {
    font-weight: bolder !important;
    text-decoration: none !important; }
  .fancybox-caption a:hover {
    text-decoration: underline !important;
    color: #FFF; }
