@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-----------------------------------------------------
共通スタイル
-------------------------------------------------------*/
html,body {
	background-color: #000;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6em;
}

*{
	margin: 0;
	padding: 0;
}

/*--clearfix--*/
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}


#container {
	margin: 0;
	padding: 0;
	/* background-image: url(../images/tower.png); */
	/* height: 100%;
	width: 100%; */
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
header {
	position: fixed;
	z-index: 10;
	width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
}
header #logo {
	position: absolute;
  top: 10px;
	left: 10px;
  z-index: 10;
  line-height: 1em;
}
header #navBtn {
	position: absolute;
	right: 10px;
	top: 5px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	right: 10px;
	top: 10px;
  width: 30px;
  height: 16px;
  z-index: 10;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  z-index: 10;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #navArea {
	  display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
}
#gNav {
    width: 100%;
    height: 100%;
}
#gNav > li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgb(185, 185, 185);
    color: #fff;
}
#gNav > li > a{
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px){
  #gNav > li > a{
    font-size: 3.73333vw;
}

}
#gNav > li:first-child > a{
    margin: 50px 0 0 0;
    border-top: solid 1px rgb(185, 185, 185);
}

#gNav > li.lastMenu {
  border: none;
}
#gNav > li.lastMenu > a {
  display: table;
  width: 90%;
  margin: 20px auto 0;
  border: solid 1px #fff;
}
#gNav > li.lastMenu a > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}


#loaderArea {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	text-align: center;
	z-index: 100;
}
#loaderArea > p{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    animation: fade 0.8s infinite alternate linear;

}

@-webkit-keyframes fade {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
  }
  @keyframes fade {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
  }
  
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
  margin: 0px auto;
  margin-top: -5em;
  margin-left: -6em;
  font-size: 15px;
  text-indent: -9999em;
  border-top: 0.9em solid rgba(255, 255, 255, 0.2);
  border-right: 0.9em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.9em solid rgba(255, 255, 255, 0.2);
  border-left: 0.9em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




footer {
	width: 100%;
	background-color: #111111;
	padding-bottom: 30px;
}
footer.white {
	background-color: #fff;
}

footer > #btnToTop {
	display: block;
	width: 25px;
	margin: 0 auto;
	text-align: center;
}
footer > .snsArea {
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
}
footer > .linkArea {
	margin: 30px 0 0 0;
	text-align: center;
}
footer > .linkArea a{
	font-size: 0.7rem;
	color: #fff;
}
footer > .copyRight {
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 0.6rem;
	color: #fff;
	line-height: 1.4em;
}