@charset "UTF-8";
/*
*******************************************************************************************************
# eva2015 10 fan SPEC2
*******************************************************************************************************
*/
body {
  background-color: #000;
}

.wrp-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background-color: #000;
}

.inner-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrp-head {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 650px;
  z-index: 5;
}

.inner-head {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
}
.inner-head .logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -585px;
  z-index: 200;
}
.inner-head .main-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -548px;
  margin-top: -252px;
}
.bg-ttl-vis {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -750px;
  z-index: 1;
}

.wrp-contents {
  position: relative;
  z-index: 10;
}

/* --------------------------------------------------
	コンテンツ
-------------------------------------------------- */
.wrp-contents {
  position: relative;
}

.block-contents {
  position: relative;
}
.block-contents .img-contens {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.block-contents .img-contens .img-cts {
  width: 1259px;
  position: absolute;
  left: 50%;
  margin-left: -630px;
}
.block-contents .img-contens .line-diagonal {
  position: absolute;
}
.block-contents .img-contens .line-diagonal.d01 {
  top: 10px;
  left: 47px;
}
.block-contents .img-contens .line-diagonal.d02 {
  top: 10px;
  right: 47px;
}
.block-contents .img-contens .line-diagonal.d03 {
  top: 348px;
  left: 47px;
}
.block-contents .img-contens .line-diagonal.d04 {
  top: 348px;
  right: 47px;
}
.block-contents.cts01 {
  height: 295px;
}
.block-contents.cts01 .img-contens {
  height: 396px;
}
.block-contents.cts01 .img-cts {
  height: 396px;
  top: 0;
}
.block-contents.cts02 {
  height: 408px;
  margin-top: 20px;
  padding: 44px 0 25px;
  margin-bottom: 86px;
  background-color: #110216;
  background: #110216 -webkit-linear-gradient(right bottom, rgba(17, 2, 22, 0.1), rgba(177, 20, 246, 0.1));
  background: #110216 linear-gradient(right bottom, rgba(17, 2, 22, 0.1), rgba(177, 20, 246, 0.1));
  background: #110216 webkit-linear-gradient(right bottom, rgba(17, 2, 22, 0.1), rgba(177, 20, 246, 0.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a1216', endColorstr='#110216', GradientType=1)";
}
.block-contents.cts02 .img-contens {
  height: 408px;
}
.block-contents.cts02 .img-cts {
  height: 408px;
  top: 0;
}
