@charset "UTF-8";
@keyframes show_loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* 正接(tan)計算 
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 * 
 * @return: tan($angle)
 * 
 * 例: $angle=45, $degrees=true => @return=1
 */
.foundation body.btm {
  position: relative; }
  .foundation body.btm .bg_prx02:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    display: block;
    background: #fff;
    z-index: 2; }

.foundation .bg_prx {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  display: none; }
  .foundation .bg_prx .img_p {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/foundation/bg02_sp.jpg?v=1662287") bottom left no-repeat;
    background-size: cover; }

.foundation .bg_prx02 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  display: none; }
  .foundation .bg_prx02 .img_p {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/foundation/bg04_sp.jpg?v=1662287") bottom left no-repeat;
    background-size: cover; }

.foundation .show_bg #main {
  display: none; }

.foundation .show_bg .bg_prx {
  display: block; }

.foundation .show_bg02 .bg_prx,
.foundation .show_bg02 #main {
  display: none; }

.foundation .show_bg02 .bg_prx02 {
  display: block; }

.foundation .ttls {
  transition: opacity 0.6s ease; }

.foundation .hide_logo #main .section-content-inner .ttls {
  opacity: 0; }

.foundation br.sp {
  display: block; }

.foundation br.pc {
  display: none; }

.foundation #main {
  background: #fff;
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .foundation #main #bg_main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px; }
    .foundation #main #bg_main figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background: url("../images/foundation/img_main_sp.jpg?v=1662287") top center no-repeat;
      background-size: cover; }
  .foundation #main .section-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  .foundation #main .section-content {
    width: 100%;
    position: absolute;
    height: calc(100% - 130px);
    display: table; }
  .foundation #main .section-content-inner {
    display: table-cell;
    vertical-align: middle; }
  .foundation #main h1 {
    width: 144px;
    height: 88px;
    margin: auto;
    margin-bottom: 20px; }
    .foundation #main h1 svg {
      width: 144px;
      height: 88px; }
    .foundation #main h1 path {
      fill: #fff; }
  .foundation #main h2 {
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif SC', sans-serif;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem; }
    .foundation #main h2 span {
      display: inline-block; }
    .foundation #main h2 .t0 {
      margin-left: -.8em; }

.foundation .block {
  overflow: hidden; }

.foundation #ttl-page {
  position: relative;
  width: 100%;
  height: 100%; }
  .foundation #ttl-page .ttl-page-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 115px;
    display: table; }
    .foundation #ttl-page .ttl-page-content:before {
      content: "";
      display: block;
      background: #fff;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      top: 0px;
      left: 0px; }
  .foundation #ttl-page .ttl-page-content-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .foundation #ttl-page h3,
  .foundation #ttl-page h4 {
    text-align: center;
    color: #55504b;
    line-height: 1; }
  .foundation #ttl-page h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px; }
  .foundation #ttl-page h4 {
    font-size: 21px;
    font-size: 2.1rem; }

.foundation #page-lead {
  padding-top: 0px;
  position: relative; }
  .foundation #page-lead .wrap-lead {
    width: 100%;
    position: relative;
    padding-bottom: 75px; }
    .foundation #page-lead .wrap-lead:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      background: #fff; }
  .foundation #page-lead .lead {
    width: calc(100% - 60px);
    max-width: 900px;
    margin: auto;
    position: relative; }
    .foundation #page-lead .lead p {
      color: #55504b;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 28px; }
      .foundation #page-lead .lead p span {
        content: "";
        width: 25px;
        height: 1px;
        background: #55504b;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin: 0 .2em; }
  .foundation #page-lead .content {
    width: 100%;
    position: relative; }

.foundation #blk-foundation01 {
  position: relative;
  background: #fff;
  padding-bottom: 84%; }
  .foundation #blk-foundation01 .bg-main {
    position: relative;
    padding-bottom: 35px; }
    .foundation #blk-foundation01 .bg-main .bg {
      width: 92%;
      height: 0px;
      padding-bottom: 57.73%;
      display: block;
      position: absolute;
      top: 0px; }
      .foundation #blk-foundation01 .bg-main .bg:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/foundation/bg02_sp.jpg) top left no-repeat;
        background-size: cover; }
    .foundation #blk-foundation01 .bg-main .img {
      position: relative;
      text-align: right; }
      .foundation #blk-foundation01 .bg-main .img figure {
        width: 91.33%;
        display: inline-block;
        margin-top: 28.66%; }
  .foundation #blk-foundation01 .grid {
    margin-top: 35px; }
    .foundation #blk-foundation01 .grid .imgs ul li:nth-child(1) {
      margin-bottom: 72px; }
    .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) {
      width: 100%; }
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .movie {
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden; }
        .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .movie video,
        .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .movie .video-js {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
        .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .movie .thumb {
          bottom: 0px;
          top: auto; }
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .ui-video li {
        position: relative;
        right: auto;
        left: auto;
        height: 40px; }
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .ui-video li:nth-child(1),
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .ui-video li:nth-child(2),
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .ui-video li:nth-child(3),
      .foundation #blk-foundation01 .grid .imgs ul li:nth-child(2) .ui-video li:nth-child(4) {
        width: 25%; }
    .foundation #blk-foundation01 .grid .imgs ul li .txt {
      position: relative;
      width: 85.33%;
      margin: auto; }
      .foundation #blk-foundation01 .grid .imgs ul li .txt p {
        color: #55504b;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30.5px; }
      .foundation #blk-foundation01 .grid .imgs ul li .txt p.pc {
        display: none; }
      .foundation #blk-foundation01 .grid .imgs ul li .txt span {
        display: block; }

.foundation #blk-foundation02 {
  position: relative; }
  .foundation #blk-foundation02 .bg-main {
    padding-top: 89.33%; }
    .foundation #blk-foundation02 .bg-main .img {
      width: 100%;
      position: absolute;
      top: 0px;
      margin-top: -36.53%; }
      .foundation #blk-foundation02 .bg-main .img figure {
        width: 84%;
        margin: auto;
        display: block;
        position: relative; }
  .foundation #blk-foundation02 .grid {
    background: #fff;
    padding-top: 40%;
    padding-bottom: 46.6%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible; }
    .foundation #blk-foundation02 .grid ul li:nth-child(1) {
      width: 84%;
      margin: auto;
      margin-bottom: 50px; }
      .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie {
        width: 100%;
        height: 0px;
        padding-bottom: 126%;
        position: relative; }
        .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie video,
        .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie .video-js {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
    .foundation #blk-foundation02 .grid ul li:nth-child(2) {
      width: 84%;
      margin: auto;
      margin-bottom: 90px; }
      .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt {
        position: relative;
        width: 100%; }
        .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p {
          color: #55504b;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          line-height: 30.5px; }
        .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p.pc {
          display: none; }
        .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt span {
          display: block; }
    .foundation #blk-foundation02 .grid ul li:nth-child(3) {
      width: 100%; }

.foundation #block02 {
  overflow: visible; }

