@charset "UTF-8";
/* --------------------------------------
*  基本情報
* --------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
  color: #333333;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1150px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

@media screen and (max-width: 767px) {
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.alignleft {
  float: left;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* --------------------------------------
*  ヘッダー
* --------------------------------------*/
@media screen and (max-width: 767px) {
  .header_wrap .menu-trigger {
    position: fixed;
    top: 0;
    right: 25px;
    width: 29px;
    height: 75px;
    z-index: 99;
  }
  .header_wrap .menu-trigger span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 1px;
    background: #221714;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header_wrap .menu-trigger span:nth-child(1) {
    top: 38%;
  }
  .header_wrap .menu-trigger span:nth-child(2) {
    top: 49%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .header_wrap .menu-trigger span:nth-child(3) {
    bottom: 38%;
  }
}

.header_wrap.menu-open .menu-trigger span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%) rotate(135deg);
          transform: translate(-50%) rotate(135deg);
}

.header_wrap.menu-open .menu-trigger span:nth-child(2) {
  opacity: 0;
}

.header_wrap.menu-open .menu-trigger span:nth-child(3) {
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%) rotate(-135deg);
          transform: translate(-50%) rotate(-135deg);
}

.header_wrap.menu-open .sp_menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header_wrap .header_top {
  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;
  padding-left: 60px;
  width: 79.5%;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top {
    position: fixed;
    background-color: #FFF;
    padding: 0 25px;
    z-index: 9;
    width: 100%;
    height: 75px;
  }
}

.header_wrap .header_top .logo {
  width: 167px;
}

.header_wrap .header_top .logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.header_wrap .header_top .logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .logo {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .head {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 1.3em;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .head::before {
    content: ">";
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.header_wrap .header_top .language .language_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .language_list {
    position: absolute;
    display: none;
    margin-top: 5px;
    width: 82px;
  }
}

.header_wrap .header_top .language .language_list li:not(first-child) {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .language_list li:not(first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .language_list li + li {
    border-top: 1px solid #c8c8c8;
  }
}

.header_wrap .header_top .language .language_list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
}

.header_wrap .header_top .language .language_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header_wrap .header_top .language .language_list li a {
    display: block;
    background-color: #f5f5f5;
    font-size: 1.3rem;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background-color: #FFF;
    overflow: auto;
    padding: 55px 24px 20px;
    width: 72%;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .menu_list li a {
    border-bottom: 1px solid #646449;
    font-size: 1.5rem;
    line-height: 3.07;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .head {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list li a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list li.spacer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list li + li::before {
    content: "／";
    margin: 0 0.3em;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list li.spacer::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .language .language_list li.spacer + li::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .contact {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .contact .head {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .contact .txt {
    font-size: 1.3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .sp_menu .contact .txt + .txt {
    border-top: 1px solid #c8c8c8;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.header_wrap .mv_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex {
    display: block;
    padding: 75px 25px 0;
  }
}

.header_wrap .mv_flex .mv {
  position: relative;
  width: 79.5%;
  height: 36vw;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header_wrap .mv_flex .mv {
    height: 418px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

.header_wrap .mv_flex .mv .img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 60px 60px 0;
  isolation: isolate;
  overflow: hidden;
  width: 115%;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv .img {
    position: static;
    border-radius: 12px;
    width: 100%;
  }
}

.header_wrap .mv_flex .mv .img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: animationZoom1 10s ease-in-out forwards;
          animation: animationZoom1 10s ease-in-out forwards;
}

@-webkit-keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.header_wrap .mv_flex .mv .txt {
  position: absolute;
  top: 21%;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  color: #FFF;
  font-size: 2.92vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.653;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header_wrap .mv_flex .mv .txt {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv .txt {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 7.69vw;
    text-align: center;
    width: 100%;
  }
}

.header_wrap .mv_flex .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.5%;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .menu {
    display: block;
  }
}

.header_wrap .mv_flex .menu .logo {
  width: 23%;
}

.header_wrap .mv_flex .menu .logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.header_wrap .mv_flex .menu .logo a:hover {
  opacity: 0.7;
}

.header_wrap .mv_flex .menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 27%;
  width: 100%;
}

.header_wrap .mv_flex .menu .menu_list li {
  width: 22%;
}

.header_wrap .mv_flex .menu .menu_list li:nth-child(n + 5) {
  margin-top: 20%;
}

.header_wrap .mv_flex .menu .menu_list li.spacer {
  width: 100%;
}

.header_wrap .mv_flex .menu .menu_list li a {
  font-size: 1.09vw;
  font-weight: 700;
  line-height: 2.865;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header_wrap .mv_flex .menu .menu_list li a {
    font-size: 1.2rem;
  }
}

.header_wrap .mv_flex .menu .menu_list li a:hover {
  color: #00a2ff;
}



/* --------------------------------------
*  英語ページのヘッダー
* --------------------------------------*/
.header_en .header_wrap .mv_flex{
  flex-direction: row;
}
.header_en .header_wrap .mv_flex .mv{
  position: relative;
  width: 85%;
  height: 38.5vw;
}
@media screen and (max-width: 767px) {
  .header_en .header_wrap .mv_flex .mv{
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header_en .header_wrap .mv_flex .mv {
    height: 418px;
  }
}

.header_en .header_wrap .mv_flex .mv .txt {
  transform: translateY(-50%);
  left: 37.5%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .header_en .header_wrap .mv_flex .mv .txt {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 7.69vw;
    text-align: center;
    width: 100%;
  }
}



/* --------------------------------------
*  メイン
* --------------------------------------*/
.wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}

.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0 90px 0 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 341px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .btn a {
    border-radius: 10px;
    font-size: 1.5rem;
    padding: 0 65px 0 45px;
    width: 250px;
    height: 50px;
  }
}

.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/index/icon_arrow_b.svg);
  background-size: cover;
  width: 43px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .btn a::before {
    width: 20px;
    height: 7px;
  }
}

@media screen and (min-width: 768px) {
  .btn a:hover {
    background-color: #000;
    color: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .btn a:hover::before {
    background-image: url(../img/index/icon_arrow_w.svg);
  }
}

.bnr_area {
  position: relative;
  overflow: hidden;
  padding: 25px 0 110px;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    padding: 25px 0 50px;
  }
}

.bnr_area .wave_bnr_area {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #bde7ff;
  top: 0;
}

@media screen and (max-width: 767px) {
  .bnr_area .wave_bnr_area {
    height: 25px;
  }
}

.bnr_area .wave_bnr_area::before, .bnr_area .wave_bnr_area::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.bnr_area .wave_bnr_area::before {
  width: 55%;
  height: 100%;
  background-color: #bde7ff;
  right: -1.5%;
  top: 40%;
}

.bnr_area .wave_bnr_area::after {
  width: 55%;
  height: 109%;
  background-color: #FFF;
  left: -1.5%;
  top: 60%;
}

.bnr_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap {
    padding-top: 30px;
  }
}

.bnr_area .wrap .bnr {
  width: 525px;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .bnr {
    width: 48%;
  }
}

.bnr_area .wrap .bnr a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.bnr_area .wrap .bnr a:hover {
  opacity: 0.7;
}

.bnr_area .wrap .bnr a span {
  display: block;
}

.bnr_area .wrap .bnr a span.txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #FFF;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .bnr a span.txt {
    font-size: 4.27vw;
  }
}

.bnr_area .wrap .insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bde7ff;
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 20px 35px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .insta {
    display: block;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px;
  }
}

