

/* Start:/styles/kibank.css?178524029412990*/
.yellow {
  background: #ffcb08;
}

body .inner.page {
  background: transparent;
}
body .container{
  overflow: visible;
}
body .main{
  background: transparent;
}
.container-wide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.blue-round {
  background: #04a9e5;
  height: 1048px;
  position: relative;
  padding-top: 12px;
  color: #fff;
}
.blue-round .logo {
  margin-top: 24px;
  margin-bottom: 28px;
}
.blue-round:before {
  content: "";
  position: absolute;
  top: 0;
  left: -370px;
  width: 370px;
  height: 1048px;
  background: url(/images/portfolio/kibank/left_bg.png) no-repeat;
}
.blue-round:after {
  content: "";
  position: absolute;
  top: 0;
  right: -370px;
  width: 370px;
  height: 1048px;
  background: url(/images/portfolio/kibank/right_bg.png) no-repeat;
}
.blue-round .left {
  float: left;
  width: 270px;
}
.blue-round .left img {
  max-width: 870px;
}
.blue-round .left .description {
  width: 380px;
  margin-bottom: 83px;
  font-family: Tahoma, sans-serif;
  line-height: 170%;
}
.blue-round .right {
  float: left;
  width: 600px;
}
.blue-round .proto {
  position: relative;
}
.blue-round .proto img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}
.blue-round .proto .tooltip {
  position: absolute;
  bottom: 159px;
  left: -141px;
}