.foundation #blk-foundation03 {
  position: relative;
  background: #fff;
  padding-top: 40%;
  padding-bottom: 85px; }
  .foundation #blk-foundation03 .bg-main {
    width: 100%;
    position: relative; }
    .foundation #blk-foundation03 .bg-main .bg {
      width: 91.73%;
      height: 0px;
      padding-bottom: 125.6%;
      display: block;
      position: relative;
      left: 8.27%; }
      .foundation #blk-foundation03 .bg-main .bg:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/foundation/bg03_sp.jpg) top left no-repeat;
        background-size: cover; }
    .foundation #blk-foundation03 .bg-main .img {
      width: 91.2%;
      height: 0px;
      padding-bottom: 66.66%;
      position: absolute;
      top: 0px;
      margin-top: -40%; }
      .foundation #blk-foundation03 .bg-main .img figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px; }
  .foundation #blk-foundation03 .grid {
    position: relative;
    margin-top: -40%; }
    .foundation #blk-foundation03 .grid li:nth-child(1) {
      width: 100%;
      text-align: right;
      margin-bottom: 64px; }
      .foundation #blk-foundation03 .grid li:nth-child(1) .movie {
        width: 84%;
        height: 0px;
        padding-bottom: 114%;
        position: relative;
        display: inline-block; }
        .foundation #blk-foundation03 .grid li:nth-child(1) .movie video, .foundation #blk-foundation03 .grid li:nth-child(1) .movie .video-js {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
    .foundation #blk-foundation03 .grid li:nth-child(2) {
      width: 84%;
      margin: auto;
      margin-bottom: 60px; }
      .foundation #blk-foundation03 .grid li:nth-child(2) .txt {
        position: relative;
        width: 100%; }
        .foundation #blk-foundation03 .grid li:nth-child(2) .txt p {
          color: #55504b;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          line-height: 30.5px; }
        .foundation #blk-foundation03 .grid li:nth-child(2) .txt p.pc {
          display: none; }
        .foundation #blk-foundation03 .grid li:nth-child(2) .txt span {
          display: block; }
        .foundation #blk-foundation03 .grid li:nth-child(2) .txt span.line {
          display: inline-block;
          width: 25px;
          vertical-align: middle;
          position: relative;
          height: 1px;
          border-top: 1px solid #55504b;
          top: -1px;
          margin: 0 .2em; }
  .foundation #blk-foundation03 .btn-watch {
    width: calc(100% - 60px);
    max-width: 320px;
    line-height: 60px;
    height: 60px;
    margin: auto;
    overflow: hidden; }
    .foundation #blk-foundation03 .btn-watch a {
      width: 100%;
      height: 60px;
      line-height: 62px;
      display: block;
      text-align: center;
      position: relative;
      color: #8c7349;
      letter-spacing: 0.1em;
      font-size: 12px;
      font-size: 1.2rem; }
      .foundation #blk-foundation03 .btn-watch a:before, .foundation #blk-foundation03 .btn-watch a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #8c7349;
        position: absolute;
        z-index: 2; }
      .foundation #blk-foundation03 .btn-watch a:before {
        left: 0px;
        top: 0px;
        ;-webkit-animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        -moz-animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
      .foundation #blk-foundation03 .btn-watch a:after {
        right: 0px;
        bottom: 0px;
        ;-webkit-animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        -moz-animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
      .foundation #blk-foundation03 .btn-watch a .inr .inr_bdr {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 1px solid #8c7349;
        opacity: 0.4; }
      .foundation #blk-foundation03 .btn-watch a .inr:before, .foundation #blk-foundation03 .btn-watch a .inr:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #8c7349;
        position: absolute;
        z-index: 2; }
      .foundation #blk-foundation03 .btn-watch a .inr:before {
        left: 0px;
        top: 0px;
        ;-webkit-animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        -moz-animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
      .foundation #blk-foundation03 .btn-watch a .inr:after {
        right: 0px;
        bottom: 0px;
        ;-webkit-animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        -moz-animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
        animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
      .foundation #blk-foundation03 .btn-watch a .inr span {
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        width: 100%;
        left: 0px; }
      .foundation #blk-foundation03 .btn-watch a .inr span {
        margin-top: 0px;
        top: 0px; }
      .foundation #blk-foundation03 .btn-watch a span {
        font-family: "Cronos Pro Light Display", sans-serif;
        letter-spacing: 0.2em;
        font-size: 14px;
        font-size: 1.4rem;
        position: relative; }

.foundation #block-product {
  position: relative;
  overflow: hidden;
  /*.bg{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden;
			&:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: url(../images/lip/bg_product_sp.png) top left no-repeat; background-size: cover;}
		}*/ }
  .foundation #block-product:before, .foundation #block-product:after {
    content: "";
    width: 120%;
    height: 12%;
    position: absolute;
    z-index: 2;
    background: #fff;
    display: block; }
  .foundation #block-product:before {
    top: -5.5%;
    left: -10%;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #fff; }
  .foundation #block-product:after {
    bottom: -12%;
    left: -10%;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-backface-visibility: hidden; }
  .foundation #block-product .section-inner {
    padding: 110px 0 110px 0;
    position: relative; }
  .foundation #block-product .ttl-product {
    padding-bottom: 16px;
    width: calc(100% - 60px);
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9c9c9; }
    .foundation #block-product .ttl-product h3, .foundation #block-product .ttl-product p {
      line-height: 1;
      text-align: center; }
    .foundation #block-product .ttl-product h3 {
      font-size: 26px;
      font-size: 2.6rem;
      letter-spacing: 0.2em;
      margin-bottom: 6px;
      color: #c9c9c9; }
    .foundation #block-product .ttl-product p {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #fff; }
  .foundation #block-product .col-r .pc {
    display: none; }
  .foundation #block-product .col-l {
    width: calc(100% - 60px);
    margin: auto;
    padding: 16px 0 0px 0; }
    .foundation #block-product .col-l .product h4 {
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.05em;
      margin-bottom: 25px; }
    .foundation #block-product .col-l .img-product {
      width: 100%;
      max-width: 630px;
      margin: auto;
      position: relative;
      margin-bottom: 40px; }
      .foundation #block-product .col-l .img-product:after, .foundation #block-product .col-l .img-product:before {
        content: "";
        width: 140px;
        height: 140px;
        display: block;
        background: #fff;
        opacity: 0.35;
        position: absolute; }
      .foundation #block-product .col-l .img-product:before {
        top: 0px;
        left: 0px; }
      .foundation #block-product .col-l .img-product:after {
        right: 0px;
        bottom: -10px; }
      .foundation #block-product .col-l .img-product .img-inner {
        width: calc(100% - 10px);
        margin: auto;
        padding-bottom: 10px;
        position: relative;
        top: 5px; }
        .foundation #block-product .col-l .img-product .img-inner span {
          display: block;
          position: absolute;
          background: #fff; }
        .foundation #block-product .col-l .img-product .img-inner .st {
          width: 0%;
          height: 1px;
          left: 0px;
          top: 0px; }
        .foundation #block-product .col-l .img-product .img-inner .sb {
          width: 0%;
          height: 1px;
          right: 0px;
          bottom: 0px; }
        .foundation #block-product .col-l .img-product .img-inner .sl {
          width: 1px;
          height: 0%;
          top: 0px;
          left: 0px; }
        .foundation #block-product .col-l .img-product .img-inner .sr {
          width: 1px;
          height: 0%;
          bottom: 0px;
          right: 0px; }
        .foundation #block-product .col-l .img-product .img-inner figure {
          width: calc(100% - 10px);
          margin: auto;
          position: relative;
          top: 5px;
          z-index: 2; }
  .foundation #block-product a.btn-detail {
    width: 100%;
    max-width: 300px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .foundation #block-product a.btn-detail:before, .foundation #block-product a.btn-detail:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      z-index: 2; }
    .foundation #block-product a.btn-detail:before {
      left: 0px;
      top: 0px;
      ;-webkit-animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      -moz-animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      animation: btnborder_t 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
    .foundation #block-product a.btn-detail:after {
      right: 0px;
      bottom: 0px;
      ;-webkit-animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      -moz-animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      animation: btnborder_b 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
    .foundation #block-product a.btn-detail .inr .inr_bdr {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      border: 1px solid #fff;
      opacity: 0.4; }
    .foundation #block-product a.btn-detail .inr:before, .foundation #block-product a.btn-detail .inr:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #fff;
      position: absolute;
      z-index: 2; }
    .foundation #block-product a.btn-detail .inr:before {
      left: 0px;
      top: 0px;
      ;-webkit-animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      -moz-animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      animation: btnborder_l 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
    .foundation #block-product a.btn-detail .inr:after {
      right: 0px;
      bottom: 0px;
      ;-webkit-animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      -moz-animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite;
      animation: btnborder_r 2.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite; }
    .foundation #block-product a.btn-detail .inr span {
      position: absolute;
      top: 50%;
      margin-top: -1.5em;
      width: 100%;
      left: 0px; }
    .foundation #block-product a.btn-detail .inr span {
      top: 0px;
      margin-top: 0px; }
    .foundation #block-product a.btn-detail span {
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem; }
  .foundation #block-product .lead {
    width: calc(100% - 60px);
    margin: auto; }
    .foundation #block-product .lead p {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 26px; }
      .foundation #block-product .lead p br {
        display: none; }
  .foundation #block-product .list_product {
    width: calc(100% - 60px);
    margin: auto; }

