@charset "UTF-8";
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  line-height: 1.5; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

html {
  font-size: 16px;
  min-width: 980px; }

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact; }

img {
  display: block;
  max-width: 100%;
  margin: 0;
  -webkit-touch-callout: none; }

* {
  box-sizing: border-box; }

a {
  color: #0045C2; }
  a:hover {
    text-decoration: none; }
  a.iconLink {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/arw_link_blue.png) no-repeat left 1px; }

#mainImageWrap .entryWrap a, .contentBlock .contentHeadWrap .floatImg a, .contentBlock .entryWrap a, #content01 .linkWrap ul li a {
  position: relative; }
  #mainImageWrap .entryWrap a img, .contentBlock .contentHeadWrap .floatImg a img, .contentBlock .entryWrap a img, #content01 .linkWrap ul li a img {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainImageWrap .entryWrap a:before, .contentBlock .contentHeadWrap .floatImg a:before, .contentBlock .entryWrap a:before, #content01 .linkWrap ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #mainImageWrap .entryWrap a:hover img, .contentBlock .contentHeadWrap .floatImg a:hover img, .contentBlock .entryWrap a:hover img, #content01 .linkWrap ul li a:hover img {
    opacity: 0; }
  #mainImageWrap .entryWrap a:hover:before, .contentBlock .contentHeadWrap .floatImg a:hover:before, .contentBlock .entryWrap a:hover:before, #content01 .linkWrap ul li a:hover:before {
    opacity: 1; }

#mainImageWrap {
  height: 680px;
  background: url(../img/bg_mainimage.jpg) no-repeat center center;
  background-size: cover; }
  #mainImageWrap .mainImageInner {
    width: 980px;
    margin: auto;
    padding-top: 28px; }
  #mainImageWrap .anchorWrap {
    margin-top: 4px;
    display: flex;
    justify-content: space-between; }
  #mainImageWrap .anchorBox {
    position: relative;
    width: 480px;
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
    #mainImageWrap .anchorBox:before {
      content: "";
      position: absolute;
      z-index: 2; }
    #mainImageWrap .anchorBox a {
      display: block; }
      #mainImageWrap .anchorBox a img {
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #mainImageWrap .anchorBox a:hover img {
        opacity: 0.9; }
      #mainImageWrap .anchorBox a:hover span:before {
        opacity: 0; }
      #mainImageWrap .anchorBox a:hover span:after {
        opacity: 1; }
    #mainImageWrap .anchorBox span {
      display: block;
      position: relative; }
      #mainImageWrap .anchorBox span:before, #mainImageWrap .anchorBox span:after {
        content: "";
        position: absolute;
        width: 93px;
        height: 93px;
        right: 31px;
        bottom: 29px;
        z-index: 2;
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #mainImageWrap .anchorBox span:before {
        background: url(../img/icon_mainimage_link.png) no-repeat; }
      #mainImageWrap .anchorBox span:after {
        background: url(../img/icon_mainimage_link_on.png) no-repeat;
        opacity: 0; }
    #mainImageWrap .anchorBox.box01:before {
      width: 170px;
      height: 166px;
      top: -28px;
      left: -69px;
      background: url(../img/ph_mainimage_01_01.png) no-repeat; }
    #mainImageWrap .anchorBox.box02:before {
      width: 131px;
      height: 100px;
      top: -21px;
      right: -48px;
      background: url(../img/ph_mainimage_02_01.png) no-repeat; }
  #mainImageWrap .entryWrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 165px;
    margin-top: 13px;
    align-items: center;
    justify-content: center;
    border: 3px solid #A46727;
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
    #mainImageWrap .entryWrap p {
      margin-bottom: 5px;
      font-size: 18px; }
    #mainImageWrap .entryWrap .floatImg {
      position: absolute;
      top: -56px;
      right: -133px; }
    #mainImageWrap .entryWrap a:before {
      background: url(../img/btn_mainimage_entry_on.png) no-repeat; }

.contentBlock {
  background: url(../img/bg_content.jpg) no-repeat center center;
  background-size: cover; }
  .contentBlock h2 {
    position: relative;
    height: 83px;
    background: url(../img/bg_content_headline.png) repeat-x center center; }
    .contentBlock h2 img {
      display: block;
      margin: auto; }
  .contentBlock .contentInner {
    width: 980px;
    margin: auto; }
  .contentBlock .contentHeadWrap {
    position: relative;
    padding: 36px 0 30px; }
    .contentBlock .contentHeadWrap:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 24px;
      left: 0;
      bottom: 0;
      background: url(../img/bg_hr.png) no-repeat; }
    .contentBlock .contentHeadWrap .floatImg {
      position: absolute;
      top: 12px;
      right: -17px; }
      .contentBlock .contentHeadWrap .floatImg a {
        display: block; }
        .contentBlock .contentHeadWrap .floatImg a:before {
          background: url(../img/ph_content01_01_on.png) no-repeat; }
    .contentBlock .contentHeadWrap h3 {
      margin-top: 18px;
      font-size: 18px;
      font-weight: bold;
      line-height: 32px; }
      .contentBlock .contentHeadWrap h3 strong {
        font-size: 26px; }
      .contentBlock .contentHeadWrap h3 .textSmall {
        font-size: 20px; }
      .contentBlock .contentHeadWrap h3 .textLarge {
        font-size: 31px; }
  .contentBlock .entryWrap {
    display: flex;
    flex-direction: column;
    height: 156px;
    margin-top: 15px;
    color: #e61f19;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    background: #F2E3CF; }
    .contentBlock .entryWrap strong {
      display: block;
      margin-bottom: 10px; }
    .contentBlock .entryWrap a:before {
      background: url(../img/btn_entry_on.png) no-repeat; }
    .contentBlock .entryWrap.bottom a:before {
      background: url(../img/btn_entry2_on.png) no-repeat; }
  .contentBlock .indentList li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 1em;
    text-indent: -1em; }
  .contentBlock .textRed {
    color: #e61f19; }

#content01 .contentInner {
  padding-bottom: 102px; }
#content01 .leadWrap {
  margin-top: 5px; }
#content01 .indentList {
  margin-top: 15px; }
#content01 .recommendWrap {
  position: relative;
  margin-top: 33px; }
  #content01 .recommendWrap .floatLink {
    display: block;
    position: absolute;
    width: 60px;
    height: 25px; }
    #content01 .recommendWrap .floatLink.link01 {
      top: 253px;
      left: 478px; }
    #content01 .recommendWrap .floatLink.link02 {
      top: 281px;
      left: 545px; }
#content01 .linkWrap {
  margin-top: 32px;
  padding: 30px;
  background: #F6C2BC; }
  #content01 .linkWrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #content01 .linkWrap ul li {
      -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
      #content01 .linkWrap ul li a {
        display: block; }
      #content01 .linkWrap ul li.list01 a:before {
        background: url(../img/bnr_content01_01_on.png) no-repeat; }
      #content01 .linkWrap ul li.list02 a:before {
        background: url(../img/bnr_content01_02_on.png) no-repeat; }
      #content01 .linkWrap ul li.list03 a:before {
        background: url(../img/bnr_content01_03_on.png) no-repeat; }

#content02 .contentInner {
  padding-bottom: 120px; }
#content02 .comboBox {
  display: flex;
  margin-top: 20px;
  justify-content: space-between; }
  #content02 .comboBox dl {
    width: 472px; }
    #content02 .comboBox dl dt {
      display: flex;
      height: 40px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      align-items: center;
      justify-content: center;
      background-color: #d2000e;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMDAwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2000e), color-stop(100%, #7d0000));
      background-image: -moz-linear-gradient(top, #d2000e 0%, #7d0000 100%);
      background-image: -webkit-linear-gradient(top, #d2000e 0%, #7d0000 100%);
      background-image: linear-gradient(to bottom, #d2000e 0%, #7d0000 100%); }
    #content02 .comboBox dl dd {
      min-height: 100px;
      padding-top: 10px;
      font-size: 17px;
      font-weight: bold; }
    #content02 .comboBox dl.box01 dd {
      padding-left: 150px;
      background: url(../img/ph_content02_03.png) no-repeat; }
    #content02 .comboBox dl.box02 dd {
      padding-left: 135px;
      background: url(../img/ph_content02_04.png) no-repeat; }
#content02 .arwList {
  margin-top: 25px; }
  #content02 .arwList li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5;
    background: url(../img/arw_red.png) no-repeat left center; }
#content02 .entryTypeTitleWrap {
  margin-top: 55px;
  text-align: center; }
  #content02 .entryTypeTitleWrap strong {
    position: relative;
    padding-top: 5px;
    color: #17489c;
    font-size: 20px;
    font-weight: bold; }
    #content02 .entryTypeTitleWrap strong:before, #content02 .entryTypeTitleWrap strong:after {
      content: "";
      position: absolute;
      height: 37px;
      top: 0; }
    #content02 .entryTypeTitleWrap strong:before {
      width: 214px;
      right: calc(100% + 5px);
      background: url(../img/bg_content02_headline_left.png) no-repeat; }
    #content02 .entryTypeTitleWrap strong:after {
      width: 217px;
      left: calc(100% + 5px);
      background: url(../img/bg_content02_headline_right.png) no-repeat; }
  #content02 .entryTypeTitleWrap .attention {
    font-size: 14px; }
#content02 .campaignWrap .campaignBlock {
  position: relative;
  margin-top: 45px; }
  #content02 .campaignWrap .campaignBlock h3 {
    position: absolute;
    width: 100%;
    top: -16px; }
    #content02 .campaignWrap .campaignBlock h3:before, #content02 .campaignWrap .campaignBlock h3:after {
      content: "";
      position: absolute;
      width: 230px;
      height: 5px;
      top: 50%;
      background: url(../img/bg_content02_headline.png) repeat-x;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #content02 .campaignWrap .campaignBlock h3:before {
      left: 0; }
    #content02 .campaignWrap .campaignBlock h3:after {
      right: 0; }
    #content02 .campaignWrap .campaignBlock h3 img {
      margin: auto; }
  #content02 .campaignWrap .campaignBlock .floatImg {
    position: absolute; }
  #content02 .campaignWrap .campaignBlock dl {
    padding: 20px 0 28px 32px;
    border-bottom: 1px solid #AD782D; }
    #content02 .campaignWrap .campaignBlock dl.type_a dt {
      background: url(../img/icon_content02_type_a.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_b dt {
      background: url(../img/icon_content02_type_b.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_c dt {
      background: url(../img/icon_content02_type_c.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_d dt {
      background: url(../img/icon_content02_type_d.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_e dt {
      background: url(../img/icon_content02_type_e.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_f dt {
      background: url(../img/icon_content02_type_f.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl.type_g dt {
      background: url(../img/icon_content02_type_g.png) no-repeat; }
    #content02 .campaignWrap .campaignBlock dl dt {
      padding-left: 42px;
      height: 36px;
      font-size: 20px;
      font-weight: bold;
      line-height: 36px; }
      #content02 .campaignWrap .campaignBlock dl dt .textSmall {
        font-size: 16px; }
    #content02 .campaignWrap .campaignBlock dl dd {
      padding-left: 43px; }
      #content02 .campaignWrap .campaignBlock dl dd .detail {
        margin-top: 10px;
        font-weight: bold; }
      #content02 .campaignWrap .campaignBlock dl dd .indentList {
        margin-top: 10px;
        font-size: 14px; }
  #content02 .campaignWrap .campaignBlock.group01 {
    background: #F9E0E3; }
  #content02 .campaignWrap .campaignBlock.group02 {
    background: #D7EBDB; }
    #content02 .campaignWrap .campaignBlock.group02 dl {
      height: 170px; }
    #content02 .campaignWrap .campaignBlock.group02 .floatImg {
      top: 50%;
      right: 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #content02 .campaignWrap .campaignBlock.group03 {
    background: #F9E6D3; }
    #content02 .campaignWrap .campaignBlock.group03 h3:before, #content02 .campaignWrap .campaignBlock.group03 h3:after {
      width: 400px; }
    #content02 .campaignWrap .campaignBlock.group03 .floatImg.img02 {
      top: 96px;
      right: 50px; }
    #content02 .campaignWrap .campaignBlock.group03 .floatImg.img03 {
      top: 410px;
      right: 69px; }
    #content02 .campaignWrap .campaignBlock.group03 .type_e {
      height: 167px; }
#content02 .entryWrap {
  margin-top: 35px; }
#content02 .attentionWrap {
  margin-top: 35px;
  font-size: 14px;
  line-height: 20px; }
  #content02 .attentionWrap .indentList + p, #content02 .attentionWrap .indentList + .indentList {
    margin-top: 20px; }

#content03 {
  background: #fff; }
  #content03 .contentInner {
    padding: 43px 0; }
  #content03 .comboBox {
    display: flex;
    justify-content: space-between; }
    #content03 .comboBox img {
      margin: auto; }
    #content03 .comboBox dl {
      width: 460px;
      text-align: center;
      border: 1px solid #000;
      border-top: none; }
      #content03 .comboBox dl dt {
        display: flex;
        height: 56px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        background: #003C7E; }
      #content03 .comboBox dl dd {
        padding: 18px 0;
        font-size: 14px; }
        #content03 .comboBox dl dd strong {
          display: block; }
        #content03 .comboBox dl dd .tel {
          margin: 10px 0 15px; }
        #content03 .comboBox dl dd .textLarge {
          font-size: 16px; }
        #content03 .comboBox dl dd .logo {
          margin-top: 10px; }

#footer {
  color: #fff;
  background: #003C7E; }
  #footer .footerInner {
    width: 980px;
    margin: auto;
    padding: 35px 0; }
    #footer .footerInner .comboBox {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #footer .footerInner .leftSide {
      display: flex;
      align-items: center; }
      #footer .footerInner .leftSide ul {
        display: inline-block;
        margin-left: 45px;
        padding-top: 5px; }
        #footer .footerInner .leftSide ul li {
          margin-top: 5px; }
          #footer .footerInner .leftSide ul li:first-child {
            margin-top: 0; }
        #footer .footerInner .leftSide ul a {
          padding-left: 15px;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          background: url(../img/arw_link_white.png) no-repeat left 5px; }
          #footer .footerInner .leftSide ul a:hover {
            text-decoration: underline; }
    #footer .footerInner .rightSide {
      text-align: right;
      font-size: 10px; }
      #footer .footerInner .rightSide span {
        display: block;
        margin-top: 5px; }

.scrollAnim.scrollUp {
  -moz-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50); }
.scrollAnim.scrollDown {
  -moz-transform: matrix(1, 0, 0, 1, 0, -50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
  -ms-transform: matrix(1, 0, 0, 1, 0, -50);
  transform: matrix(1, 0, 0, 1, 0, -50); }
.scrollAnim.scrollLeft {
  -moz-transform: matrix(1, 0, 0, 1, 50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
  -ms-transform: matrix(1, 0, 0, 1, 50, 0);
  transform: matrix(1, 0, 0, 1, 50, 0); }
.scrollAnim.scrollRight {
  -moz-transform: matrix(1, 0, 0, 1, -50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  -ms-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0); }
.scrollAnim.fadeIn, .scrollAnim.scrollUp, .scrollAnim.scrollDown, .scrollAnim.scrollLeft, .scrollAnim.scrollRight {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .scrollAnim.fadeIn.bounce.active, .scrollAnim.scrollUp.bounce.active, .scrollAnim.scrollDown.bounce.active, .scrollAnim.scrollLeft.bounce.active, .scrollAnim.scrollRight.bounce.active {
    -webkit-transition: all 0.8s cubic-bezier(0.18, 0.89, 0.21, 1.77) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.18, 0.89, 0.21, 1.77) 0s;
    -o-transition: all 0.8s cubic-bezier(0.18, 0.89, 0.21, 1.77) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.18, 0.89, 0.21, 1.77) 0s;
    transition: all 0.8s cubic-bezier(0.18, 0.89, 0.21, 1.77) 0s; }
  .scrollAnim.fadeIn.active, .scrollAnim.scrollUp.active, .scrollAnim.scrollDown.active, .scrollAnim.scrollLeft.active, .scrollAnim.scrollRight.active {
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.scrollAnim.fadeIn.active {
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
