@charset "utf-8";
/* CSS Document */
@import url(https://indestructibletype-fonthosting.github.io/renner.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
body {
  background: #1B1B1B;
  margin: 0;
  overflow-x: hidden;
}
canvas {
  position: fixed;
  top: 50%;
  left:50%;
	transform: translate(-50%,-50%);
}
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}
.txtRight {
  text-align: right;
}
#world {
  background: #ff9900;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 999;
}
#instructions {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: auto;
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #b75505;
  font-size: .9em;
  text-transform: uppercase;
  text-align: center;
}
.lightInstructions {
  color: #b59b63;
  font-size: .8em;
}
.mv-scroll {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  color: #FFF;
  z-index: 9999;
}
@media screen and (max-width: 736px) {
  .mv-scroll {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF;
    z-index: 9999;
  }
}
.mv-scroll p {
  transform: rotate(90deg);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  width: 11px;
}
.mv-scroll span {
  display: block;
  width: 1px;
  height: 50px;
  background: #FFF;
  position: relative;
  top: 50px;
  left: 5px;
}
.mv-scroll span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #0f2350;
  position: relative;
  left: -5px;
  animation: maru 3s ease-in-out infinite;
}
@keyframes maru {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
#fade {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #ff9900;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999 !important; /* #loaderより少ない値を入れて下さい */
}
#progressBarWrap {
  width: 200px !important;
  height: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #FFF;
}
#progressBar {
  width: 0;
  height: 2px;
  position: fixed;
  background: #333;
  z-index: 99999;
}
#loader {
  width: 23px;
  height: 23px;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -10px; /* heightの半分のマイナス値 */
  margin-left: -10px; /* widthの半分のマイナス値 */
  z-index: 99999; /* #fadeより多い値を入れて下さい */
}
#progressTxt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 99999999; /* #fadeより多い値を入れて下さい */
  font-family: 'Oswald', sans-serif !important;
  font-size: 100px;
  color: #FFF;
  letter-spacing: 3px;
}
img {
  max-width: 100%;
}
canvas {
  background:#1B1B1B;
}
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  lft: 0;
  width: 100%;
  z-index: 9999;
  padding: 50px;
  box-sizing: border-box;
}
.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 999;
  max-width: 980px;
  padding: 0 50px;
  box-sizing: border-box
}
@media screen and (max-width: 736px) {
  .mv-scroll span {
    top: 10px;
    left: 20px;
  }
  .mv-scroll p {
    transform: rotate(0);
    width: auto;
  }
  #progressBarWrap {
    width: 100px !important;
  }
  .title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 999;
    max-width: 1024px;
    padding: 0 20px;
  }
  header {
    padding: 20px;
  }
}
header h1 {
  width: 100px;
}
header p a {
  font-family: 'Renner*' !important;
  color: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  header h1 {
    width: 70px;
  }
  header p a {
    font-size: 13px;
  }
}
.box {
  opacity: 0;
}
.slideUp {
  opacity: 1;
  animation: slideUp 1s ease-in-out forwards;
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
main {
  margin-top: 100vh
}
section {
  padding: 100px;
}
@media screen and (max-width: 736px) {
  section {
    padding: 50px 20px;
  }
}
h2.title2 {
  text-align: center;
  font-size: 54px;
  font-family: 'Renner*' !important;
}
@media screen and (max-width: 736px) {
  h2.title2 {
    font-size: 24px;
  }
}
.white {
  color: #FFF;
}
h2.title2 + p {
  color: #FFF;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 736px) {
  h2.title2 + p {
    font-size: 13px;
  }
}
#works ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 100px auto;
}
#works ul li {
  width: 40%;
}
#works ul li img {
  box-shadow: 0 0 30px #000;
}
#works ul li p {
  font-family: 'Renner*' !important;
  color: #FFF;
  font-size: 18px;
}
#works ul li:nth-child(1) {
  width: 30%;
  margin-left: 13%;
  margin-bottom: 100px;
}
#works ul li:nth-child(2) {
  margin-top: 100px;
  width: 40%;
  margin-bottom: 100px;
  margin-right: 35px;
}
#works ul li:nth-child(3) {
  margin-left: 10%;
  width: 30%;
}
#works ul li:nth-child(4) {
  margin-right: 10%;
  width: 40%;
  margin-top: 10%;
}
@media screen and (max-width: 736px) {
  #works ul {
    margin: 50px 0;
  }
  #works ul li:nth-child(1) {
    width: auto;
    margin: 0 0 50px 0;
  }
  #works ul li:nth-child(2) {
    width: auto;
    margin: 0 0 50px 0;
  }
  #works ul li:nth-child(3) {
    width: auto;
    margin: 0 0 50px 0;
  }
  #works ul li:nth-child(4) {
    width: auto;
    margin: 0;
  }
  #works ul li p {
    font-size: 13px;
  }
}
#profile {
  background: #FFF;
  position: relative;
  z-index: 999;
  padding: 100px 0;
}
#profile-wrap {
  max-width: 1300px;
  margin: 100px auto;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#profile-wrap i {
  position: absolute;
  top: -160px;
  left: 50px;
  width: 180px;
}
#outline {
  width: 50%
}
#map {
  width: 40%;
  height: 280px;
  background: #F7F7F7
}
#map iframe {
  width: 100%;
  height: 100%;
}
#outline table {
  width: 100%;
  margin-top: 30px;
}
#outline table th, #outline table td {
  padding: 5px 0;
  text-align: left;
}
#outline table th {
  padding-right: 30px;
	width:65px;
}
#outline table td a{
	text-decoration: underline;
}
#outline table th.ls {
  letter-spacing: 8px;
}
@media screen and (max-width: 736px) {

  #profile-wrap {
    padding: 0;
  }
  #profile-wrap i {
    position: absolute;
    top: -90px;
    left: 0;
    width: 70px;
  }
  #profile {
    padding: 50px 0;
  }
  #profile-wrap {
    max-width: 1200px;
    margin: 50px 20px;
    display: block;
    justify-content: space-between;
  }
  #outline {
    width: auto;
    margin-bottom: 25px;
  }
  #outline table th, #outline table td {
    font-size: 13px;
  }
  #map {
    width: 100%;
    height: 300px;
  }
}
footer {
  background: #FFF;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
footer ul {
  display: flex;
}
footer ul li {
  margin-right: 30px;
}
footer ul li a {
  text-decoration: none !important;
  color: #333 !important;
  font-size: 14px;
}
footer ul li a:before {
  content: ">";
  display: inline-block;
  transform: scale(0.8, 1);
  margin-right: 10px;
}
footer p {
  font-family: 'Renner*' !important;
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 736px) {
  footer {
    display: block;
    padding: 20px;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li a {
    font-size: 12px;
  }
  footer p {
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
  }
}