.foundation .block-credit {
  position: relative;
  padding-top: 50px; }
  .foundation .block-credit:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: block;
    background: #fff; }
  .foundation .block-credit p.txt-credit {
    text-align: center; }
    .foundation .block-credit p.txt-credit br {
      display: none; }

.essence, .essence body {
  width: 100%;
  height: 100%;
  min-height: 100%; }
  .essence #main, .essence body #main {
    width: 100%;
    height: 100%;
    min-height: 100%; }

#modal-movie {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  overflow: hidden;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.6s ease; }
  #modal-movie #bg-movie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: #000;
    opacity: 0.8; }
  #modal-movie #modal-movie-inner {
    width: 0%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  #modal-movie #modal-movie-inner {
    display: table; }
  #modal-movie #modal-movie-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  #modal-movie .movie {
    width: 100%;
    height: 0%;
    padding-bottom: 100%;
    position: relative; }
    #modal-movie .movie .video-js,
    #modal-movie .movie .vjs-poster,
    #modal-movie .movie video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px; }
  #modal-movie a.btn-close-movie {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px; }
    #modal-movie a.btn-close-movie .inr {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -17.5px 0 0 -17.5px; }
    #modal-movie a.btn-close-movie span {
      width: 100%;
      height: 2px;
      background: #fff;
      position: relative;
      display: block; }
    #modal-movie a.btn-close-movie span:nth-of-type(1) {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 12px; }
    #modal-movie a.btn-close-movie span:nth-of-type(2) {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 10px; }

.movie #modal-movie,
.movie #modal-movie #modal-movie-inner {
  width: 100%; }

.movie.show-movie #modal-movie {
  opacity: 1; }

@media all and (min-width: 375px) {
  .foundation #ttl-page h3 {
    font-size: 20px;
    font-size: 2rem; }
  .foundation #ttl-page h4 {
    font-size: 21px;
    font-size: 2.1rem; }
  .foundation #page-lead .lead p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px; }
  .foundation #blk-foundation01 .grid .imgs ul li .txt p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 30.5px; }
  .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 30.5px; }
  .foundation #blk-foundation03 .grid li:nth-child(2) .txt p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 30.5px; }
  .foundation #block-product .ttl-product h3 {
    font-size: 30px;
    font-size: 3rem; }
  .foundation #block-product .ttl-product p {
    font-size: 18px;
    font-size: 1.8rem; }
  .foundation #block-product .col-l .product h4 {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 25px; }
  .foundation #block-product a.btn-detail span {
    font-size: 13px;
    font-size: 1.3rem; } }

/* Small Devices, Tablets */
@media all and (min-width: 500px) {
  .lip #block-product:before {
    height: 8%;
    top: 0%;
    vertical-align: bottom;
    line-height: 1; } }

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  .foundation #main h1 {
    width: 135px;
    height: 84px;
    margin-bottom: 24px; }
    .foundation #main h1 svg {
      width: 135px;
      height: 84px; }
  .foundation #main h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  .foundation #block-product:before {
    height: 10%;
    top: 0%;
    vertical-align: bottom;
    line-height: 1; } }

@media all and (min-width: 640px) {
  #modal-movie .movie {
    width: 640px;
    height: 640px;
    padding-bottom: 0%;
    margin: auto; } }

