@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-image: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #1F323E;
  min-height: 100vh;
}

body.overflow-hidden {
  overflow: hidden;
}

body {
  margin: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #011d2a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

/* Header
--------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  height: 80px;
  position: relative;
  background-color: #fff;
  padding: 18px 0 0;
}

@media only screen and (max-width: 767px) {
  header {
    padding: 13px 5%;
    height: auto;
  }
}

header .logo {
  width: 195px;
  margin: 0 0 0 2vw;
}

@media only screen and (max-width: 767px) {
  header .logo {
    width: 40%;
    margin: 0;
  }
}

/* mv_area
--------------------------------------------------- */
.mv_area {
  position: relative;
}

.mv_area .main_area {
  width: 100%;
  height: 40vw;
  min-height: 600px;
  background-size: cover;
  background-image: url(/img/mv_bg.png);
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area {
    height: auto;
    min-height: 700px;
  }
}

@media screen and (max-width: 320px) {
  .mv_area .main_area {
    min-height: 650px;
  }
}

.mv_area .main_area:after {
  content: "";
  background-color: #fff;
  width: 130%;
  height: 200px;
  position: absolute;
  left: -15%;
  bottom: -150px;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area:after {
    width: 200%;
    left: -50%;
  }
}

.mv_area .main_area .left_box {
  margin: 5vw 0 0 10vw;
  z-index: 101;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area .left_box {
    width: 90%;
    margin: 40px auto 0;
  }
}

.mv_area .main_area .left_box .sns_icons {
  width: 270px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area .left_box .sns_icons {
    width: 50%;
    margin: 0 0 5px;
  }
}

.mv_area .main_area .left_box .txt_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area .left_box .txt_icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}

.mv_area .main_area .left_box .txt_icons .icon_txt {
  font-size: .9vw;
  line-height: 1.6;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area .left_box .txt_icons .icon_txt {
    width: 40%;
    font-size: 11px;
    text-align: center;
    margin: 0 10px 10px 0;
  }
}

.mv_area .main_area .left_box .txt_icons .color_01 {
  background-color: #19c904;
}

.mv_area .main_area .left_box .txt_icons .color_02 {
  background-color: #ff5780;
}

.mv_area .main_area .left_box .txt_icons .color_03 {
  background-color: #4C2A85;
}

.mv_area .main_area .left_box .txt_icons .color_04 {
  background-color: #134BC3;
}

.mv_area .main_area .left_box .main_copy {
  font-size: 3.5vw;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin: 0 0 15px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
  .mv_area .main_area .left_box .main_copy {
    font-size: 7.5vw;
    letter-spacing: 3px;
  }
}

.mv_area .main_area .left_box .sub_copy {
  font-size: 12px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
}

.mv_area .illust_box {
  width: 55vw;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .mv_area .illust_box {
    width: 90%;
    position: absolute;
    bottom: 0px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .mv_area .cta_btn {
    margin: 0 auto;
  }
}

.min_tit {
  font-size: 20px;
  font-weight: bold;
  background-color: #1188E3;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .min_tit {
    font-size: 13px;
    padding: 4px 20px;
    margin: 0 0 15px;
  }
}

