@charset "utf8";
/***/
.index-banner {
  position: relative;
  width:100%;
}
.index-banner .swiper-container {
  position: relative;
  width:100%;
  height:750px;
  overflow: hidden;
}
.index-banner .arrow {
  position: absolute;
  top:50%;
  margin-top:-98px;
  z-index: 9999;
  width: 100px;
  height:196px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto;
  cursor: pointer;
}
.index-banner .arrow:hover {
  opacity: .5;
}
.index-banner .arrow-prev {
  left:30px;
  background-image:url("images/icon-arrow-left.png");
}
.index-banner .arrow-next {
  right:30px;
  background-image:url("images/icon-arrow-right.png");
}


/**/
.index-pro .bar {
  margin:130px auto 80px;
  width: 168px;
  height:28px;
  line-height: 28px;
  text-align: center;
  background: #a7a6a6;
  color:#fff;
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 1em;
  text-indent: 1em;
  overflow: hidden;
}
.index-pro .row {
  display: -webkit-box;
  -webkit-box-pack: justify;
}
.index-pro .row-large .item {
  width:50%;
}
.index-pro .row-small .item {
  width:33%;
}
.index-pro .item {
  -webkit-box-flex: 0;
  text-align: center;
  display: block;
}
.index-pro .info {
  margin-top:80px;
  margin-bottom:120px;
  line-height:1;
  color:#3a3939;
  font-size:21px;
}
.index-pro .info .jp {
  margin-bottom:20px;
  font-size: 28px;
}
.index-pro .info .en {
  font-family: 'Futura LT';
  font-size:21px;
}