/* PC */
@media all and (min-width: 864px) {
  .foundation.ie11 #page-lead .lead.animate p,
  .foundation.edge #page-lead .lead.animate p {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  .foundation.ie11 #blk-lip01 .txt,
  .foundation.edge #blk-lip01 .txt {
    width: 340px; }
  .foundation .block,
  .foundation #blk-foundation02,
  .foundation #ttl-page {
    min-width: 1200px; }
  .foundation .bg_prx .img_p {
    background: url("../images/foundation/bg02.jpg?v=1662287") center no-repeat;
    background-size: cover; }
  .foundation .bg_prx02 .img_p {
    background: url("../images/foundation/bg04_pc.jpg?v=1662287") bottom left no-repeat;
    background-size: cover; }
  .foundation br.sp {
    display: none; }
  .foundation br.pc {
    display: block; }
  .foundation #main {
    min-width: 900px; }
    .foundation #main #bg_main figure {
      background-image: url("../images/foundation/img_main.jpg?v=1662287"); }
    .foundation #main h1 {
      width: 135px;
      height: 84px;
      margin-bottom: 24px; }
      .foundation #main h1 svg {
        width: 135px;
        height: 84px; }
    .foundation #main h2 {
      font-size: 22px;
      font-size: 2.2rem; }
  .foundation #wrapper {
    width: 100%;
    min-width: 900px;
    margin: auto; }
  .foundation #ttl-page .ttl-page-content {
    height: 130px; }
  .foundation #ttl-page h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px; }
  .foundation #ttl-page h4 {
    font-size: 24px;
    font-size: 2.4rem; }
  .foundation #page-lead .wrap-lead {
    padding-bottom: 60px;
    padding-top: 0px;
    margin-top: -8px; }
  .foundation #page-lead .lead p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  .foundation #page-lead h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px; }
  .foundation #page-lead h4 {
    margin-bottom: 32px;
    font-size: 24px;
    font-size: 2.4rem; }
  .foundation #page-lead .ttl-page {
    margin-bottom: 134px; }
    .foundation #page-lead .ttl-page p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 26px; }
  .foundation #page-lead .content .content-inner {
    margin-top: 0px; }
  .foundation #blk-foundation01 {
    padding-bottom: 308px; }
    .foundation #blk-foundation01 .bg-main {
      position: relative;
      padding-bottom: 70px; }
      .foundation #blk-foundation01 .bg-main .bg {
        width: 70%;
        height: 286px;
        padding-bottom: 0px;
        position: relative;
        top: 0px; }
        .foundation #blk-foundation01 .bg-main .bg:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          background: url(../images/foundation/bg01.jpg) top left no-repeat;
          background-size: cover; }
      .foundation #blk-foundation01 .bg-main .img {
        width: 1040px;
        text-align: left;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -520px; }
        .foundation #blk-foundation01 .bg-main .img figure {
          width: 450px;
          display: inline-block;
          position: absolute;
          top: 70px;
          margin-top: 0px; }
    .foundation #blk-foundation01 .grid {
      margin-top: 70px; }
      .foundation #blk-foundation01 .grid .imgs {
        width: 100%;
        max-width: 1040px;
        margin: auto; }
        .foundation #blk-foundation01 .grid .imgs ul {
          position: relative;
          width: 100%; }
          .foundation #blk-foundation01 .grid .imgs ul li.a:nth-child(1) {
            margin-bottom: 72px; }
          .foundation #blk-foundation01 .grid .imgs ul li.a:nth-child(2) {
            width: 500px;
            height: 500px;
            position: absolute;
            right: 0px;
            top: 0px; }
            .foundation #blk-foundation01 .grid .imgs ul li.a:nth-child(2) .movie {
              width: 100%;
              height: 0px;
              padding-bottom: 100%;
              position: relative; }
              .foundation #blk-foundation01 .grid .imgs ul li.a:nth-child(2) .movie video,
              .foundation #blk-foundation01 .grid .imgs ul li.a:nth-child(2) .movie .video-js {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px; }
          .foundation #blk-foundation01 .grid .imgs ul li.a .txt {
            position: relative;
            width: 85.33%;
            margin: auto;
            padding: 180px 0 0 0; }
            .foundation #blk-foundation01 .grid .imgs ul li.a .txt p {
              color: #55504b;
              font-size: 15px;
              font-size: 1.5rem;
              letter-spacing: 0.05em;
              line-height: 30.5px; }
            .foundation #blk-foundation01 .grid .imgs ul li.a .txt p.pc {
              display: block; }
            .foundation #blk-foundation01 .grid .imgs ul li.a .txt p.sp {
              display: none; }
            .foundation #blk-foundation01 .grid .imgs ul li.a .txt span {
              display: block; }
  .foundation #blk-foundation02 .bg-main {
    padding-top: 410px; }
    .foundation #blk-foundation02 .bg-main .img {
      width: 1040px;
      left: 50%;
      margin-left: -520px;
      position: absolute;
      top: 0px;
      margin-top: -120px; }
      .foundation #blk-foundation02 .bg-main .img figure {
        width: 450px;
        height: 315px;
        margin: 0;
        display: block;
        position: relative; }
  .foundation #blk-foundation02 .grid {
    background: #fff;
    padding-bottom: 0%;
    padding-top: 120px;
    padding-bottom: 424px; }
    .foundation #blk-foundation02 .grid ul {
      margin: auto;
      width: 1040px;
      position: relative; }
      .foundation #blk-foundation02 .grid ul li:nth-child(1) {
        width: 350px;
        height: 441px;
        margin: 0;
        margin-bottom: 50px; }
        .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie {
          width: 100%;
          height: 441px;
          padding-bottom: 0%;
          position: relative; }
          .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie video,
          .foundation #blk-foundation02 .grid ul li:nth-child(1) .movie .video-js {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px; }
      .foundation #blk-foundation02 .grid ul li:nth-child(2) {
        width: 450px;
        margin: 0;
        position: absolute;
        right: 70px;
        top: 0px;
        margin-bottom: 0px; }
        .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt {
          position: relative;
          width: 100%;
          padding-top: 65px; }
          .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p {
            color: #55504b;
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.05em;
            line-height: 30.5px; }
          .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p.pc {
            display: block; }
          .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt p.sp {
            display: none; }
          .foundation #blk-foundation02 .grid ul li:nth-child(2) .txt span {
            display: block; }
      .foundation #blk-foundation02 .grid ul li:nth-child(3) {
        width: 450px;
        position: absolute;
        right: 70px;
        bottom: -284px; }
  .foundation #blk-foundation03 {
    position: relative;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px; }
    .foundation #blk-foundation03 .bg-main {
      width: 100%;
      position: relative;
      height: 312px; }
      .foundation #blk-foundation03 .bg-main .bg {
        width: 65%;
        height: 312px;
        padding-bottom: 0%;
        display: block;
        position: relative;
        left: 35%; }
        .foundation #blk-foundation03 .bg-main .bg:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          background: url(../images/foundation/bg03.jpg) center left no-repeat;
          background-size: cover; }
      .foundation #blk-foundation03 .bg-main .img {
        width: 427px;
        height: 270px;
        padding-bottom: 0;
        position: absolute;
        top: -96px;
        margin-top: 0;
        left: 50%;
        margin-left: -520px; }
        .foundation #blk-foundation03 .bg-main .img figure {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          background: url(../images/foundation/img3.jpg) top left no-repeat;
          background-size: cover; }
          .foundation #blk-foundation03 .bg-main .img figure img {
            display: none; }
    .foundation #blk-foundation03 .grid {
      position: relative;
      margin-top: 0%;
      width: 1040px;
      margin: auto; }
      .foundation #blk-foundation03 .grid ul {
        width: 100%;
        position: relative; }
      .foundation #blk-foundation03 .grid li:nth-child(1) {
        width: 350px;
        height: 474px;
        text-align: right;
        margin-bottom: 0px;
        position: absolute;
        right: 0px;
        top: -200px; }
        .foundation #blk-foundation03 .grid li:nth-child(1) .movie {
          width: 100%;
          padding-bottom: 0%;
          height: 100%; }
          .foundation #blk-foundation03 .grid li:nth-child(1) .movie video, .foundation #blk-foundation03 .grid li:nth-child(1) .movie .video-js {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px; }
      .foundation #blk-foundation03 .grid li:nth-child(2) {
        width: 420px;
        margin: 0;
        margin-left: 70px; }
        .foundation #blk-foundation03 .grid li:nth-child(2) .txt {
          position: relative;
          width: 100%;
          padding-top: 80px; }
          .foundation #blk-foundation03 .grid li:nth-child(2) .txt p {
            color: #55504b;
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.05em;
            line-height: 30.5px; }
          .foundation #blk-foundation03 .grid li:nth-child(2) .txt p.pc {
            display: block; }
          .foundation #blk-foundation03 .grid li:nth-child(2) .txt p.sp {
            display: none; }
          .foundation #blk-foundation03 .grid li:nth-child(2) .txt span {
            display: block; }
          .foundation #blk-foundation03 .grid li:nth-child(2) .txt span.line {
            display: inline-block;
            width: 25px;
            vertical-align: middle;
            position: relative;
            height: 1px;
            border-top: 1px solid #55504b;
            top: -1px;
            margin: 0 .2em; }
    .foundation #blk-foundation03 .btn-watch {
      max-width: 320px;
      line-height: 50px;
      height: 50px;
      margin: 0;
      margin-left: 70px;
      margin-top: 50px; }
      .foundation #blk-foundation03 .btn-watch a {
        height: 50px;
        line-height: 52px;
        transition: background 0.15s linear; }
        .foundation #blk-foundation03 .btn-watch a span {
          font-family: "Cronos Pro Light Display", sans-serif;
          letter-spacing: 0.2em;
          font-size: 14px;
          font-size: 1.4rem;
          position: relative;
          transition: color 0.15s linear; }
        .foundation #blk-foundation03 .btn-watch a:hover {
          background: #8c7349; }
          .foundation #blk-foundation03 .btn-watch a:hover span {
            color: #fff; }
  .foundation #block02 {
    position: relative;
    z-index: 2; }
  .foundation #block-product {
    margin-top: -76px;
    z-index: 1; }
    .foundation #block-product .bg:before {
      height: 100%;
      padding-bottom: 0%;
      background: url("../images/lip/bg_product.png?v=1662287") top left no-repeat;
      background-size: auto 100%; }
    .foundation #block-product:before, .foundation #block-product:after {
      height: 20%; }
    .foundation #block-product:before {
      -ms-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
      top: 10%; }
    .foundation #block-product:after {
      -ms-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
      bottom: -20%; }
    .foundation #block-product .section-inner {
      padding: 17% 0 8.5% 0;
      position: relative; }
    .foundation #block-product .col2 {
      width: 100%;
      max-width: 900px;
      margin: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      align-items: center;
      flex-direction: row-reverse; }
      .foundation #block-product .col2 .col-l {
        width: 336px;
        padding-top: 0px;
        margin-right: 114px; }
        .foundation #block-product .col2 .col-l .sp {
          display: none; }
        .foundation #block-product .col2 .col-l .img-product {
          margin-bottom: 0px; }
      .foundation #block-product .col2 .col-r {
        width: 450px; }
        .foundation #block-product .col2 .col-r .pc {
          display: block;
          margin-top: 20px; }
          .foundation #block-product .col2 .col-r .pc h4 {
            font-size: 10px;
            font-size: 1rem;
            color: #fff;
            margin-bottom: 30px; }
          .foundation #block-product .col2 .col-r .pc a.btn-detail {
            height: 40px;
            line-height: 42px; }
            .foundation #block-product .col2 .col-r .pc a.btn-detail .inr {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0px;
              left: 0px;
              transition: background 0.15s linear; }
              .foundation #block-product .col2 .col-r .pc a.btn-detail .inr span {
                transition: color 0.15s linear;
                font-size: 12px;
                font-size: 1.2rem; }
            .foundation #block-product .col2 .col-r .pc a.btn-detail:hover .inr {
              background: #fff; }
            .foundation #block-product .col2 .col-r .pc a.btn-detail:hover span {
              color: #8c7349; }
    .foundation #block-product .ttl-product {
      padding-bottom: 16px;
      width: 100%;
      margin: auto;
      margin-bottom: 15px;
      border-bottom: 1px solid #c9c9c9; }
      .foundation #block-product .ttl-product h3 {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 0.2em;
        margin-bottom: 6px; }
      .foundation #block-product .ttl-product p {
        /*@include fz(18);*/
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.1em; }
    .foundation #block-product .lead {
      width: 100%; }
      .foundation #block-product .lead p {
        color: #e8e8e8;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        letter-spacing: 0.05em; }
    .foundation #block-product .list-product {
      width: 100%;
      margin: auto; } }