.third {
  position: relative;
}
.third .bubble {
  width: 423px;
  height: 398px;
  background: url(/images/portfolio/kibank/texture_bg.png);
  border: 5px solid #ffcb08;
  margin-left: 164px;
  position: relative;
  margin-bottom: 11px;
  margin-top: 42px;
  font-family: "PFBeasanspro", "PT Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  padding: 86px 36px 79px 72px;
}
.third .bubble:after {
  content: "";
  position: absolute;
  bottom: -56px;
  width: 70px;
  height: 56px;
  background: url(/images/portfolio/kibank/texture_tail.png) no-repeat;
  right: 58px;
}
.third .bubble .btn {
  display: inline-block;
  float: right;
  margin-top: 36px;
  padding: 12px 20px;
  color: #4a4949;
  font-weight: bold;
}
.third .layers {
  height: 500px;
}
.third .layers .ichi {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.third .layers .ni {
  position: absolute;
  bottom: 60px;
  left: -2px;
  -webkit-animation: float 9s infinite;
  animation: float 9s infinite;
}
.third .layers .san {
  position: absolute;
  bottom: 141px;
  left: -8px;
  -webkit-animation: float2 9s infinite;
  animation: float2 9s infinite;
}

@-webkit-keyframes float {
  0%,100% {
    -webkit-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes float {
  0%,100% {
    -webkit-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes float2 {
  0%,100% {
    -webkit-transform: translate3d(0, 135px, 0);
    transform: translate3d(0, 135px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes float2 {
  0%,100% {
    -webkit-transform: translate3d(0, 135px, 0);
    transform: translate3d(0, 135px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tooltip {
  background: #ffcb08;
  padding: 21px 53px;
  color: #4a4949;
  font-weight: bold;
  font-family: "PFBeasanspro", "PT Sans", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
}
.tooltip.top-tail {
  position: relative;
}
.tooltip.top-tail:before {
  content: "";
  position: absolute;
  top: -18px;
  height: 18px;
  width: 36px;
  background: url(/images/portfolio/kibank/tooltip_top_tail.png) no-repeat;
  right: 30%;
}

.main-slider {
  margin-top: 124px;
  position: relative;
}
.main-slider .container-wide {
  overflow: hidden;
  margin-bottom: 54px;
}
.main-slider .grey {
  position: absolute;
  left: 0;
  right: 0;
  height: 1000px;
  bottom: 50%;
  background: #e6e6e6;
  z-index: -1;
}
.main-slider .slick-slider .slick-list {
  overflow: visible;
}
.main-slider .tooltip {
  position: absolute;
  bottom: -71px;
  left: 50%;
  margin-left: -339px;
}
.main-slider .slick-slide {
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.37);
}
.main-slider .slick-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 4;
  position: relative;
}
.main-slider .slick-center {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  z-index: 5;
}
.main-slider .container {
  padding: 261px 0;
}
.main-slider .slick-dots {
  left: 0 !important;
  width: 100% !important;
  bottom: -266px;
}
.main-slider .slick-dots li {
  background: #ffcb08;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.main-slider .slick-dots li button:before {
  display: none;
}
.main-slider .slick-dots .slick-active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #04a9e5;
}
.main-slider .slick-prev, .main-slider .slick-next {
  bottom: -253px;
  top: auto;
  z-index: 2;
}
.main-slider .slick-prev {
  left: 50%;
  margin-left: -73px;
}
.main-slider .slick-prev:before {
  content: "";
  color: #ffcb08;
  background: url(/images/portfolio/kibank/prev.png) no-repeat;
  width: 8px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.main-slider .slick-next {
  right: 50%;
  margin-right: -73px;
}
.main-slider .slick-next:before {
  content: "";
  color: #ffcb08;
  background: url(/images/portfolio/kibank/next.png) no-repeat;
  width: 8px;
  height: 14px;
  display: block;
  margin: 0 auto;
}

.info .icons {
  float: left;
  width: 322px;
  padding-left: 55px;
  padding-right: 67px;
  padding-top: 47px;
}
.info .border {
  float: left;
  width: 537px;
  padding-right: 31px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 180%;
}
.info .border p {
  margin: 0;
  border: 5px solid #ffcb08;
  padding: 20px 63px 42px;
}

.dis-1 {
  position: relative;
  margin-top: 77px;
}
.dis-1 .popup {
  position: absolute;
  left: -185px;
  bottom: 144px;
  border: 5px solid #ffcb08;
  -webkit-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.27);
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.27);
}
.dis-1 .popup:before {
  content: "";
  position: absolute;
  top: -54px;
  right: -10px;
  width: 77px;
  height: 54px;
  background: url(/images/portfolio/kibank/tail_top.png) no-repeat;
}
.dis-1 > img {
  -webkit-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.27);
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.27);
}

.charts {
  margin-top: 59px;
}
.charts .container {
  background: url(/images/portfolio/kibank/dis_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 52px;
  position: relative;
}
.charts .container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 319px;
  top: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  display: block;
}
.charts .container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 319px;
  bottom: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
  display: block;
}
.charts .container-small {
  text-align: center;
  position: relative;
  z-index: 2;
}
.charts .container-small img + img {
  margin-top: 33px;
}
.charts .graph {
  margin-top: -193px;
  position: relative;
  z-index: 1;
}

.design_2 {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.design_2 img {
  -webkit-box-shadow: 4px 0 14px rgba(0, 0, 0, 0.26);
  box-shadow: 4px 0 14px rgba(0, 0, 0, 0.26);
}

.dis-3 {
  margin-top: 38px;
  position: relative;
}
.dis-3 .popup {
  position: absolute;
  left: -120px;
  bottom: 280px;
  border: 5px solid #ffcb08;
}
.dis-3 .popup img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dis-3 .popup:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -54px;
  width: 54px;
  height: 77px;
  background: url(/images/portfolio/kibank/tail_right.png) no-repeat;
}

.bottom-blue .top {
  margin-top: -160px;
}
.bottom-blue .top .container {
  position: relative;
  height: 362px;
  background: #04a9e5;
}
.bottom-blue .top .container:before {
  content: "";
  position: absolute;
  left: -370px;
  width: 370px;
  height: 100%;
  top: 0;
  background: url(/images/portfolio/kibank/left_bg.png) top right no-repeat white;
}
.bottom-blue .top .container:after {
  content: "";
  position: absolute;
  right: -370px;
  width: 370px;
  height: 100%;
  top: 0;
  background: #04a9e5;
}
.bottom-blue .top .tooltip {
  position: absolute;
  bottom: 28px;
  right: 155px;
}
.bottom-blue .top .tooltip:after {
  content: "";
  position: absolute;
  bottom: -28px;
  height: 28px;
  width: 41px;
  background: url(/images/portfolio/kibank/tail_bot.png) no-repeat;
  left: 42px;
}
.bottom-blue .texture .container {
  background: #04a9e5 url(/images/portfolio/kibank/texture_bg.png);
  position: relative;
  height: 420px;
}
.bottom-blue .texture .container:before {
  content: "";
  position: absolute;
  left: -370px;
  width: 370px;
  height: 100%;
  top: 0;
  background: #04a9e5 url(/images/portfolio/kibank/texture_bg.png);
  display: block;
}
.bottom-blue .texture .container:after {
  content: "";
  position: absolute;
  right: -370px;
  width: 370px;
  height: 100%;
  top: 0;
  background: #04a9e5 url(/images/portfolio/kibank/texture_bg.png);
  display: block;
}

.mobile-slider img {
  width: 228px;
  height: 405px;
  margin: 0 auto;
}
.mobile-slider .viewport {
  background: url(/images/portfolio/kibank/5c.png) no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  height: 567px;
  width: 272px;
  margin-left: -136px;
}
.mobile-slider .viewport:after {
  content: "";
  position: absolute;
  background: url(/images/portfolio/kibank/shadow.png) no-repeat;
  width: 639px;
  height: 64px;
  bottom: -41px;
  left: -177px;
}
.mobile-slider .slick-list {
  overflow: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 35%;
  perspective-origin: 50% 35%;
}
.mobile-slider .slick-slide {
  -webkit-transition: -webkit-transform, margin-top .3s;
  transition: transform, margin-top .3s;
}
.mobile-slider .slick-track {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mobile-slider .slick-active {
  -webkit-transform: rotateY(26deg);
  transform: rotateY(26deg);
  margin-top: 10px;
}
.mobile-slider .slick-center {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mobile-slider .slick-active + .slick-active + .slick-active {
  -webkit-transform: rotateY(-26deg);
  transform: rotateY(-26deg);
}

footer.white {
  height: 385px;
  margin-top: -150px;
  background: #fff;
}

.new-view {
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 32px;
}

@media(max-width: 500px) {
  .blue-round {
    height: 100%;
  }
  .blue-round img {
    max-width: 100% !important;
  }
  .blue-round .left {
    width: 100%;
  }
  .blue-round .proto .tooltip {
    left: 15px;
  }
  .info .border {
    margin-top: 50px;
    padding-right: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=kibank.css.map */
/* End */
/* /styles/kibank.css?178524029412990 */