.section_tit {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section_tit {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.read_txt {
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .read_txt {
    font-size: 13px;
  }
  .read_txt br {
    display: none;
  }
}

.cta_btn {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff5780;
  color: #fff;
  font-weight: bold;
  padding: 13px 40px;
  border-radius: 100px;
  line-height: 1.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta_btn i {
  font-size: 18px;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .cta_btn {
    width: 70%;
    font-size: 16px;
  }
}

/* read_area
--------------------------------------------------- */
.read_area {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .read_area {
    padding: 30px 5% 50px;
  }
}

.read_area .mess_txt {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .read_area .mess_txt {
    font-size: 14px;
  }
}

.read_area .mess_txt .larg {
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .read_area .mess_txt .larg {
    font-size: 18px;
  }
}

.read_area .mess_txt .underline_01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #D6F2FF));
  background: -webkit-linear-gradient(transparent 50%, #D6F2FF 0%);
  background: -o-linear-gradient(transparent 50%, #D6F2FF 0%);
  background: linear-gradient(transparent 50%, #D6F2FF 0%);
  font-weight: bold;
}

.read_area .mess_txt .underline_02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFD0D5));
  background: -webkit-linear-gradient(transparent 50%, #FFD0D5 0%);
  background: -o-linear-gradient(transparent 50%, #FFD0D5 0%);
  background: linear-gradient(transparent 50%, #FFD0D5 0%);
  font-weight: bold;
}

/* about_area
--------------------------------------------------- */
.about_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about_area {
    padding: 60px 0 60px;
  }
}

.about_area .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .about_area .inner {
    width: 90%;
    display: block;
  }
}

.about_area .inner .left_box {
  text-align: left;
}

.about_area .inner .right_box {
  text-align: center;
}

.about_area .inner .right_box .about_img {
  width: 445px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .about_area .inner .right_box .about_img {
    width: 90%;
    margin: 30px auto 10px;
  }
}

.about_area .inner .right_box .caption_txt {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .about_area .inner .right_box .caption_txt {
    font-size: 14px;
  }
}

/* function_area
--------------------------------------------------- */
.function_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .function_area {
    padding: 60px 0 60px;
  }
}

.function_area .inner {
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .function_area .inner {
    width: 90%;
  }
}

.function_area .inner .function_content {
  margin: 30px 0 0;
}

.function_area .inner .function_content .function_box {
  margin: 0 0 40px;
}

.function_area .inner .function_content .function_box .box_tit {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .function_area .inner .function_content .function_box .box_tit {
    display: block;
  }
}

.function_area .inner .function_content .function_box .box_tit .label_box {
  width: 90px;
  background-color: #19c904;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px 0;
  border-radius: 5px;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .function_area .inner .function_content .function_box .box_tit .label_box {
    font-size: 13px;
    height: 28px;
    width: 75px;
    margin: 0 0 5px;
    padding: 2px 5px 0;
  }
}

.function_area .inner .function_content .function_box .box_tit .label_box .number {
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100px;
  color: #19c904;
  padding: 0px 6px;
  line-height: 1.6;
  margin: -2px 0 0 5px;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 767px) {
  .function_area .inner .function_content .function_box .box_tit .label_box .number {
    width: 17px;
    height: 17px;
    padding: 0 3px;
    font-size: 13px;
  }
}

.function_area .inner .function_content .function_box .box_tit .tit_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .function_area .inner .function_content .function_box .box_tit .tit_txt {
    font-size: 16px;
  }
  .function_area .inner .function_content .function_box .box_tit .tit_txt br {
    display: none;
  }
}

/* entry_area
--------------------------------------------------- */
.entry_area {
  width: 100%;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.39565%, #6fd8e6), color-stop(20.39565%, #6ed7e6), color-stop(80.39719%, #4b6bef));
  background: -webkit-linear-gradient(left, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  background: -o-linear-gradient(left, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  background: linear-gradient(90deg, #6fd8e6 20.39565%, #6ed7e6 20.39565%, #4b6bef 80.39719%);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .entry_area {
    padding: 40px 0;
  }
}

.entry_area .entry_copy {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .entry_area .entry_copy {
    font-size: 24px;
  }
}

.entry_area .entry_copy:before, .entry_area .entry_copy:after {
  content: "";
  height: 40px;
  top: 5px;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .entry_area .entry_copy:before, .entry_area .entry_copy:after {
    height: 30px;
    top: 3px;
  }
}

.entry_area .entry_copy:before {
  left: -20px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.entry_area .entry_copy:after {
  right: -20px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.entry_area .cta_btn {
  display: block;
  margin: 20px auto 0;
}

/* case_area
--------------------------------------------------- */
.case_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .case_area {
    padding: 60px 0 30px;
  }
}

.case_area .inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .case_area .inner {
    width: 90%;
  }
}

.case_area .inner .photo_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 100px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .photo_area {
    margin: 30px 0 50px;
  }
}

.case_area .inner .photo_area .photo_box {
  width: 320px;
  position: relative;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .photo_area .photo_box {
    width: 49%;
    margin: 0 0 10px;
  }
}

.case_area .inner .photo_area .txt_box {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 5px 0 4px;
  line-height: 1.8;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .photo_area .txt_box {
    font-size: 10px;
  }
}

.case_area .inner .case_content {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content {
    width: 100%;
  }
}

.case_area .inner .case_content .case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 70px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box {
    display: block;
    margin: 0 0 50px;
  }
}

.case_area .inner .case_content .case_box .txt_box {
  text-align: left;
}

.case_area .inner .case_content .case_box .txt_box .box_tit {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case_area .inner .case_content .case_box .txt_box .box_tit .label_box {
  width: 85px;
  background-color: #19c904;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 3px 10px 0;
  border-radius: 5px;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 29px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .txt_box .box_tit .label_box {
    font-size: 13px;
    height: 28px;
    width: 75px;
    margin: 0 10px 5px 0;
    padding: 2px 5px 0;
  }
}

.case_area .inner .case_content .case_box .txt_box .box_tit .label_box .number {
  width: 18px;
  height: 18px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100px;
  color: #19c904;
  padding: 0px 6px;
  line-height: 1.6;
  margin: -2px 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .txt_box .box_tit .label_box .number {
    width: 17px;
    height: 17px;
    padding: 0 3px;
    font-size: 13px;
  }
}

.case_area .inner .case_content .case_box .txt_box .box_tit .tit_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #19c904;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .txt_box .box_tit .tit_txt {
    font-size: 16px;
  }
}

