#trigger {
  display: none;
  position: fixed;
  width: 100%;
  height: 1px;
  top: 40%;
  left: 0px;
  background-color: #ff0000;
  z-index: 10;
  -webkit-transform: translateZ(0);
}

.csstransforms3d .scroll-anime {
  opacity: 0;
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.csstransforms3d .scroll-anime.activated {
  opacity: 1;
}

/*!------------------------------------------------------
 ** @ Slider
-------------------------------------------------------*/
#sliderArea {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #dbdbdb;
}
#sliderArea #sliderWraper {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 1264px;
  min-width: 960px;
}
#sliderArea .bx-pager {
  left: 50%;
  margin-left: -480px;
  width: 960px;
  text-align: right;
  overflow: hidden;
}
#sliderArea .bx-pager-item {
  margin-left: 16px;
}
#sliderArea .bx-pager-item a {
  text-indent: 9999px;
  background-color: #7a7a7a;
}
#sliderArea .bx-pager-item a.active {
  background-color: #f5a100;
}

.parallax {
  position: relative;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/img-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.4);
}

.parallax2 {
  background-image: url(../img/img-parallax2.jpg);
}

/*!------------------------------------------------------
 ** @ worksBlock
-------------------------------------------------------*/
#worksBlock {
  margin-bottom: 70px;
}
#worksBlock .section-header h1 {
  background-image: url(../img/title-items.png);
}
#worksBlock .section-header h1 small {
  background-image: url(../img/title-items-min.png);
}
#worksBlock .clumbox {
  margin-right: -75px;
}
#worksBlock .clum {
  margin-right: 75px;
  width: 270px;
}
#worksBlock .clum figure {
  display: block;
  margin-bottom: 10px;
}

/*!------------------------------------------------------
 ** @ ariaBlock
-------------------------------------------------------*/
#ariaBlock {
  padding: 40px 0;
  margin-bottom: 0;
  border-top: 1px #d7d7d7 solid;
  border-bottom: 1px #d7d7d7 solid;
  background: white url(../img/bg-ariaaura.png) repeat 0 0;
}
#ariaBlock .inner {
  background-color: transparent;
}
#ariaBlock header {
	position: relative;
}
#ariaBlock h1 {
  margin-bottom: 56px;
  width: 100%;
  height: 41px;
  background: transparent url(../img/img-ariaaura.png) no-repeat left 0;
  text-indent: -9999px;
  overflow: hidden;
}
#ariaBlock nav {
	position: absolute;
	top: 0;
	left: 350px;
}
#ariaBlock .img {
  float: right;
}
#ariaBlock .text {
  overflow: hidden;
  *zoom: 1;
}
#ariaBlock .text h2 {
  margin-bottom: 40px;
}
#ariaBlock .text p {
  line-height: 35px;
}

/*!------------------------------------------------------
 ** @ conceptBlock
-------------------------------------------------------*/
#conceptBlock {
  text-align: center;
}
#conceptBlock .section-header h1 {
  background-image: url(../img/title-rinen.png);
}
#conceptBlock .section-header h1 small {
  background-image: url(../img/title-rinen-min.png);
}
#conceptBlock .main h2, #conceptBlock .main p {
  margin: 0 auto;
  width: 682px;
}
#conceptBlock .main p {
  text-align: left;
  margin-top: 60px;
  line-height: 35px;
}

/*!------------------------------------------------------
 ** @ companyBlock
-------------------------------------------------------*/
#companyBlock .section-header h1 {
  background-image: url(../img/title-company.png);
}
#companyBlock .section-header h1 small {
  background-image: url(../img/title-company-min.png);
}
#companyBlock div.clumbox {
  margin-right: -2%;
}
#companyBlock .clum {
  margin-right: 2%;
  width: 48%;
}
#companyBlock h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 100%;
}
#companyBlock dl.clumbox {
  margin-bottom: 30px;
  line-height: 24px;
}
#companyBlock dt {
  float: left;
  margin-right: 20px;
  width: 80px;
}
#companyBlock dd {
  overflow: hidden;
  *zoom: 1;
}

/*!------------------------------------------------------
 ** @ accessBlock
-------------------------------------------------------*/
#accessBlock {
  margin-bottom: 60px;
}
#accessBlock .section-header h1 {
  background-image: url(../img/title-access.png);
}
#accessBlock .section-header h1 small {
  background-image: url(../img/title-access-min.png);
}
#accessBlock .main {
  overflow: hidden;
  *zoom: 1;
}
#accessBlock .text {
  padding-top: 104px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

#gmap {
  float: left;
  width: 480px;
  height: 350px;
}
