@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;
}
.inner-head .main-ttl .bnr-spec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 131px;
}
.inner-head .main-ttl .bnr-spec img {
  position: absolute;
  top : 0;
  left: 0;
}
.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: 396px;
}
.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: #1a1000;
  background: #1a1000 -webkit-linear-gradient(right bottom, rgba(26, 16, 0, 0.1), rgba(255, 156, 0, 0.1));
  background: #1a1000 linear-gradient(right bottom, rgba(26, 16, 0, 0.1), rgba(255, 156, 0, 0.1));
  background: #1a1000 webkit-linear-gradient(right bottom, rgba(26, 16, 0, 0.1), rgba(255, 156, 0, 0.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#311e00', endColorstr='#180e00', GradientType=1)";
}
.block-contents.cts02 .img-contens {
  height: 408px;
}
.block-contents.cts02 .img-cts {
  height: 408px;
  top: 0;
}