.case_area .inner .case_content .case_box .txt_box .main_tit {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .txt_box .main_tit {
    font-size: 20px;
  }
}

.case_area .inner .case_content .case_box .txt_box .read_txt {
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .txt_box .read_txt {
    font-size: 13px;
  }
}

.case_area .inner .case_content .case_box .illust_box {
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .case_area .inner .case_content .case_box .illust_box {
    width: 80%;
    margin: 20px auto 0;
  }
}

/* flow_area
--------------------------------------------------- */
.flow_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 100px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flow_area {
    padding: 70px 0 70px;
  }
}

.flow_area .inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .flow_area .inner {
    width: 90%;
  }
}

.flow_area .inner .flow_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .flow_area .inner .flow_content .flow_box {
    width: 100%;
  }
}

.flow_area .inner .flow_content .flow_box .flow_icon {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
  margin: 0 auto 10px;
  background-color: #1F323E;
  border-radius: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flow_area .inner .flow_content .flow_box .flow_icon {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

.flow_area .inner .flow_content .flow_box .illust_box {
  width: 255px;
  height: 155px;
  margin: 0 auto 30px;
}

.flow_area .inner .flow_content .flow_box .read_txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .flow_area .inner .flow_content .flow_box .read_txt {
    width: 70%;
    margin: 30px auto 0;
    font-size: 14px;
  }
}

.flow_area .inner .flow_content .arrow {
  width: 25px;
  margin: 120px 0 0;
}

@media only screen and (max-width: 767px) {
  .flow_area .inner .flow_content .arrow {
    width: 8%;
    margin: 30px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 960px) and (min-width: 767px) {
  .flow_area .inner .flow_content .arrow {
    width: 8%;
    margin: 30px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.copy {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}

.company {
  width: 100%;
  padding: 10px 0;
  background: #0c0c0c;
  text-align: center;
}
.company .company_btn {
    font-size: 11px;
    color: #fff;
  }

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