#foundation {
  transition: opacity 1s ease; }
  #foundation.disable {
    overflow: hidden; }
  #foundation.fixed {
    position: fixed; }

@-webkit-keyframes bgtxt {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-moz-keyframes bgtxt {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes bgtxt {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes windrl {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    transform: translate3d(44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    transform: translate3d(31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    transform: translate3d(12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    transform: translate3d(2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-moz-keyframes windrl {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    transform: translate3d(44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    transform: translate3d(31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    transform: translate3d(12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    transform: translate3d(2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes windrl {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(44.3724447992px, 47.380450224px, 0);
    transform: translate3d(44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(31.442054972px, 34.0885893266px, 0);
    transform: translate3d(31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(12.853981634px, 15.4361488842px, 0);
    transform: translate3d(12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(2.239996323px, 2.1665498514px, 0);
    transform: translate3d(2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes windlr {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(-72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(-58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    transform: translate3d(-44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    transform: translate3d(-31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(-20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    transform: translate3d(-12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(-7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(-4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    transform: translate3d(-2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(-1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-moz-keyframes windlr {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(-72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(-58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    transform: translate3d(-44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    transform: translate3d(-31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(-20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    transform: translate3d(-12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(-7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(-4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    transform: translate3d(-2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(-1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes windlr {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(-72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(-72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    -ms-transform: translate3d(-58.6483410395px, 63.7609904393px, 0);
    transform: translate3d(-58.6483410395px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    -ms-transform: translate3d(-44.3724447992px, 47.380450224px, 0);
    transform: translate3d(-44.3724447992px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    -ms-transform: translate3d(-31.442054972px, 34.0885893266px, 0);
    transform: translate3d(-31.442054972px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    -ms-transform: translate3d(-20.8046334226px, 23.5576865094px, 0);
    transform: translate3d(-20.8046334226px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    -ms-transform: translate3d(-12.853981634px, 15.4361488842px, 0);
    transform: translate3d(-12.853981634px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    -ms-transform: translate3d(-7.4732594148px, 9.3732182069px, 0);
    transform: translate3d(-7.4732594148px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    -ms-transform: translate3d(-4.1655097408px, 5.0430238319px, 0);
    transform: translate3d(-4.1655097408px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    -ms-transform: translate3d(-2.239996323px, 2.1665498514px, 0);
    transform: translate3d(-2.239996323px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    -ms-transform: translate3d(-1.0153760489px, 0.5302187304px, 0);
    transform: translate3d(-1.0153760489px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

.foundation #main h1 {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

@-webkit-keyframes txtanimation0 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    -ms-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    transform: translate3d(65.1648233772px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(55.465555999px, 47.380450224px, 0);
    -ms-transform: translate3d(55.465555999px, 47.380450224px, 0);
    transform: translate3d(55.465555999px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    -ms-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    transform: translate3d(44.9172213886px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    -ms-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    transform: translate3d(34.6743890377px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    -ms-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    transform: translate3d(25.707963268px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    -ms-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    transform: translate3d(18.6831485369px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    -ms-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    transform: translate3d(13.8850324693px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    -ms-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    transform: translate3d(11.1999816149px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    -ms-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    transform: translate3d(10.1537604888px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0px, 0);
    -ms-transform: translate3d(10px, 0px, 0);
    transform: translate3d(10px, 0px, 0); } }

@-moz-keyframes txtanimation0 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    -ms-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    transform: translate3d(65.1648233772px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(55.465555999px, 47.380450224px, 0);
    -ms-transform: translate3d(55.465555999px, 47.380450224px, 0);
    transform: translate3d(55.465555999px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    -ms-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    transform: translate3d(44.9172213886px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    -ms-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    transform: translate3d(34.6743890377px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    -ms-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    transform: translate3d(25.707963268px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    -ms-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    transform: translate3d(18.6831485369px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    -ms-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    transform: translate3d(13.8850324693px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    -ms-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    transform: translate3d(11.1999816149px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    -ms-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    transform: translate3d(10.1537604888px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0px, 0);
    -ms-transform: translate3d(10px, 0px, 0);
    transform: translate3d(10px, 0px, 0); } }

@keyframes txtanimation0 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    -ms-transform: translate3d(72.8318531827px, 83.5101879075px, 0);
    transform: translate3d(72.8318531827px, 83.5101879075px, 0); }
  10% {
    opacity: 0.1;
    -webkit-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    -ms-transform: translate3d(65.1648233772px, 63.7609904393px, 0);
    transform: translate3d(65.1648233772px, 63.7609904393px, 0); }
  20% {
    opacity: 0.2;
    -webkit-transform: translate3d(55.465555999px, 47.380450224px, 0);
    -ms-transform: translate3d(55.465555999px, 47.380450224px, 0);
    transform: translate3d(55.465555999px, 47.380450224px, 0); }
  30% {
    opacity: 0.3;
    -webkit-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    -ms-transform: translate3d(44.9172213886px, 34.0885893266px, 0);
    transform: translate3d(44.9172213886px, 34.0885893266px, 0); }
  40% {
    opacity: 0.4;
    -webkit-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    -ms-transform: translate3d(34.6743890377px, 23.5576865094px, 0);
    transform: translate3d(34.6743890377px, 23.5576865094px, 0); }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    -ms-transform: translate3d(25.707963268px, 15.4361488842px, 0);
    transform: translate3d(25.707963268px, 15.4361488842px, 0); }
  60% {
    opacity: 0.6;
    -webkit-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    -ms-transform: translate3d(18.6831485369px, 9.3732182069px, 0);
    transform: translate3d(18.6831485369px, 9.3732182069px, 0); }
  70% {
    opacity: 0.7;
    -webkit-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    -ms-transform: translate3d(13.8850324693px, 5.0430238319px, 0);
    transform: translate3d(13.8850324693px, 5.0430238319px, 0); }
  80% {
    opacity: 0.8;
    -webkit-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    -ms-transform: translate3d(11.1999816149px, 2.1665498514px, 0);
    transform: translate3d(11.1999816149px, 2.1665498514px, 0); }
  90% {
    opacity: 0.9;
    -webkit-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    -ms-transform: translate3d(10.1537604888px, 0.5302187304px, 0);
    transform: translate3d(10.1537604888px, 0.5302187304px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0px, 0);
    -ms-transform: translate3d(10px, 0px, 0);
    transform: translate3d(10px, 0px, 0); } }

.foundation #main h2 span {
  opacity: 0; }

.foundation #main.active h1 {
  opacity: 1; }

.foundation #main.active h2 span:nth-child(0) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0s 1;
  animation: txtanimation0 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(1) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.1s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.1s 1;
  animation: txtanimation0 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(2) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.2s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.2s 1;
  animation: txtanimation0 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(3) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.3s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.3s 1;
  animation: txtanimation0 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(4) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.4s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.4s 1;
  animation: txtanimation0 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(5) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.5s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.5s 1;
  animation: txtanimation0 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(6) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.6s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.6s 1;
  animation: txtanimation0 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(7) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.7s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.7s 1;
  animation: txtanimation0 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(8) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.8s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.8s 1;
  animation: txtanimation0 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(9) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 0.9s 1;
  -moz-animation: txtanimation0 0.6s ease-in 0.9s 1;
  animation: txtanimation0 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #main.active h2 span:nth-child(10) {
  ;-webkit-animation: txtanimation0 0.6s ease-in 1s 1;
  -moz-animation: txtanimation0 0.6s ease-in 1s 1;
  animation: txtanimation0 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #page-lead .lead p {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -webkit-transform: translate3d(0px, 40px, 0);
  -ms-transform: translate3d(0px, 40px, 0);
  transform: translate3d(0px, 40px, 0);
  opacity: 0; }

.foundation #page-lead .lead.animate p {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.foundation #blk-foundation01 .bg-main .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  transition: width 0.6s ease; }

.foundation #blk-foundation01 .bg-main .img figure {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.foundation #blk-foundation01 .bg-main.animate .bg:after {
  width: 0px;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; }

.foundation #blk-foundation01 .bg-main.animate figure {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1) p span {
  opacity: 0; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(0) {
  ;-webkit-animation: windlr 0.6s ease-in 0s 1;
  -moz-animation: windlr 0.6s ease-in 0s 1;
  animation: windlr 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(1) {
  ;-webkit-animation: windlr 0.6s ease-in 0.1s 1;
  -moz-animation: windlr 0.6s ease-in 0.1s 1;
  animation: windlr 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(2) {
  ;-webkit-animation: windlr 0.6s ease-in 0.2s 1;
  -moz-animation: windlr 0.6s ease-in 0.2s 1;
  animation: windlr 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(3) {
  ;-webkit-animation: windlr 0.6s ease-in 0.3s 1;
  -moz-animation: windlr 0.6s ease-in 0.3s 1;
  animation: windlr 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(4) {
  ;-webkit-animation: windlr 0.6s ease-in 0.4s 1;
  -moz-animation: windlr 0.6s ease-in 0.4s 1;
  animation: windlr 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(5) {
  ;-webkit-animation: windlr 0.6s ease-in 0.5s 1;
  -moz-animation: windlr 0.6s ease-in 0.5s 1;
  animation: windlr 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(6) {
  ;-webkit-animation: windlr 0.6s ease-in 0.6s 1;
  -moz-animation: windlr 0.6s ease-in 0.6s 1;
  animation: windlr 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(7) {
  ;-webkit-animation: windlr 0.6s ease-in 0.7s 1;
  -moz-animation: windlr 0.6s ease-in 0.7s 1;
  animation: windlr 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(8) {
  ;-webkit-animation: windlr 0.6s ease-in 0.8s 1;
  -moz-animation: windlr 0.6s ease-in 0.8s 1;
  animation: windlr 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(9) {
  ;-webkit-animation: windlr 0.6s ease-in 0.9s 1;
  -moz-animation: windlr 0.6s ease-in 0.9s 1;
  animation: windlr 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(10) {
  ;-webkit-animation: windlr 0.6s ease-in 1s 1;
  -moz-animation: windlr 0.6s ease-in 1s 1;
  animation: windlr 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.sp span:nth-child(11) {
  ;-webkit-animation: windlr 0.6s ease-in 1.1s 1;
  -moz-animation: windlr 0.6s ease-in 1.1s 1;
  animation: windlr 0.6s ease-in 1.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(0) {
  ;-webkit-animation: windlr 0.6s ease-in 0s 1;
  -moz-animation: windlr 0.6s ease-in 0s 1;
  animation: windlr 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(1) {
  ;-webkit-animation: windlr 0.6s ease-in 0.1s 1;
  -moz-animation: windlr 0.6s ease-in 0.1s 1;
  animation: windlr 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(2) {
  ;-webkit-animation: windlr 0.6s ease-in 0.2s 1;
  -moz-animation: windlr 0.6s ease-in 0.2s 1;
  animation: windlr 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(3) {
  ;-webkit-animation: windlr 0.6s ease-in 0.3s 1;
  -moz-animation: windlr 0.6s ease-in 0.3s 1;
  animation: windlr 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(4) {
  ;-webkit-animation: windlr 0.6s ease-in 0.4s 1;
  -moz-animation: windlr 0.6s ease-in 0.4s 1;
  animation: windlr 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(5) {
  ;-webkit-animation: windlr 0.6s ease-in 0.5s 1;
  -moz-animation: windlr 0.6s ease-in 0.5s 1;
  animation: windlr 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(6) {
  ;-webkit-animation: windlr 0.6s ease-in 0.6s 1;
  -moz-animation: windlr 0.6s ease-in 0.6s 1;
  animation: windlr 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(7) {
  ;-webkit-animation: windlr 0.6s ease-in 0.7s 1;
  -moz-animation: windlr 0.6s ease-in 0.7s 1;
  animation: windlr 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(8) {
  ;-webkit-animation: windlr 0.6s ease-in 0.8s 1;
  -moz-animation: windlr 0.6s ease-in 0.8s 1;
  animation: windlr 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(9) {
  ;-webkit-animation: windlr 0.6s ease-in 0.9s 1;
  -moz-animation: windlr 0.6s ease-in 0.9s 1;
  animation: windlr 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(1).animate p.pc span:nth-child(10) {
  ;-webkit-animation: windlr 0.6s ease-in 1s 1;
  -moz-animation: windlr 0.6s ease-in 1s 1;
  animation: windlr 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation01 .imgs ul li.a:nth-child(2) {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }
  .foundation #blk-foundation01 .imgs ul li.a:nth-child(2).animate {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.foundation #blk-foundation02 .bg-main .img figure {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.foundation #blk-foundation02 .bg-main.animate .img figure {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.foundation #blk-foundation02 .grid ul li:nth-child(1) {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }
  .foundation #blk-foundation02 .grid ul li:nth-child(1).animate {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.foundation #blk-foundation02 .grid ul li:nth-child(2) p span {
  opacity: 0; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(0) {
  ;-webkit-animation: windrl 0.6s ease-in 0s 1;
  -moz-animation: windrl 0.6s ease-in 0s 1;
  animation: windrl 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(1) {
  ;-webkit-animation: windrl 0.6s ease-in 0.1s 1;
  -moz-animation: windrl 0.6s ease-in 0.1s 1;
  animation: windrl 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(2) {
  ;-webkit-animation: windrl 0.6s ease-in 0.2s 1;
  -moz-animation: windrl 0.6s ease-in 0.2s 1;
  animation: windrl 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(3) {
  ;-webkit-animation: windrl 0.6s ease-in 0.3s 1;
  -moz-animation: windrl 0.6s ease-in 0.3s 1;
  animation: windrl 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(4) {
  ;-webkit-animation: windrl 0.6s ease-in 0.4s 1;
  -moz-animation: windrl 0.6s ease-in 0.4s 1;
  animation: windrl 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(5) {
  ;-webkit-animation: windrl 0.6s ease-in 0.5s 1;
  -moz-animation: windrl 0.6s ease-in 0.5s 1;
  animation: windrl 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(6) {
  ;-webkit-animation: windrl 0.6s ease-in 0.6s 1;
  -moz-animation: windrl 0.6s ease-in 0.6s 1;
  animation: windrl 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(7) {
  ;-webkit-animation: windrl 0.6s ease-in 0.7s 1;
  -moz-animation: windrl 0.6s ease-in 0.7s 1;
  animation: windrl 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(8) {
  ;-webkit-animation: windrl 0.6s ease-in 0.8s 1;
  -moz-animation: windrl 0.6s ease-in 0.8s 1;
  animation: windrl 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(9) {
  ;-webkit-animation: windrl 0.6s ease-in 0.9s 1;
  -moz-animation: windrl 0.6s ease-in 0.9s 1;
  animation: windrl 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(10) {
  ;-webkit-animation: windrl 0.6s ease-in 1s 1;
  -moz-animation: windrl 0.6s ease-in 1s 1;
  animation: windrl 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(11) {
  ;-webkit-animation: windrl 0.6s ease-in 1.1s 1;
  -moz-animation: windrl 0.6s ease-in 1.1s 1;
  animation: windrl 0.6s ease-in 1.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.sp span:nth-child(12) {
  ;-webkit-animation: windrl 0.6s ease-in 1.2s 1;
  -moz-animation: windrl 0.6s ease-in 1.2s 1;
  animation: windrl 0.6s ease-in 1.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(0) {
  ;-webkit-animation: windrl 0.6s ease-in 0s 1;
  -moz-animation: windrl 0.6s ease-in 0s 1;
  animation: windrl 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(1) {
  ;-webkit-animation: windrl 0.6s ease-in 0.1s 1;
  -moz-animation: windrl 0.6s ease-in 0.1s 1;
  animation: windrl 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(2) {
  ;-webkit-animation: windrl 0.6s ease-in 0.2s 1;
  -moz-animation: windrl 0.6s ease-in 0.2s 1;
  animation: windrl 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(3) {
  ;-webkit-animation: windrl 0.6s ease-in 0.3s 1;
  -moz-animation: windrl 0.6s ease-in 0.3s 1;
  animation: windrl 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(4) {
  ;-webkit-animation: windrl 0.6s ease-in 0.4s 1;
  -moz-animation: windrl 0.6s ease-in 0.4s 1;
  animation: windrl 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(5) {
  ;-webkit-animation: windrl 0.6s ease-in 0.5s 1;
  -moz-animation: windrl 0.6s ease-in 0.5s 1;
  animation: windrl 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(6) {
  ;-webkit-animation: windrl 0.6s ease-in 0.6s 1;
  -moz-animation: windrl 0.6s ease-in 0.6s 1;
  animation: windrl 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(7) {
  ;-webkit-animation: windrl 0.6s ease-in 0.7s 1;
  -moz-animation: windrl 0.6s ease-in 0.7s 1;
  animation: windrl 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(8) {
  ;-webkit-animation: windrl 0.6s ease-in 0.8s 1;
  -moz-animation: windrl 0.6s ease-in 0.8s 1;
  animation: windrl 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(9) {
  ;-webkit-animation: windrl 0.6s ease-in 0.9s 1;
  -moz-animation: windrl 0.6s ease-in 0.9s 1;
  animation: windrl 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(2).animate p.pc span:nth-child(10) {
  ;-webkit-animation: windrl 0.6s ease-in 1s 1;
  -moz-animation: windrl 0.6s ease-in 1s 1;
  animation: windrl 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation02 .grid ul li:nth-child(3) {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0); }
  .foundation #blk-foundation02 .grid ul li:nth-child(3).animate {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.foundation #blk-foundation03 .bg-main .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: width 0.6s ease;
  background: #fff; }

.foundation #blk-foundation03 .bg-main .img figure {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.foundation #blk-foundation03 .bg-main.animate .bg:after {
  width: 0px; }

.foundation #blk-foundation03 .bg-main.animate .img figure {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.foundation #blk-foundation03 .grid li:nth-child(1) {
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }
  .foundation #blk-foundation03 .grid li:nth-child(1).animate {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.foundation #blk-foundation03 .grid li:nth-child(2) p span {
  opacity: 0; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(0) {
  ;-webkit-animation: windlr 0.6s ease-in 0s 1;
  -moz-animation: windlr 0.6s ease-in 0s 1;
  animation: windlr 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(1) {
  ;-webkit-animation: windlr 0.6s ease-in 0.1s 1;
  -moz-animation: windlr 0.6s ease-in 0.1s 1;
  animation: windlr 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(2) {
  ;-webkit-animation: windlr 0.6s ease-in 0.2s 1;
  -moz-animation: windlr 0.6s ease-in 0.2s 1;
  animation: windlr 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(3) {
  ;-webkit-animation: windlr 0.6s ease-in 0.3s 1;
  -moz-animation: windlr 0.6s ease-in 0.3s 1;
  animation: windlr 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(4) {
  ;-webkit-animation: windlr 0.6s ease-in 0.4s 1;
  -moz-animation: windlr 0.6s ease-in 0.4s 1;
  animation: windlr 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(5) {
  ;-webkit-animation: windlr 0.6s ease-in 0.5s 1;
  -moz-animation: windlr 0.6s ease-in 0.5s 1;
  animation: windlr 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(6) {
  ;-webkit-animation: windlr 0.6s ease-in 0.6s 1;
  -moz-animation: windlr 0.6s ease-in 0.6s 1;
  animation: windlr 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(7) {
  ;-webkit-animation: windlr 0.6s ease-in 0.7s 1;
  -moz-animation: windlr 0.6s ease-in 0.7s 1;
  animation: windlr 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(8) {
  ;-webkit-animation: windlr 0.6s ease-in 0.8s 1;
  -moz-animation: windlr 0.6s ease-in 0.8s 1;
  animation: windlr 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(9) {
  ;-webkit-animation: windlr 0.6s ease-in 0.9s 1;
  -moz-animation: windlr 0.6s ease-in 0.9s 1;
  animation: windlr 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(10) {
  ;-webkit-animation: windlr 0.6s ease-in 1s 1;
  -moz-animation: windlr 0.6s ease-in 1s 1;
  animation: windlr 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(11) {
  ;-webkit-animation: windlr 0.6s ease-in 1.1s 1;
  -moz-animation: windlr 0.6s ease-in 1.1s 1;
  animation: windlr 0.6s ease-in 1.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.sp span:nth-child(12) {
  ;-webkit-animation: windlr 0.6s ease-in 1.2s 1;
  -moz-animation: windlr 0.6s ease-in 1.2s 1;
  animation: windlr 0.6s ease-in 1.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(0) {
  ;-webkit-animation: windlr 0.6s ease-in 0s 1;
  -moz-animation: windlr 0.6s ease-in 0s 1;
  animation: windlr 0.6s ease-in 0s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(1) {
  ;-webkit-animation: windlr 0.6s ease-in 0.1s 1;
  -moz-animation: windlr 0.6s ease-in 0.1s 1;
  animation: windlr 0.6s ease-in 0.1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(2) {
  ;-webkit-animation: windlr 0.6s ease-in 0.2s 1;
  -moz-animation: windlr 0.6s ease-in 0.2s 1;
  animation: windlr 0.6s ease-in 0.2s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(3) {
  ;-webkit-animation: windlr 0.6s ease-in 0.3s 1;
  -moz-animation: windlr 0.6s ease-in 0.3s 1;
  animation: windlr 0.6s ease-in 0.3s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(4) {
  ;-webkit-animation: windlr 0.6s ease-in 0.4s 1;
  -moz-animation: windlr 0.6s ease-in 0.4s 1;
  animation: windlr 0.6s ease-in 0.4s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(5) {
  ;-webkit-animation: windlr 0.6s ease-in 0.5s 1;
  -moz-animation: windlr 0.6s ease-in 0.5s 1;
  animation: windlr 0.6s ease-in 0.5s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(6) {
  ;-webkit-animation: windlr 0.6s ease-in 0.6s 1;
  -moz-animation: windlr 0.6s ease-in 0.6s 1;
  animation: windlr 0.6s ease-in 0.6s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(7) {
  ;-webkit-animation: windlr 0.6s ease-in 0.7s 1;
  -moz-animation: windlr 0.6s ease-in 0.7s 1;
  animation: windlr 0.6s ease-in 0.7s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(8) {
  ;-webkit-animation: windlr 0.6s ease-in 0.8s 1;
  -moz-animation: windlr 0.6s ease-in 0.8s 1;
  animation: windlr 0.6s ease-in 0.8s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(9) {
  ;-webkit-animation: windlr 0.6s ease-in 0.9s 1;
  -moz-animation: windlr 0.6s ease-in 0.9s 1;
  animation: windlr 0.6s ease-in 0.9s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .grid li:nth-child(2).animate p.pc span:nth-child(10) {
  ;-webkit-animation: windlr 0.6s ease-in 1s 1;
  -moz-animation: windlr 0.6s ease-in 1s 1;
  animation: windlr 0.6s ease-in 1s 1;
  animation-fill-mode: forwards; }

.foundation #blk-foundation03 .btn-watch {
  opacity: 0;
  transition: opacity 0.6s ease; }
  .foundation #blk-foundation03 .btn-watch.animate {
    opacity: 1; }

.foundation #block-product .col-l .img-product:before {
  -webkit-transform: translate3d(10px, 10px, 0);
  -ms-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  opacity: 0;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0s; }

.foundation #block-product .col-l .img-product:after {
  -webkit-transform: translate3d(-10px, -10px, 0);
  -ms-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
  opacity: 0;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0s; }

.foundation #block-product .col-l .img-product .img-inner .st {
  width: 0%;
  transition: width 0.6s ease; }

.foundation #block-product .col-l .img-product .img-inner .sb {
  width: 0%;
  transition: width 0.6s ease; }

.foundation #block-product .col-l .img-product .img-inner .sl {
  height: 0%;
  transition: height 0.6s ease; }

.foundation #block-product .col-l .img-product .img-inner .sr {
  height: 0%;
  transition: height 0.6s ease; }

.foundation #block-product .col-l .img-product .img-inner figure {
  opacity: 0;
  transition: opacity 0.6s ease; }

.foundation #block-product .col-l.animate .img-product:before {
  -webkit-transform: translate3d(0px, 0px, 0);
  -ms-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
  opacity: 0.35;
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s; }

.foundation #block-product .col-l.animate .img-product:after {
  -webkit-transform: translate3d(0px, 0px, 0);
  -ms-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
  opacity: 0.35;
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s; }

.foundation #block-product .col-l.animate .img-product .img-inner .st {
  width: 100%; }

.foundation #block-product .col-l.animate .img-product .img-inner .sb {
  width: 100%; }

.foundation #block-product .col-l.animate .img-product .img-inner .sl {
  height: 100%;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s; }

.foundation #block-product .col-l.animate .img-product .img-inner .sr {
  height: 100%;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s; }

.foundation #block-product .col-l.animate .img-product .img-inner figure {
  opacity: 1;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s; }

.foundation #block-product a.btn-detail {
  width: 100%;
  max-width: 300px;
  margin: auto;
  height: 50px;
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  text-align: center; }
  .foundation #block-product a.btn-detail span {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }

.foundation #block-product .list_product {
  width: calc(100% - 60px);
  margin: auto; }