.bnr_area .wrap .insta .img {
  margin-right: 70px;
  width: 572px;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .insta .img {
    margin-right: 0;
    width: 100%;
  }
}

.bnr_area .wrap .insta .txt_area {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .insta .txt_area {
    margin-top: 20px;
    width: 100%;
  }
}

.bnr_area .wrap .insta .txt_area .ttl a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 1.5em;
  padding-bottom: 15px;
}

.bnr_area .wrap .insta .txt_area .ttl a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .insta .txt_area .ttl a {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.bnr_area .wrap .insta .txt_area .ttl a::before, .bnr_area .wrap .insta .txt_area .ttl a::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 2px;
}

.bnr_area .wrap .insta .txt_area .ttl a::before {
  bottom: 0;
  left: 0;
  width: 100%;
}

.bnr_area .wrap .insta .txt_area .ttl a::after {
  bottom: 6px;
  right: 0;
  width: 20px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.bnr_area .wrap .insta .txt_area .txt {
  font-size: 1.9rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .bnr_area .wrap .insta .txt_area .txt {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

/* --------------------------------------
*  フッター
* --------------------------------------*/
.footer_wrap {
  position: relative;
  background-color: #00a2ff;
  padding: 70px 0;
}

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

.footer_wrap .page_top {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer_wrap .page_top a {
  display: block;
  background-color: #FFF;
  border-radius: 0 0 45px 45px;
  width: 90px;
  height: 45px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.footer_wrap .page_top a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_wrap .page_top a {
    width: 55px;
    height: 28px;
  }
}

.footer_wrap .page_top a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-top: 3px solid #00a2ff;
  border-right: 3px solid #00a2ff;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .page_top a::before {
    border-top: 2px solid #00a2ff;
    border-right: 2px solid #00a2ff;
    top: 7px;
    width: 15px;
    height: 15px;
  }
}

.footer_wrap * {
  color: #FFF;
  text-align: center;
}

.footer_wrap .head {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .head {
    font-size: 1.6rem;
  }
}

.footer_wrap .head + .txt {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .head + .txt {
    padding-left: 0;
  }
}

.footer_wrap .txt {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .footer_wrap .txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrap .txt + .txt {
    margin-top: 15px;
  }
}

.footer_wrap .txt .big {
  font-size: 2.2rem;
  margin-right: 1em;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .footer_wrap .txt .big {
    display: block;
    font-size: 1.5rem;
  }
}

.footer_wrap .link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.footer_wrap .link_flex .link:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .link_flex .link:first-child {
    margin-right: 20px;
  }
}

.footer_wrap .link_flex .link a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #FFF;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
  width: 250px;
}

.footer_wrap .link_flex .link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_wrap .link_flex .link a {
    border: 1px solid #FFF;
    font-size: 1.5rem;
    padding: 8px 0;
    width: 140px;
  }
}

/* --------------------------------------
*  スクロールエフェクト
* --------------------------------------*/
/* パターン1：下からふわっと */
.fade-block1 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.fade-block1.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */