@charset "UTF-8";
/* RITサイト専用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.max300 {
  max-width: 300px; }

.max600 {
  max-width: 600px; }

.rit-button {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  border: 2px solid #bf0000;
  height: 64px;
  font-size: 1.25rem;
  font-family: 'Rakuten Global';
  color: #bf0000; }
  .rit-button::after {
    content: " ";
    display: block;
    background-image: url("../img/icons/arrow-red.svg");
    background-repeat: no-repeat;
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    margin-left: 15px;
    position: relative;
    right: 0; }

@-webkit-keyframes rit-button-icon {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    opacity: 1; } }

@keyframes rit-button-icon {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    opacity: 1; } }
  .no-js .rit-button:hover,
  .js.no-touchevents .rit-button:hover,
  .js.touchevents .rit-button.touch {
    -webkit-transition: color .5s, box-shadow .5s;
    transition: color .5s, box-shadow .5s;
    color: #fff;
    box-shadow: 1px 1px 18px #ddd;
    cursor: pointer;
    background: #bf0000;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
    background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
    background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
    .no-js .rit-button:hover::after,
    .js.no-touchevents .rit-button:hover::after,
    .js.touchevents .rit-button.touch::after {
      background-image: url("../img/icons/arrow-white.svg");
      -webkit-animation: rit-button-icon .5s;
              animation: rit-button-icon .5s;
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0);
      opacity: 1; }
  .rit-button[target="_blank"]::after {
    background-image: url("../img/icons/blank-red.svg");
    background-size: 23px 20px;
    width: 23px;
    height: 20px; }
  .no-js .rit-button:hover[target="_blank"]::after,
  .js.no-touchevents .rit-button:hover[target="_blank"]::after,
  .js.touchevents .rit-button.touch[target="_blank"]::after {
    background-image: url("../img/icons/blank-white.svg"); }
  @media screen and (max-width: 769px) {
    .rit-button {
      border-width: 1px;
      font-size: 0.625rem;
      border-radius: 4px; }
      .rit-button::after {
        background-size: 6px 10px;
        width: 6px;
        height: 10px; }
      .rit-button[target="_blank"]::after {
        background-size: 12px 10px;
        width: 12px;
        height: 10px;
        margin-left: 10px; } }
  .rit-button-medium {
    height: 48px;
    font-size: 1rem; }
    .rit-button-medium::after {
      background-size: 8px 16px;
      width: 8px;
      height: 16px; }
    .rit-button-medium[target="_blank"]::after {
      background-size: 13px 16px;
      width: 13px;
      height: 16px; }
    @media screen and (max-width: 769px) {
      .rit-button-medium {
        border-width: 1px;
        font-size: 0.625rem;
        border-radius: 4px; }
        .rit-button-medium::after {
          background-size: 6px 10px;
          width: 6px;
          height: 10px; }
        .rit-button-medium[target="_blank"]::after {
          background-size: 12px 10px;
          width: 12px;
          height: 10px;
          margin-left: 10px; } }
  .rit-button-small {
    border-width: 1px;
    font-size: 0.625rem;
    border-radius: 4px;
    height: auto; }
    .rit-button-small::after {
      background-size: 6px 10px;
      width: 6px;
      height: 10px; }
    .rit-button-small[target="_blank"]::after {
      background-size: 12px 10px;
      width: 12px;
      height: 10px;
      margin-left: 10px; }
  .rit-button-square {
    width: 51px;
    height: 51px;
    overflow: hidden; }
    .rit-button-square::after {
      display: none; }
    .rit-button-square i {
      display: block;
      padding-top: 51px;
      padding-left: 51px;
      height: 0;
      width: 0;
      background-image: url("../img/icons/arrow-red.svg");
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-position: center; }
    .no-js .rit-button-square:hover i,
    .js.no-touchevents .rit-button-square:hover i,
    .js.touchevents .rit-button-square.touch i {
      background-image: url("../img/icons/arrow-white.svg");
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-position: center; }
  .rit-button-facebook i {
    background-image: url("../img/icons/facebook-red.svg"); }
  .no-js .rit-button-facebook:hover i,
  .js.no-touchevents .rit-button-facebook:hover i,
  .js.touchevents .rit-button-facebook.touch i {
    background-image: url("../img/icons/facebook-white.svg"); }
  .rit-button-twitter i {
    background-image: url("../img/icons/twitter-red.svg"); }
  .no-js .rit-button-twitter:hover i,
  .js.no-touchevents .rit-button-twitter:hover i,
  .js.touchevents .rit-button-twitter.touch i {
    background-image: url("../img/icons/twitter-white.svg"); }
  .rit-button-google i {
    background-image: url("../img/icons/google-red.svg"); }
  .no-js .rit-button-google:hover i,
  .js.no-touchevents .rit-button-google:hover i,
  .js.touchevents .rit-button-google.touch i {
    background-image: url("../img/icons/google-white.svg"); }
  .rit-button-linkedin i {
    background-image: url("../img/icons/linkedin-red.svg"); }
  .no-js .rit-button-linkedin:hover i,
  .js.no-touchevents .rit-button-linkedin:hover i,
  .js.touchevents .rit-button-linkedin.touch i {
    background-image: url("../img/icons/linkedin-white.svg"); }
  .rit-button-youtube i {
    background-image: url("../img/icons/youtube-red.svg"); }
  .no-js .rit-button-youtube:hover i,
  .js.no-touchevents .rit-button-youtube:hover i,
  .js.touchevents .rit-button-youtube.touch i {
    background-image: url("../img/icons/youtube-white.svg"); }
  .rit-button-bot {
    width: auto;
    padding: 0 10px; }
    .rit-button-bot i {
      background: none;
      padding: 0;
      height: auto;
      width: auto;
      font-size: 0.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1.2; }
      .rit-button-bot i::before {
        content: "";
        background-image: url("../img/icons/bot-red.svg");
        background-repeat: no-repeat;
        background-size: 33px 31px;
        width: 60px;
        height: 31px;
        background-position: center; }
    .no-js .rit-button-bot:hover,
    .js.no-touchevents .rit-button-bot:hover,
    .js.touchevents .rit-button-bot.touch {
      text-decoration: none; }
      .no-js .rit-button-bot:hover i,
      .js.no-touchevents .rit-button-bot:hover i,
      .js.touchevents .rit-button-bot.touch i {
        background: none; }
        .no-js .rit-button-bot:hover i::before,
        .js.no-touchevents .rit-button-bot:hover i::before,
        .js.touchevents .rit-button-bot.touch i::before {
          background-image: url("../img/icons/bot-white.svg");
          background-repeat: no-repeat;
          background-size: 33px 31px;
          width: 60px;
          height: 31px;
          background-position: center; }
  .rit-button-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 24px;
    margin: 0 auto;
    border: 1px solid #898989;
    color: #898989;
    border-radius: 3px;
    font-size: 0.75rem;
    -webkit-transition: none;
    transition: none; }
    .rit-button-more span {
      display: none; }
    .rit-button-more::before {
      content: "SEE MORE"; }
    .rit-button-more::after {
      background-image: url("../img/icons/down.svg"); }
    .no-js .rit-button-more:hover,
    .js.no-touchevents .rit-button-more:hover,
    .js.touchevents .rit-button-more.touch {
      border-color: #bf0000;
      -webkit-transition: none;
      transition: none; }
      .no-js .rit-button-more:hover::after,
      .js.no-touchevents .rit-button-more:hover::after,
      .js.touchevents .rit-button-more.touch::after {
        background-image: url("../img/icons/down-white.svg");
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-animation: none;
                animation: none; }
    .rit-button-more.close::before {
      content: "CLOSE"; }
    .rit-button-more.close::after {
      background-image: url("../img/icons/up.svg"); }
    .no-js .rit-button-more.close:hover,
    .js.no-touchevents .rit-button-more.close:hover,
    .js.touchevents .rit-button-more.close.touch {
      -webkit-transition: none;
      transition: none; }
      .no-js .rit-button-more.close:hover::after,
      .js.no-touchevents .rit-button-more.close:hover::after,
      .js.touchevents .rit-button-more.close.touch::after {
        background-image: url("../img/icons/up-white.svg"); }
  .rit-button-white {
    color: #fff;
    border-color: #fff; }
    .rit-button-white::after {
      background-image: url("../img/icons/arrow-white.svg"); }
    .no-js .rit-button-white:hover,
    .js.no-touchevents .rit-button-white:hover,
    .js.touchevents .rit-button-white.touch {
      background: #fff;
      color: #898989;
      box-shadow: none; }
      .no-js .rit-button-white:hover::after,
      .js.no-touchevents .rit-button-white:hover::after,
      .js.touchevents .rit-button-white.touch::after {
        background-image: url("../img/icons/arrow.svg"); }
    .rit-button-white[target="_blank"]::after {
      background-image: url("../img/icons/blank-white.svg"); }
    .no-js .rit-button-white:hover[target="_blank"]::after,
    .js.no-touchevents .rit-button-white:hover[target="_blank"]::after,
    .js.touchevents .rit-button-white.touch[target="_blank"]::after {
      background-image: url("../img/icons/blank.svg"); }
    .rit-button-white i {
      background-image: url("../img/icons/arrow-white.svg"); }
    .no-js .rit-button-white:hover i,
    .js.no-touchevents .rit-button-white:hover i,
    .js.touchevents .rit-button-white.touch i {
      background-image: url("../img/icons/arrow.svg"); }
    .rit-button-white.rit-button-facebook i {
      background-image: url("../img/icons/facebook-white.svg"); }
    .no-js .rit-button-white.rit-button-facebook:hover i,
    .js.no-touchevents .rit-button-white.rit-button-facebook:hover i,
    .js.touchevents .rit-button-white.rit-button-facebook.touch i {
      background-image: url("../img/icons/facebook.svg"); }
    .rit-button-white.rit-button-twitter i {
      background-image: url("../img/icons/twitter-white.svg"); }
    .no-js .rit-button-white.rit-button-twitter:hover i,
    .js.no-touchevents .rit-button-white.rit-button-twitter:hover i,
    .js.touchevents .rit-button-white.rit-button-twitter.touch i {
      background-image: url("../img/icons/twitter.svg"); }
    .rit-button-white.rit-button-google i {
      background-image: url("../img/icons/google-white.svg"); }
    .no-js .rit-button-white.rit-button-google:hover i,
    .js.no-touchevents .rit-button-white.rit-button-google:hover i,
    .js.touchevents .rit-button-white.rit-button-google.touch i {
      background-image: url("../img/icons/google.svg"); }
    .rit-button-white.rit-button-linkedin i {
      background-image: url("../img/icons/linkedin-white.svg"); }
    .no-js .rit-button-white.rit-button-linkedin:hover i,
    .js.no-touchevents .rit-button-white.rit-button-linkedin:hover i,
    .js.touchevents .rit-button-white.rit-button-linkedin.touch i {
      background-image: url("../img/icons/linkedin.svg"); }
    .rit-button-white.rit-button-youtube i {
      background-image: url("../img/icons/youtube-white.svg"); }
    .no-js .rit-button-white.rit-button-youtube:hover i,
    .js.no-touchevents .rit-button-white.rit-button-youtube:hover i,
    .js.touchevents .rit-button-white.rit-button-youtube.touch i {
      background-image: url("../img/icons/youtube.svg"); }
    .rit-button-white.rit-button-bot i {
      background: none; }
      .rit-button-white.rit-button-bot i::before {
        background-image: url("../img/icons/bot-white.svg"); }
    .no-js .rit-button-white.rit-button-bot:hover i,
    .js.no-touchevents .rit-button-white.rit-button-bot:hover i,
    .js.touchevents .rit-button-white.rit-button-bot.touch i {
      background: none; }
      .no-js .rit-button-white.rit-button-bot:hover i::before,
      .js.no-touchevents .rit-button-white.rit-button-bot:hover i::before,
      .js.touchevents .rit-button-white.rit-button-bot.touch i::before {
        background-image: url("../img/icons/bot.svg"); }
  .rit-button-grad01 {
    display: block;
    border-radius: 10px;
    padding: .8em 0;
    text-align: center;
    line-height: 1.8;
    overflow: hidden;
    color: #bf0000;
    border-color: transparent;
    background: #bf0000;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
    background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
    background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
    position: relative; }
    .rit-button-grad01::before {
      content: "";
      display: block;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      background: #fff;
      position: absolute;
      top: 2px;
      left: 2px;
      opacity: 1;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear;
      border-radius: 8px; }
    .rit-button-grad01::after {
      position: relative;
      z-index: 1;
      top: .3em;
      background-image: url("../img/icons/blank-red.svg"); }
    .rit-button-grad01 span {
      display: inline-block;
      position: relative;
      z-index: 1; }
    .rit-button-grad01:hover {
      color: #fff !important;
      box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3); }
      .rit-button-grad01:hover::before {
        opacity: 0; }
      .rit-button-grad01:hover::after {
        background-image: url("../img/icons/blank-white.svg"); }
    .rit-button-grad01.rit-button-small {
      border-radius: 3px; }
      .rit-button-grad01.rit-button-small::before {
        border-radius: 2px; }

.rit-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rit-search__btn {
    height: 20px;
    position: absolute;
    right: 5px;
    top: .5em; }

.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 96px;
  -webkit-transition: all .5s;
  transition: all .5s; }
  @media print {
    .header {
      position: absolute !important; } }
  .header__row {
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    max-width: 1089px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%; }
  .header__item.bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .header__item.bg span {
      display: block;
      height: 100%;
      width: 100%;
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
    .header__item.bg::before {
      content: " ";
      display: block;
      height: 96px;
      width: 2000px;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 100%; }
    .header__item.bg::after {
      content: " ";
      display: block;
      box-sizing: border-box;
      height: 96px;
      width: 2000px;
      background-color: #da5825;
      position: absolute;
      top: 0;
      right: -1999px; }
      @media screen and (max-width: 769px) {
        .header__item.bg::after {
          display: none; } }
  .header__item.logo {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    left: -10px;
    margin: 0;
    padding-left: 10px;
    width: 320px;
    height: 100%;
    -webkit-transition: width .5s;
    transition: width .5s; }
    .header__item.logo::after {
      position: absolute;
      top: 0;
      left: 100%;
      content: " ";
      display: block;
      height: 0;
      width: 0;
      border-right: 65px solid transparent;
      border-top: 96px solid #fff; }
    .header__item.logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .header__item.logo a svg {
        width: 300px; }
  .header__item.gnav {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    right: 10px;
    top: 0;
    height: 100%;
    padding-left: 350px; }
  @media screen and (min-width: 770px) {
    .header.active {
      -webkit-transition: all .5s;
      transition: all .5s;
      height: 64px; }
      .header.active .header__item.bg span {
        opacity: .9; }
      .header.active .header__item.bg::after {
        opacity: .9;
        right: -2000px; }
      .header.active .header__item.logo {
        -webkit-transition: width .5s;
        transition: width .5s;
        width: 250px; } }
  @media screen and (max-width: 769px) {
    .header {
      -webkit-transition: none;
      transition: none;
      height: 60px;
      overflow: inherit; }
      .header .header__item.logo {
        -webkit-transition: none;
        transition: none;
        box-sizing: border-box;
        width: 220px;
        padding-right: 10px; }
        .header .header__item.logo::after {
          left: 100%;
          content: " ";
          display: block;
          height: 0;
          width: 0;
          border-right: 35px solid transparent;
          border-top: 60px solid #fff; }
      .header .header__item.gnav {
        z-index: -1;
        right: 0;
        top: -100vh;
        height: 100vh;
        padding-left: 0px;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .header .header__item.gnav.active {
          -webkit-transition: all .5s;
          transition: all .5s;
          -webkit-transform: translate3d(0, 100vh, 0);
                  transform: translate3d(0, 100vh, 0); }
      .header .header__item.menu {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header .header__item.menu img {
          width: 33px; }
        .no-js .header .header__item.menu:hover,
        .js.no-touchevents .header .header__item.menu:hover,
        .js.touchevents .header .header__item.menu.touch {
          cursor: pointer; }
        .header .header__item.menu .close {
          display: none; }
        .header .header__item.menu.active img {
          display: none; }
          .header .header__item.menu.active img.close {
            display: block; } }

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gnav__row {
    text-align: right; }
  .gnav__item {
    border: none;
    margin: 0;
    margin-left: 20px; }
    @media screen and (max-width: 1096px) {
      .gnav__item {
        margin-left: 10px; } }
    .gnav__item a {
      padding: 2px;
      font-family: 'Rakuten Global';
      color: #fff; }
      .no-js .gnav__item a:hover,
      .js.no-touchevents .gnav__item a:hover,
      .js.touchevents .gnav__item a.touch {
        text-decoration: none;
        color: #fff;
        border-color: #fff; }
      .gnav__item a.active {
        border-bottom: 1px solid #fff; }
      .page-template-home .gnav__item a.home {
        border-bottom: 1px solid #fff; }
      .page-template-about .gnav__item a.about {
        border-bottom: 1px solid #fff; }
      .page-template-research .gnav__item a.research {
        border-bottom: 1px solid #fff; }
      .page-template-publications .gnav__item a.publications {
        border-bottom: 1px solid #fff; }
      .page-template-data_release .gnav__item a.data_release {
        border-bottom: 1px solid #fff; }
      .page-template-oss .gnav__item a.oss {
        border-bottom: 1px solid #fff; }
      .page-template-news .gnav__item a.news {
        border-bottom: 1px solid #fff; }
      .page-template-careers .gnav__item a.careers {
        border-bottom: 1px solid #fff; }
      .page-template-dummyPage .gnav__item a.dummyPage {
        border-bottom: 1px solid #fff; }
      .gnav__item a.home {
        display: none; }
  @media screen and (max-width: 769px) {
    .gnav {
      opacity: .9;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
      .gnav__row {
        box-sizing: border-box;
        padding-top: 60px;
        display: block;
        text-align: left; }
      .gnav__item {
        box-sizing: border-box;
        display: block;
        margin: 0; }
        .gnav__item a {
          box-sizing: border-box;
          padding: 0 30px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: 1px solid #fff; }
          .gnav__item a::after {
            content: " ";
            display: inline-block;
            background-image: url("../img/icons/arrow-white.svg");
            background-repeat: no-repeat;
            background-size: contain;
            height: 16px;
            width: 12px;
            position: relative; }
          .gnav__item a.home {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .no-js .gnav__item a:hover::after,
          .js.no-touchevents .gnav__item a:hover::after,
          .js.touchevents .gnav__item a.touch::after {
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-transform: translate3d(5px, 0px, 0px);
                    transform: translate3d(5px, 0px, 0px); } }
    @media screen and (max-width: 769px) and (orientation: landscape) {
      .gnav__item {
        width: 50%;
        float: left;
        border: 2px solid transparent; }
        .gnav__item:last-child {
          border: 2px solid transparent; }
        .gnav__item a {
          height: 50px;
          border-bottom: none !important;
          background: rgba(255, 255, 255, 0.2); } }

.mainhead {
  background-color: #fff;
  position: relative;
  background-size: cover; }
  .mainhead__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 220px;
    box-sizing: border-box;
    max-width: 1089px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
  .mainhead__item {
    box-sizing: border-box;
    margin-bottom: 0;
    color: #fff; }
    .mainhead__item:first-child {
      margin: 0; }
  @media screen and (max-width: 769px) {
    .mainhead {
      padding-top: 170px;
      background-size: auto 170px;
      background-position: right top;
      background-repeat: no-repeat; }
      .mainhead .mainhead__row {
        display: block;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px; }
      .mainhead .mainhead__item {
        color: #595454; } }

.main-ex {
  padding: 30px 0;
  background-image: url("../img/common/bg.png");
  background-position: right top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 769px) {
    .main-ex {
      padding: 10px 0; } }
  .main-ex__row {
    box-sizing: border-box;
    max-width: 1096px;
    padding: 0 30px;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      .main-ex__row {
        padding: 0 10px; }
        .main-ex__row img {
          max-width: 100%;
          width: 100%;
          height: auto; } }
  .main-ex__item {
    max-width: 720px;
    color: #595454;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1em;
    margin-bottom: .75em; }
  .main-ex__more {
    text-align: center;
    line-height: 1.8; }
    .main-ex__more label {
      display: inline-block;
      border: 1px solid;
      padding: .4em 2em;
      border-radius: 3px;
      cursor: pointer;
      font-size: 12px;
      font-size: 0.75rem;
      min-width: 10em; }
      .main-ex__more label::after {
        position: relative;
        top: .2em;
        background-size: .9em 1em;
        width: .9em;
        height: 1em; }
      .main-ex__more label.down {
        display: none; }
    .main-ex__more.close label.down {
      display: inline-block; }
    .main-ex__more.close label.up {
      display: none; }

.snav {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .snav {
      position: static; } }
  @media screen and (min-width: 770px) {
    .snav__wrapper {
      padding: 30px 0 70px; } }
  .snav__row {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 769px) {
      .snav__row {
        padding: 0 10px;
        background: #f0f0f0; } }
  .snav__item {
    margin-right: 60px;
    border: none; }
    .snav__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1096px) {
      .snav__item {
        margin-right: 30px; }
        .snav__item:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 769px) {
      .snav__item {
        margin: 0;
        padding: 0;
        display: block; }
        .snav__item label::after {
          content: " ";
          background-image: url("../img/icons/close-red.svg");
          width: 20px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          right: 20px;
          top: 0;
          bottom: 0;
          border: none; } }
    .snav__item label,
    .snav__item a {
      position: relative;
      color: #898989;
      padding: 0;
      font-family: 'Rakuten Global';
      opacity: 1;
      border-bottom: none;
      border-color: #fff; }
      .no-js .snav__item label:hover,
      .js.no-touchevents .snav__item label:hover,
      .js.touchevents .snav__item label.touch, .no-js
      .snav__item a:hover,
      .js.no-touchevents
      .snav__item a:hover,
      .js.touchevents
      .snav__item a.touch {
        cursor: pointer; }
      @media screen and (max-width: 769px) {
        .snav__item label,
        .snav__item a {
          -webkit-transition: all .5s;
          transition: all .5s;
          box-sizing: border-box;
          margin: 0;
          height: 50px;
          padding: 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border: none;
          border-top: 1px solid #fff; }
          .snav__item label.active,
          .snav__item a.active {
            text-decoration: none; }
          .no-js .snav__item label:hover,
          .js.no-touchevents .snav__item label:hover,
          .js.touchevents .snav__item label.touch, .no-js
          .snav__item a:hover,
          .js.no-touchevents
          .snav__item a:hover,
          .js.touchevents
          .snav__item a.touch {
            color: #bf0000;
            text-decoration: none; } }
    .snav__item label {
      color: #bf0000;
      text-decoration: underline; }
      @media screen and (max-width: 769px) {
        .snav__item label {
          text-decoration: none; } }
  @media screen and (max-width: 769px) {
    .snav.active .snav__item a {
      -webkit-transition: all .5s;
      transition: all .5s;
      height: 0;
      overflow: hidden;
      border-top: 1px solid #f0f0f0;
      opacity: 0; }
    .snav.active .snav__item label {
      -webkit-transition: all .5s;
      transition: all .5s;
      border-top: 1px solid #f0f0f0; }
      .snav.active .snav__item label::after {
        background-image: url("../img/icons/open-red.svg"); } }
  @media screen and (min-width: 770px) {
    .snav.scroll {
      -webkit-transition: all .5s;
      transition: all .5s;
      position: fixed;
      z-index: 999999999;
      top: 64px;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
      opacity: .9; }
      .snav.scroll .snav__row {
        padding-top: 5px;
        padding-bottom: 5px; } }

@media screen and (max-width: 769px) {
  .u-sort {
    background-color: #fff;
    margin-bottom: 30px; } }

.u-sort__row {
  padding-top: 10px;
  padding-bottom: 10px; }

.u-sort__item {
  display: none; }
  .u-sort__item.active {
    display: block; }
  @media screen and (max-width: 769px) {
    .u-sort__item {
      padding-top: 30px; } }

.u-sort__ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1em;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
  @media screen and (max-width: 769px) {
    .u-sort__ttl {
      display: block;
      margin-bottom: 10px; } }

.u-sort__action {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .u-sort__action {
      display: block;
      margin-bottom: 10px; } }

.u-sort__btn {
  margin-top: 10px;
  font-size: 0.75rem;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.u-news__inner {
  max-width: 1095px;
  width: 100%;
  margin: 0 auto; }

.u-news__row {
  position: relative;
  margin: 0 auto; }

.u-news__item {
  box-sizing: border-box;
  padding: 13px;
  width: 33.3333%; }
  @media screen and (max-width: 769px) {
    .u-news__item {
      width: 100%; } }
  .u-news__item > a {
    display: block;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url("../img/common/news-bg.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 350px 700px;
    background-position: bottom right; }
    .no-js .u-news__item > a:hover,
    .js.no-touchevents .u-news__item > a:hover,
    .js.touchevents .u-news__item > a.touch {
      background-image: url("../img/common/news-bg_hover.jpg"); }
      .no-js .u-news__item > a:hover .u-news__date,
      .js.no-touchevents .u-news__item > a:hover .u-news__date,
      .js.touchevents .u-news__item > a.touch .u-news__date {
        color: #898989; }
      .no-js .u-news__item > a:hover .u-news__ttl,
      .js.no-touchevents .u-news__item > a:hover .u-news__ttl,
      .js.touchevents .u-news__item > a.touch .u-news__ttl {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-news__item > a:hover .u-news__ttl,
          .js.no-touchevents .u-news__item > a:hover .u-news__ttl,
          .js.touchevents .u-news__item > a.touch .u-news__ttl {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
      .no-js .u-news__item > a:hover .u-news__category,
      .js.no-touchevents .u-news__item > a:hover .u-news__category,
      .js.touchevents .u-news__item > a.touch .u-news__category {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-news__item > a:hover .u-news__category,
          .js.no-touchevents .u-news__item > a:hover .u-news__category,
          .js.touchevents .u-news__item > a.touch .u-news__category {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
      @media screen and (max-width: 769px) {
        .no-js .u-news__item > a:hover,
        .js.no-touchevents .u-news__item > a:hover,
        .js.touchevents .u-news__item > a.touch {
          background-image: none; } }
    .u-news__item > a.with-img {
      background-image: none;
      position: relative; }
      .no-js .u-news__item > a.with-img:hover,
      .js.no-touchevents .u-news__item > a.with-img:hover,
      .js.touchevents .u-news__item > a.with-img.touch {
        background-image: none; }
    @media screen and (max-width: 769px) {
      .u-news__item > a {
        background-image: none;
        border-radius: 0;
        border-top: 1px solid #bf0000;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        background: none; } }
    @media screen and (min-width: 770px) {
      .no-js .u-news__item > a:hover,
      .js.no-touchevents .u-news__item > a:hover,
      .js.touchevents .u-news__item > a.touch {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: box-shadow .3s;
        transition: box-shadow .3s; } }

.u-news__date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.u-news__ttl {
  font-weight: normal;
  margin: .5em 0;
  position: relative;
  z-index: 1; }

.u-news__category {
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode';
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  z-index: 1; }

.u-news__img {
  margin: -25px;
  margin-top: 10px; }
  @media screen and (max-width: 769px) {
    .u-news__img {
      margin: 0;
      margin-top: 10px;
      border-radius: 10px;
      overflow: hidden; } }
  .u-news__img img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.u-research__inner {
  max-width: 1095px;
  width: 100%;
  margin: 0 auto; }

.u-research__row {
  position: relative;
  margin: 0 auto; }
  .u-research__row::after {
    display: block;
    content: "";
    clear: both; }

.u-research__item {
  float: left;
  box-sizing: border-box;
  padding: 13px;
  width: 33.3333%;
  margin-bottom: 2em; }
  @media screen and (max-width: 769px) {
    .u-research__item {
      width: 100%; } }
  .u-research__item:nth-child(3n-2) {
    clear: both; }
  .u-research__item > a {
    height: 226px;
    display: block;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px !important;
    overflow: hidden !important;
    background-image: url("../img/common/news-bg.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 350px 700px;
    background-position: bottom right;
    position: relative; }
    .no-js .u-research__item > a:hover,
    .js.no-touchevents .u-research__item > a:hover,
    .js.touchevents .u-research__item > a.touch {
      background-image: url("../img/common/news-bg_hover.jpg"); }
      .no-js .u-research__item > a:hover .u-research__ttl,
      .js.no-touchevents .u-research__item > a:hover .u-research__ttl,
      .js.touchevents .u-research__item > a.touch .u-research__ttl {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-research__item > a:hover .u-research__ttl,
          .js.no-touchevents .u-research__item > a:hover .u-research__ttl,
          .js.touchevents .u-research__item > a.touch .u-research__ttl {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
      .no-js .u-research__item > a:hover .u-research__category,
      .js.no-touchevents .u-research__item > a:hover .u-research__category,
      .js.touchevents .u-research__item > a.touch .u-research__category {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-research__item > a:hover .u-research__category,
          .js.no-touchevents .u-research__item > a:hover .u-research__category,
          .js.touchevents .u-research__item > a.touch .u-research__category {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
    .u-research__item > a.with-img {
      color: #fff;
      background-image: none;
      z-index: 2; }
      .no-js .u-research__item > a.with-img:hover,
      .js.no-touchevents .u-research__item > a.with-img:hover,
      .js.touchevents .u-research__item > a.with-img.touch {
        background-image: none; }
    .u-research__item > a.with-img02 {
      opacity: 1;
      -webkit-transition: opacity .2s;
      transition: opacity .2s;
      height: 194px;
      z-index: 2;
      overflow: hidden; }
      .no-js .u-research__item > a.with-img02:hover,
      .js.no-touchevents .u-research__item > a.with-img02:hover,
      .js.touchevents .u-research__item > a.with-img02.touch {
        background-image: none;
        opacity: .8;
        -webkit-transition: opacity .2s;
        transition: opacity .2s; }
      .u-research__item > a.with-img02 img {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        width: auto;
        height: 100%; }
      .u-research__item > a.with-img02::before {
        content: "";
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        margin-top: -22.5px;
        margin-left: -22.5px;
        border: 1px solid #ccc;
        border-radius: 50%; }
      .u-research__item > a.with-img02.slide::before {
        background-image: url("../img/icons/slide-red.svg"); }
      .u-research__item > a.with-img02.movie::before {
        background-image: url("../img/icons/play-red.svg"); }
    @media screen and (min-width: 770px) {
      .no-js .u-research__item > a:hover,
      .js.no-touchevents .u-research__item > a:hover,
      .js.touchevents .u-research__item > a.touch {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: box-shadow .3s;
        transition: box-shadow .3s; } }

.u-research__date {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8; }

.u-research__ttl {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: 'Rakuten Global bold', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6; }
  .u-research__ttl a {
    color: #595454;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
    .u-research__ttl a:hover {
      color: #bf0000;
      text-decoration: none !important; }

.u-research__category {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 1;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.u-research__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .u-research__img img {
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);
    filter: saturate(50%);
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.u-research__img02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .u-research__img02 img {
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.u-research .with-img:hover .u-research__img img {
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-filter: brightness(104%);
          filter: brightness(104%);
  opacity: 0.2; }

.u-research__tags {
  margin: 1.2em 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  padding-left: 0; }
  .u-research__tags::after {
    display: block;
    content: "";
    clear: both; }
  .u-research__tags li {
    display: inline-block;
    list-style: none;
    margin: .2em .2em; }
  .u-research__tags a {
    display: block;
    border-radius: 3px;
    border: 1px solid;
    padding: 0 1em; }
    .u-research__tags a:hover {
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
      color: #fff !important;
      border-color: #bf0000;
      text-decoration: none !important; }

@media screen and (max-width: 769px) {
  .u-research__item > a {
    height: 70vw;
    border-radius: 10px;
    padding: 25px;
    border-top: none;
    background-size: cover; }
    .u-research__item > a.with-img02 {
      height: 60vw; }
  .u-research__tags li {
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: .9em; }
  .u-research__tags a {
    padding: .4em 2em; } }

.u-careers__inner {
  max-width: 1095px;
  width: 100%;
  margin: 0 auto; }

.u-careers__row {
  position: relative;
  margin: 0 auto; }
  .u-careers__row::after {
    display: block;
    content: "";
    clear: both; }

.u-careers__item {
  float: left;
  box-sizing: border-box;
  padding: 13px;
  width: 33.3333%;
  margin-bottom: 2em; }
  @media screen and (max-width: 769px) {
    .u-careers__item {
      width: 100%; } }
  .u-careers__item:nth-child(3n-2) {
    clear: both; }
  .u-careers__item > a {
    height: 226px;
    display: block;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url("../img/common/news-bg.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 350px 700px;
    background-position: bottom right;
    position: relative; }
    .no-js .u-careers__item > a:hover,
    .js.no-touchevents .u-careers__item > a:hover,
    .js.touchevents .u-careers__item > a.touch {
      background-image: url("../img/common/news-bg_hover.jpg"); }
      .no-js .u-careers__item > a:hover .u-careers__ttl,
      .js.no-touchevents .u-careers__item > a:hover .u-careers__ttl,
      .js.touchevents .u-careers__item > a.touch .u-careers__ttl {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-careers__item > a:hover .u-careers__ttl,
          .js.no-touchevents .u-careers__item > a:hover .u-careers__ttl,
          .js.touchevents .u-careers__item > a.touch .u-careers__ttl {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
      .no-js .u-careers__item > a:hover .u-careers__category,
      .js.no-touchevents .u-careers__item > a:hover .u-careers__category,
      .js.touchevents .u-careers__item > a.touch .u-careers__category {
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .no-js .u-careers__item > a:hover .u-careers__category,
          .js.no-touchevents .u-careers__item > a:hover .u-careers__category,
          .js.touchevents .u-careers__item > a.touch .u-careers__category {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
    .u-careers__item > a.with-img {
      color: #fff;
      background-image: none;
      z-index: 2; }
      .no-js .u-careers__item > a.with-img:hover,
      .js.no-touchevents .u-careers__item > a.with-img:hover,
      .js.touchevents .u-careers__item > a.with-img.touch {
        background-image: none; }
    @media screen and (min-width: 770px) {
      .no-js .u-careers__item > a:hover,
      .js.no-touchevents .u-careers__item > a:hover,
      .js.touchevents .u-careers__item > a.touch {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: box-shadow .3s;
        transition: box-shadow .3s; } }

.u-careers__date {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8; }

.u-careers__ttl {
  font-weight: normal;
  margin: .5em 0;
  position: relative;
  z-index: 1;
  font-family: 'Rakuten Global bold', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6; }
  .u-careers__ttl a {
    color: #595454;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
    .u-careers__ttl a:hover {
      color: #bf0000;
      text-decoration: none !important; }

.u-careers__category {
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode';
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1; }

.u-careers__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .u-careers__img img {
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);
    filter: saturate(50%);
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.u-careers .with-img:hover .u-careers__img img {
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-filter: brightness(104%);
          filter: brightness(104%);
  opacity: 0.2; }

@media screen and (max-width: 769px) {
  .u-careers__item > a {
    height: 70vw;
    border-radius: 10px;
    padding: 25px;
    border-top: none;
    background-size: cover; } }

.u-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000; }
  .u-modal__inner {
    background: #fff;
    width: 100%;
    max-width: 900px;
    height: 100%;
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 950px) {
      .u-modal__inner {
        width: 98vw;
        margin-left: -49vw; }
        .u-modal__inner iframe {
          width: 100% !important; } }
    .u-modal__inner .close {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url("../img/common/sp-menu_close@2x.png");
      background-size: 40px 40px;
      position: absolute;
      top: -50px;
      right: 0;
      z-index: 10001;
      text-indent: -9999px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .u-modal__inner .close:hover {
        opacity: .7;
        cursor: pointer; }

.footer {
  width: 100%;
  background-color: #b5b5b5; }
  .footer__row {
    padding-top: 80px; }
    @media screen and (max-width: 769px) {
      .footer__row {
        padding-top: 30px; } }
  .footer__item a {
    color: #fff; }

.fnav {
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
  @media screen and (min-width: 770px) {
    .fnav {
      padding-bottom: 60px; } }
  .fnav__row {
    box-sizing: border-box;
    max-width: 1096px;
    padding: 0 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 769px) {
      .fnav__row {
        padding: 0 30px; } }
  .fnav__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
    @media screen and (max-width: 769px) {
      .fnav__item {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .fnav__item.fnavList {
          display: none; } }

.fnavList li a {
  margin-bottom: 10px;
  white-space: nowrap; }

.footIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block; }
  .fnav__row .footIcons {
    text-align: center; }
  @media screen and (max-width: 769px) {
    .footIcons {
      padding-bottom: 60px; } }
  .footIcons li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    display: inline-block; }
    @media screen and (max-width: 769px) {
      .footIcons li {
        margin: 0 15px; } }
    .footIcons li a:hover i {
      opacity: .4; }
    .footIcons li:last-child {
      margin-bottom: 0; }
    .footIcons li.bot {
      max-width: 250px;
      display: block;
      margin: 0 auto; }
      .footIcons li.bot a {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transition: none !important;
        transition: none !important; }
        .footIcons li.bot a:hover {
          -webkit-transition: none !important;
          transition: none !important; }
        .footIcons li.bot a i {
          font-size: 12px;
          font-size: 0.75rem; }
      @media screen and (max-width: 769px) {
        .footIcons li.bot {
          max-width: 300px; } }
    .no-js .footIcons li a:hover,
    .js.no-touchevents .footIcons li a:hover,
    .js.touchevents .footIcons li a.touch {
      color: #898989; }

.footMiddle {
  box-sizing: border-box;
  max-width: 1089px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
  .footMiddle__row {
    border-top: 1px solid #fff;
    padding: 0 15px;
    padding-top: 61px;
    padding-bottom: 71px; }
    @media screen and (max-width: 769px) {
      .footMiddle__row {
        text-align: center; } }

.footBoost {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    .footBoost {
      margin-bottom: 32px; } }

.footlink {
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
  .footlink__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    @media screen and (max-width: 769px) {
      .footlink__row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footlink__item {
    list-style: none; }
    @media screen and (min-width: 770px) {
      .footlink__item:first-child {
        margin-right: 130px; } }
    @media screen and (max-width: 769px) {
      .footlink__item:first-child {
        margin-bottom: 30px; } }
    .footlink__item a[target="_blank"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footlink__item a[target="_blank"]::after {
        content: " ";
        display: block;
        background-image: url("../img/icons/blank-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px;
        width: 18px;
        height: 16px;
        margin-left: 5px; }
    .no-js .footlink__item a:hover,
    .js.no-touchevents .footlink__item a:hover,
    .js.touchevents .footlink__item a.touch {
      color: #fff; }

.footBottom {
  background: #bf0000;
  background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
  background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
  background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
  .footBottom__row {
    box-sizing: border-box;
    max-width: 1089px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 769px) {
      .footBottom__row {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .footBottom__item {
    color: #fff;
    font-size: 0.75rem; }
  @media screen and (max-width: 769px) {
    .footBottom__row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media screen and (min-width: 770px) {
  .copyright br {
    display: none; } }

@media screen and (max-width: 769px) {
  .copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center; } }

.footPolicy__row {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.footPolicy__item {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .footPolicy__item a {
    margin: 0;
    line-height: 1;
    padding: 0 .5em; }
    .no-js .footPolicy__item a:hover,
    .js.no-touchevents .footPolicy__item a:hover,
    .js.touchevents .footPolicy__item a.touch {
      color: #fff; }

@media screen and (max-width: 769px) {
  .footPolicy__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .footPolicy__item {
    font-size: 0.75rem;
    border: none;
    margin-bottom: 18px; }
    .footPolicy__item a[target="_blank"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footPolicy__item a[target="_blank"]::after {
        content: " ";
        display: block;
        background-image: url("../img/icons/blank-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px;
        width: 18px;
        height: 16px;
        margin-left: 5px; }
    .no-js .footPolicy__item a:hover,
    .js.no-touchevents .footPolicy__item a:hover,
    .js.touchevents .footPolicy__item a.touch {
      color: #fff; } }

.main {
  background-color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .main {
      margin-top: 60px; } }
  .main__row {
    padding-bottom: 60px; }
    @media screen and (max-width: 769px) {
      .main__row.rf-bg-silver {
        background-color: #fff; } }

.l-mb0 {
  margin-bottom: 0px; }

.l-mb1 {
  margin-bottom: 10px; }

.l-mb2 {
  margin-bottom: 20px; }

.l-mb3 {
  margin-bottom: 30px; }

.l-mb4 {
  margin-bottom: 40px; }

.l-mb5 {
  margin-bottom: 50px; }

.l-mb6 {
  margin-bottom: 60px; }

.l-mb7 {
  margin-bottom: 70px; }

.l-mb8 {
  margin-bottom: 80px; }

.l-mb9 {
  margin-bottom: 90px; }

.l-mb10 {
  margin-bottom: 100px; }

.l-mt0 {
  margin-top: 0px; }

.l-mt1 {
  margin-top: 10px; }

.l-mt2 {
  margin-top: 20px; }

.l-mt3 {
  margin-top: 30px; }

.l-mt4 {
  margin-top: 40px; }

.l-mt5 {
  margin-top: 50px; }

.l-mt6 {
  margin-top: 60px; }

.l-mt7 {
  margin-top: 70px; }

.l-mt8 {
  margin-top: 80px; }

.l-mt9 {
  margin-top: 90px; }

.l-mt10 {
  margin-top: 100px; }

.l-pb0 {
  padding-bottom: 0px; }

.l-pb1 {
  padding-bottom: 10px; }

.l-pb2 {
  padding-bottom: 20px; }

.l-pb3 {
  padding-bottom: 30px; }

.l-pb4 {
  padding-bottom: 40px; }

.l-pb5 {
  padding-bottom: 50px; }

.l-pb6 {
  padding-bottom: 60px; }

.l-pb7 {
  padding-bottom: 70px; }

.l-pb8 {
  padding-bottom: 80px; }

.l-pb9 {
  padding-bottom: 90px; }

.l-pb10 {
  padding-bottom: 100px; }

.l-pt0 {
  padding-top: 0px; }

.l-pt1 {
  padding-top: 10px; }

.l-pt2 {
  padding-top: 20px; }

.l-pt3 {
  padding-top: 30px; }

.l-pt4 {
  padding-top: 40px; }

.l-pt5 {
  padding-top: 50px; }

.l-pt6 {
  padding-top: 60px; }

.l-pt7 {
  padding-top: 70px; }

.l-pt8 {
  padding-top: 80px; }

.l-pt9 {
  padding-top: 90px; }

.l-pt10 {
  padding-top: 100px; }

.l-wrap {
  box-sizing: border-box;
  max-width: 1089px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

.l-w300 {
  max-width: 300px !important; }

.l-wMax {
  max-width: 100%;
  width: 100%;
  height: auto; }

.l-wrap,
.rit-wrap {
  box-sizing: border-box;
  max-width: 1089px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

.l-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.l-grid__item {
  box-sizing: border-box;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px; }
  .l-grid__item:first-child,
  .l-grid__item + p {
    margin-top: 0; }
  @media screen and (max-width: 769px) {
    .l-grid__item {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .l-grid__item--free {
    box-sizing: border-box;
    max-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .l-grid__item--325 {
    box-sizing: border-box;
    max-width: 325px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
            flex: 0 0 325px; }

.rit-zindex-top {
  z-index: 100; }

.rit-font-i {
  font-style: italic; }

.anchorlink {
  position: relative;
  top: -64px;
  display: block; }
  @media screen and (max-width: 769px) {
    .anchorlink {
      top: -60px; } }

.alertMessage {
  max-width: 930px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .alertMessage {
      margin: 0 20px; } }
  @media screen and (max-width: 769px) {
    .alertMessage {
      padding: 0 20px;
      margin: 0; } }
  .alertMessage-item {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.page-template-home {
  /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */
  /* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
  <div class="simply-scroll-btn simply-scroll-btn-left"></div>
  <div class="simply-scroll-btn simply-scroll-btn-right"></div>
  <div class="simply-scroll-clip">
    <ul class="simply-scroll-list">
      <li>...</li>
      ...
    </ul>
  </div>
</div>


*/
  /* Custom class modifications - override classees

.simply-scroll is default

*/
  /* Vertical scroller example */
  /* NOTE left-right classes wouldn't be needed on vertical scroller */
  /**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
  /** RESET AND LAYOUT
===================================*/
  /** THEME
===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
  /* Auto Height */
  /* a11y */
  /* IE10 Windows Phone 8 Fixes */
  /* Arrows */
  /* Pagination Styles */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* 3D Container */
  /* Coverflow */
  /* Cube + Flip */
  /* Cube */
  /* Fade */
  /* Scrollbar */
  /* Preloader */ }
  .page-template-home .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .page-template-home .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .page-template-home .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .page-template-home .animated.flipOutX,
  .page-template-home .animated.flipOutY,
  .page-template-home .animated.bounceIn,
  .page-template-home .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
  .page-template-home .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
  .page-template-home .flash {
    -webkit-animation-name: flash;
    animation-name: flash; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
  .page-template-home .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
  .page-template-home .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
  .page-template-home .shake {
    -webkit-animation-name: shake;
    animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .page-template-home .headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
  .page-template-home .swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
        transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
  .page-template-home .tada {
    -webkit-animation-name: tada;
    animation-name: tada; }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
  .page-template-home .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
  .page-template-home .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .page-template-home .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
  .page-template-home .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
  .page-template-home .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
  .page-template-home .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
  .page-template-home .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
  .page-template-home .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .page-template-home .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .page-template-home .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
  .page-template-home .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
  .page-template-home .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
  .page-template-home .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
  .page-template-home .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
  .page-template-home .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
  .page-template-home .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
  .page-template-home .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
  .page-template-home .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
  .page-template-home .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
  .page-template-home .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
  .page-template-home .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
  .page-template-home .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
  .page-template-home .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
  .page-template-home .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .page-template-home .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
  .page-template-home .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
  .page-template-home .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
  .page-template-home .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
  .page-template-home .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
  .page-template-home .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
  .page-template-home .hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .page-template-home .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
  .page-template-home .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
  .page-template-home .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
  .page-template-home .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
  .page-template-home .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
  .page-template-home .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .page-template-home .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .page-template-home .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .page-template-home .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .page-template-home .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .page-template-home .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
  .page-template-home .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
  .page-template-home .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
  .page-template-home .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
  .page-template-home .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp; }
  .page-template-home .simply-scroll-container {
    /* Container DIV - automatically generated */
    position: relative; }
  .page-template-home .simply-scroll-clip {
    /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden; }
  .page-template-home .simply-scroll-list {
    /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
  .page-template-home .simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .page-template-home .simply-scroll-list li img {
    border: none;
    display: block; }
  .page-template-home .simply-scroll-btn {
    position: absolute;
    background-image: url(buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer; }
  .page-template-home .simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px; }
  .page-template-home .simply-scroll-btn-left.disabled {
    background-position: 0 0 !important; }
  .page-template-home .simply-scroll-btn-left:hover, .page-template-home .simply-scroll-btn-left:focus {
    background-position: 0 -88px; }
  .page-template-home .simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: -84px -44px; }
  .page-template-home .simply-scroll-btn-right.disabled {
    background-position: -84px 0 !important; }
  .page-template-home .simply-scroll-btn-right:hover, .page-template-home .simply-scroll-btn-right:focus {
    background-position: -84px -88px; }
  .page-template-home .simply-scroll-btn-up {
    right: 6px;
    top: 6px;
    background-position: -126px -44px; }
  .page-template-home .simply-scroll-btn-up.disabled {
    background-position: -126px 0 !important; }
  .page-template-home .simply-scroll-btn-up:hover, .page-template-home .simply-scroll-btn-up:focus {
    background-position: -126px -88px; }
  .page-template-home .simply-scroll-btn-down {
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px; }
  .page-template-home .simply-scroll-btn-down.disabled {
    background-position: -42px 0 !important; }
  .page-template-home .simply-scroll-btn-down:hover, .page-template-home .simply-scroll-btn-down:focus {
    background-position: -42px -88px; }
  .page-template-home .simply-scroll-btn-pause {
    right: 6px;
    bottom: 6px;
    background-position: -168px -44px; }
  .page-template-home .simply-scroll-btn-pause:hover, .page-template-home .simply-scroll-btn-pause:focus {
    background-position: -168px -88px; }
  .page-template-home .simply-scroll-btn-pause.active {
    background-position: -84px -44px; }
  .page-template-home .simply-scroll-btn-pause.active:hover, .page-template-home .simply-scroll-btn-pause.active:focus {
    background-position: -84px -88px; }
  .page-template-home .simply-scroll {
    /* Customisable base class for style override DIV */
    width: 100%;
    height: 398px;
    margin-bottom: 1em; }
  @media screen and (max-width: 769px) {
    .page-template-home .simply-scroll {
      height: 238px; } }
  .page-template-home .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 398px; }
  @media screen and (max-width: 769px) {
    .page-template-home .simply-scroll .simply-scroll-clip {
      height: 238px; } }
  .page-template-home .simply-scroll .simply-scroll-list li {
    float: left;
    width: 3682px;
    height: 398px; }
  @media screen and (max-width: 769px) {
    .page-template-home .simply-scroll .simply-scroll-list li {
      float: left;
      width: 2522px;
      height: 238px; } }
  .page-template-home .vert {
    /* wider than clip to position buttons to side */
    width: 340px;
    height: 400px;
    margin-bottom: 1.5em; }
  .page-template-home .vert .simply-scroll-clip {
    width: 290px;
    height: 400px; }
  .page-template-home .vert .simply-scroll-list li {
    width: 290px;
    height: 200px; }
  .page-template-home .vert .simply-scroll-btn-up {
    /* modified btn pos */
    right: 0;
    top: 0; }
  .page-template-home .vert .simply-scroll-btn-down {
    /* modified btn pos */
    right: 0;
    top: 52px; }
  .page-template-home .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1; }
  .page-template-home .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .page-template-home .bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0); }
  .page-template-home .bx-wrapper .bx-pager,
  .page-template-home .bx-wrapper .bx-controls-auto {
    /*position: absolute;
  bottom: -30px;
  width: 100%;*/ }
  .page-template-home .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../img/home/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .page-template-home .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
  .page-template-home .bx-wrapper .bx-pager .bx-pager-item,
  .page-template-home .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .page-template-home .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -50px; }
  .page-template-home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }
  .page-template-home .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .page-template-home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }
  .page-template-home .bx-wrapper .bx-prev {
    left: 10px;
    background: url("../img/home/vis_arrow_l.png") no-repeat; }
    @media screen and (max-width: 769px) {
      .page-template-home .bx-wrapper .bx-prev {
        background: url("../img/home/arrow-sp-l.png") no-repeat;
        left: 1%; } }
  .page-template-home .bx-wrapper .bx-next {
    right: 10px;
    background: url("../img/home/vis_arrow_r.png") no-repeat; }
    @media screen and (max-width: 769px) {
      .page-template-home .bx-wrapper .bx-next {
        background: url("../img/home/arrow-sp-r.png") no-repeat;
        right: 1%; } }
  .page-template-home .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    opacity: 0.5;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .page-template-home .bx-wrapper .bx-next:hover {
    opacity: 0.5;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .page-template-home .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 12px;
    outline: 0;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999; }
    @media screen and (max-width: 769px) {
      .page-template-home .bx-wrapper .bx-controls-direction a {
        top: 47%; } }
  .page-template-home .bx-wrapper .bx-controls-direction a.disabled {
    /*display: none;*/ }
  .page-template-home .bx-wrapper .bx-controls-auto {
    text-align: center; }
  .page-template-home .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../../img/home/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }
  .page-template-home .bx-wrapper .bx-controls-auto .bx-start:hover,
  .page-template-home .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }
  .page-template-home .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../../img/home/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }
  .page-template-home .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .page-template-home .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }
  .page-template-home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .page-template-home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .page-template-home .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  .page-template-home .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
  .page-template-home .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*overflow: hidden;*/
    /* Fix of Webkit flickering */
    z-index: 1; }
  .page-template-home .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  .page-template-home .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-template-home .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box; }
  .page-template-home .swiper-container-android .swiper-slide,
  .page-template-home .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .page-template-home .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-template-home .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }
  .page-template-home .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  .page-template-home .swiper-container-autoheight,
  .page-template-home .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .page-template-home .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  .page-template-home .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  .page-template-home .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .page-template-home .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  .page-template-home .swiper-button-prev,
  .page-template-home .swiper-button-next {
    position: absolute;
    top: 55%;
    width: 53px;
    height: 44px;
    margin-top: -22px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat; }
  .page-template-home .swiper-button-prev.swiper-button-disabled,
  .page-template-home .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .page-template-home .swiper-button-prev,
  .page-template-home .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/home/arrow-sp-l.png");
    left: 0px;
    right: auto; }
  .page-template-home .swiper-button-prev.swiper-button-black,
  .page-template-home .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .page-template-home .swiper-button-prev.swiper-button-white,
  .page-template-home .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .page-template-home .swiper-button-next,
  .page-template-home .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/home/arrow-sp-r.png");
    left: auto; }
  .page-template-home .swiper-button-next.swiper-button-black,
  .page-template-home .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .page-template-home .swiper-button-next.swiper-button-white,
  .page-template-home .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .page-template-home .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .page-template-home .swiper-pagination.swiper-pagination-hidden {
    opacity: 1; }
  .page-template-home .swiper-pagination-fraction,
  .page-template-home .swiper-pagination-custom,
  .page-template-home .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -25px;
    left: 0;
    width: 100%; }
  .page-template-home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }
  .page-template-home button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .page-template-home .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .page-template-home .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff; }
  .page-template-home .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000; }
  .page-template-home .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff; }
  .page-template-home .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000; }
  .page-template-home .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0); }
  .page-template-home .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }
  .page-template-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px; }
  .page-template-home .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  .page-template-home .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .page-template-home .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .page-template-home .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .page-template-home .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .page-template-home .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5); }
  .page-template-home .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff; }
  .page-template-home .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000; }
  .page-template-home .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px; }
  .page-template-home .swiper-container-3d .swiper-wrapper,
  .page-template-home .swiper-container-3d .swiper-slide,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-left,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-right,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-top,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-bottom,
  .page-template-home .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .page-template-home .swiper-container-3d .swiper-slide-shadow-left,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-right,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-top,
  .page-template-home .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .page-template-home .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  .page-template-home .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  .page-template-home .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  .page-template-home .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  .page-template-home .swiper-container-coverflow .swiper-wrapper,
  .page-template-home .swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }
  .page-template-home .swiper-container-cube,
  .page-template-home .swiper-container-flip {
    overflow: visible; }
  .page-template-home .swiper-container-cube .swiper-slide,
  .page-template-home .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  .page-template-home .swiper-container-cube .swiper-slide .swiper-slide,
  .page-template-home .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  .page-template-home .swiper-container-cube .swiper-slide-active,
  .page-template-home .swiper-container-flip .swiper-slide-active,
  .page-template-home .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .page-template-home .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .page-template-home .swiper-container-cube .swiper-slide-shadow-top,
  .page-template-home .swiper-container-flip .swiper-slide-shadow-top,
  .page-template-home .swiper-container-cube .swiper-slide-shadow-bottom,
  .page-template-home .swiper-container-flip .swiper-slide-shadow-bottom,
  .page-template-home .swiper-container-cube .swiper-slide-shadow-left,
  .page-template-home .swiper-container-flip .swiper-slide-shadow-left,
  .page-template-home .swiper-container-cube .swiper-slide-shadow-right,
  .page-template-home .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .page-template-home .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  .page-template-home .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .page-template-home .swiper-container-cube .swiper-slide-active,
  .page-template-home .swiper-container-cube .swiper-slide-next,
  .page-template-home .swiper-container-cube .swiper-slide-prev,
  .page-template-home .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .page-template-home .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  .page-template-home .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .page-template-home .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .page-template-home .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  .page-template-home .swiper-container-fade .swiper-slide-active,
  .page-template-home .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .page-template-home .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .page-template-home .swiper-zoom-container > img,
  .page-template-home .swiper-zoom-container > svg,
  .page-template-home .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .page-template-home .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  .page-template-home .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .page-template-home .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  .page-template-home .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  .page-template-home .swiper-scrollbar-cursor-drag {
    cursor: move; }
  .page-template-home .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
        transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .page-template-home .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }
  .page-template-home .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .page-template-home .bxArrow {
    position: absolute;
    z-index: 60;
    width: 100%;
    top: 286px; }
    .page-template-home .bxArrow-item {
      display: block;
      width: 48px;
      height: 48px;
      position: absolute;
      z-index: 60;
      cursor: pointer;
      text-indent: -9999px; }
      .page-template-home .bxArrow-item::before, .page-template-home .bxArrow-item::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-repeat: no-repeat;
        background-size: 48px 48px; }
      .page-template-home .bxArrow-item::before {
        opacity: 0; }
      .page-template-home .bxArrow-item::after {
        opacity: 1; }
      .page-template-home .bxArrow-item:hover::before {
        opacity: 1; }
      .page-template-home .bxArrow-item:hover::after {
        opacity: 0; }
      @media screen and (max-width: 950px) {
        .page-template-home .bxArrow-item::before {
          opacity: 1; }
        .page-template-home .bxArrow-item:hover {
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } }
      .page-template-home .bxArrow-item__preview {
        left: 10px; }
        .page-template-home .bxArrow-item__preview::before {
          background-image: url("../img/home/vis_arrow_l_on.png"); }
        .page-template-home .bxArrow-item__preview::after {
          background-image: url("../img/home/vis_arrow_l.png"); }
        @media screen and (max-width: 950px) {
          .page-template-home .bxArrow-item__preview::before {
            background-image: url("../img/home/arrow-sp-l.png"); }
          .page-template-home .bxArrow-item__preview::after {
            background-image: none; } }
      .page-template-home .bxArrow-item__next {
        right: 10px; }
        .page-template-home .bxArrow-item__next::before {
          background-image: url("../img/home/vis_arrow_r_on.png"); }
        .page-template-home .bxArrow-item__next::after {
          background-image: url("../img/home/vis_arrow_r.png"); }
        @media screen and (max-width: 950px) {
          .page-template-home .bxArrow-item__next::before {
            background-image: url("../img/home/arrow-sp-r.png"); }
          .page-template-home .bxArrow-item__next::after {
            background-image: none; } }
  .page-template-home .bxPager {
    position: absolute;
    z-index: 60;
    width: 100%;
    top: 540px;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .page-template-home .bxPager {
        top: 660px; } }
    .page-template-home .bxPager-item {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem; }
    .page-template-home .bxPager-link {
      background: #666;
      text-indent: -9999px;
      font-size: 0;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      border-radius: 5px;
      -webkit-transition: background-color .2s linear;
      transition: background-color .2s linear;
      cursor: pointer; }
      .page-template-home .bxPager-link.active {
        background: #000; }
      @media screen and (min-width: 950px) {
        .page-template-home .bxPager-link:hover {
          background: #222; } }
  .page-template-home .keyVisual {
    margin-top: 96px;
    color: #fff;
    /* --------------------
  key01
  -------------------- */
    /* --------------------
  key02
  -------------------- */
    /* --------------------
  key03
  -------------------- */
    /* --------------------
  key04
  -------------------- */
    /* --------------------
  key05
  -------------------- */
    /* --------------------
  key06
  -------------------- */ }
    .page-template-home .keyVisual .sublead {
      width: 40%; }
    .page-template-home .keyVisual .key01 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key01 .frame01 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main01.jpg"); }
      .page-template-home .keyVisual .key01 .key01Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key01 .key01Inner .frame02 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          right: 0; }
        .page-template-home .keyVisual .key01 .key01Inner .frame03 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: 100px; }
        .page-template-home .keyVisual .key01 .key01Inner .frame04 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: -200px; }
        .page-template-home .keyVisual .key01 .key01Inner .frame05 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          right: 66px; }
    .page-template-home .keyVisual .key02 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key02 .frame06 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main02.jpg"); }
      .page-template-home .keyVisual .key02 .key02Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key02 .key02Inner .frame08 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          left: 0; }
        .page-template-home .keyVisual .key02 .key02Inner .frame09 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: 100px; }
        .page-template-home .keyVisual .key02 .key02Inner .frame10 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: -200px; }
        .page-template-home .keyVisual .key02 .key02Inner .frame07 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          left: 47px; }
    .page-template-home .keyVisual .key03 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key03 .frame15 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main03.jpg"); }
      .page-template-home .keyVisual .key03 .key03Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key03 .key03Inner .frame12 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          right: 0; }
        .page-template-home .keyVisual .key03 .key03Inner .frame13 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: 100px; }
        .page-template-home .keyVisual .key03 .key03Inner .frame14 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: -200px; }
        .page-template-home .keyVisual .key03 .key03Inner .frame11 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          right: 66px; }
    .page-template-home .keyVisual .key04 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key04 .frame16 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main04.jpg"); }
      .page-template-home .keyVisual .key04 .key04Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key04 .key04Inner .frame18 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          left: 0; }
        .page-template-home .keyVisual .key04 .key04Inner .frame19 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: 100px; }
        .page-template-home .keyVisual .key04 .key04Inner .frame20 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: -200px; }
        .page-template-home .keyVisual .key04 .key04Inner .frame17 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          left: 47px; }
    .page-template-home .keyVisual .key05 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key05 .frame25 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main05.jpg"); }
      .page-template-home .keyVisual .key05 .key05Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key05 .key05Inner .frame22 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          right: 0; }
        .page-template-home .keyVisual .key05 .key05Inner .frame23 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: 100px; }
        .page-template-home .keyVisual .key05 .key05Inner .frame24 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          right: -200px; }
        .page-template-home .keyVisual .key05 .key05Inner .frame21 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          right: 66px; }
    .page-template-home .keyVisual .key06 {
      width: 100%;
      height: 548px;
      margin: 0px auto 0;
      overflow: hidden;
      /* ----- 01.Image ----- */ }
      .page-template-home .keyVisual .key06 .frame26 {
        width: 100%;
        height: 452px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/home/kv-main06.jpg"); }
      .page-template-home .keyVisual .key06 .key06Inner {
        width: 1280px;
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
        /* ----- 04.Circle ----- */
        /* ----- 02.Title ----- */
        /* ----- 03.Lead ----- */
        /* ----- 05.Ring ----- */ }
        .page-template-home .keyVisual .key06 .key06Inner .frame28 {
          position: absolute;
          bottom: -300px;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s;
          z-index: 2;
          left: 0; }
        .page-template-home .keyVisual .key06 .key06Inner .frame29 {
          width: 500px;
          position: absolute;
          bottom: 183px;
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s;
          z-index: 6;
          text-align: left;
          line-height: 1.2;
          font-size: 38px;
          font-size: 2.375rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: 100px; }
        .page-template-home .keyVisual .key06 .key06Inner .frame30 {
          width: 500px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          z-index: 7;
          opacity: 0;
          line-height: 2;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          left: -200px; }
        .page-template-home .keyVisual .key06 .key06Inner .frame27 {
          position: absolute;
          bottom: -252px;
          -webkit-animation-delay: 0.7s;
                  animation-delay: 0.7s;
          z-index: 5;
          left: 47px; }
  @media screen and (max-width: 950px) {
    .page-template-home .keyVisual {
      margin-top: 0;
      /* --------------------
    key01
    -------------------- */
      /* --------------------
    key02
    -------------------- */
      /* --------------------
    key03
    -------------------- */
      /* --------------------
    key04
    -------------------- */
      /* --------------------
    key05
    -------------------- */
      /* --------------------
    key06
    -------------------- */ }
      .page-template-home .keyVisual .key01 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key01 .frame01 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp01@2x.jpg"); }
        .page-template-home .keyVisual .key01 .key01Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key01 .key01Inner .frame02 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key01 .key01Inner .frame02 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key01 .key01Inner .frame03 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key01 .key01Inner .frame03 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key01 .key01Inner .frame03 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key01 .key01Inner .frame04 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key01 .key01Inner .frame04 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key01 .key01Inner .frame04 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key01 .key01Inner .frame05 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key01 .key01Inner .frame05 img {
              width: 687px;
              max-width: none; }
      .page-template-home .keyVisual .key02 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key02 .frame06 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp02@2x.jpg"); }
        .page-template-home .keyVisual .key02 .key02Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key02 .key02Inner .frame08 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key02 .key02Inner .frame08 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key02 .key02Inner .frame09 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key02 .key02Inner .frame09 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key02 .key02Inner .frame09 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key02 .key02Inner .frame10 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key02 .key02Inner .frame10 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key02 .key02Inner .frame10 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key02 .key02Inner .frame07 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key02 .key02Inner .frame07 img {
              width: 687px;
              max-width: none; }
      .page-template-home .keyVisual .key03 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key03 .frame15 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp03@2x.jpg"); }
        .page-template-home .keyVisual .key03 .key03Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key03 .key03Inner .frame12 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key03 .key03Inner .frame12 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key03 .key03Inner .frame13 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key03 .key03Inner .frame13 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key03 .key03Inner .frame13 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key03 .key03Inner .frame14 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key03 .key03Inner .frame14 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key03 .key03Inner .frame14 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key03 .key03Inner .frame11 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key03 .key03Inner .frame11 img {
              width: 687px;
              max-width: none; }
      .page-template-home .keyVisual .key04 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key04 .frame16 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp04@2x.jpg"); }
        .page-template-home .keyVisual .key04 .key04Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key04 .key04Inner .frame18 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key04 .key04Inner .frame18 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key04 .key04Inner .frame19 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key04 .key04Inner .frame19 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key04 .key04Inner .frame19 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key04 .key04Inner .frame20 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key04 .key04Inner .frame20 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key04 .key04Inner .frame20 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key04 .key04Inner .frame17 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key04 .key04Inner .frame17 img {
              width: 687px;
              max-width: none; }
      .page-template-home .keyVisual .key05 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key05 .frame25 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp05@2x.jpg"); }
        .page-template-home .keyVisual .key05 .key05Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key05 .key05Inner .frame22 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key05 .key05Inner .frame22 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key05 .key05Inner .frame23 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key05 .key05Inner .frame23 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key05 .key05Inner .frame23 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key05 .key05Inner .frame24 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key05 .key05Inner .frame24 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key05 .key05Inner .frame24 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key05 .key05Inner .frame21 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key05 .key05Inner .frame21 img {
              width: 687px;
              max-width: none; }
      .page-template-home .keyVisual .key06 {
        height: 667px;
        /* ----- 01.Image ----- */ }
        .page-template-home .keyVisual .key06 .frame26 {
          height: 667px;
          background-image: url("../img/home/kv-main-sp06@2x.jpg"); }
        .page-template-home .keyVisual .key06 .key06Inner {
          width: 100% !important;
          height: 100%;
          position: absolute;
          top: 0;
          /* ----- 04.Circle ----- */
          /* ----- 02.Title ----- */
          /* ----- 03.Lead ----- */
          /* ----- 05.Ring ----- */ }
          .page-template-home .keyVisual .key06 .key06Inner .frame28 {
            bottom: -310px !important;
            left: 50% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key06 .key06Inner .frame28 img {
              width: 687px;
              max-width: none; }
          .page-template-home .keyVisual .key06 .key06Inner .frame29 {
            width: 96%;
            bottom: 220px !important;
            right: auto !important;
            left: 2% !important;
            text-align: center; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key06 .key06Inner .frame29 {
            bottom: 200px !important; } }
  @media screen and (max-width: 950px) {
            .page-template-home .keyVisual .key06 .key06Inner .frame29 span {
              display: block;
              max-width: 460px;
              margin: auto; }
          .page-template-home .keyVisual .key06 .key06Inner .frame30 {
            width: 96%;
            bottom: auto !important;
            right: auto !important;
            top: 467px !important;
            left: 2% !important;
            padding: 0 1em;
            box-sizing: border-box;
            line-height: 1.6; }
            .page-template-home .keyVisual .key06 .key06Inner .frame30 span {
              display: block;
              max-width: 460px;
              margin: auto; } }
        @media screen and (max-width: 950px) and (min-width: 769px) {
          .page-template-home .keyVisual .key06 .key06Inner .frame30 {
            top: 507px !important; } }
  @media screen and (max-width: 950px) {
          .page-template-home .keyVisual .key06 .key06Inner .frame27 {
            bottom: -280px !important;
            left: 35% !important;
            margin-left: -343px !important; }
            .page-template-home .keyVisual .key06 .key06Inner .frame27 img {
              width: 687px;
              max-width: none; } }
  .page-template-home .numberArea {
    padding-top: 10px;
    background: #fff; }
    @media screen and (max-width: 950px) {
      .page-template-home .numberArea {
        padding-top: 0; } }
    .page-template-home .numberArea-inner {
      clear: both;
      width: 1100px;
      margin: 65px auto 123px; }
      .page-template-home .numberArea-inner::after {
        display: block;
        content: "";
        clear: both; }
      .page-template-home .numberArea-inner p {
        margin: 0; }
      @media screen and (max-width: 950px) {
        .page-template-home .numberArea-inner {
          width: 100%;
          margin: 0px auto 0px; } }
      .page-template-home .numberArea-inner .sel-pc {
        display: inline-block !important; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-pc {
            display: none !important; } }
      .page-template-home .numberArea-inner .sel-sp {
        display: none !important; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-sp {
            display: block !important; } }
      .page-template-home .numberArea-inner .sel-01 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 32%;
        padding-bottom: 10.5%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5% 35px; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-01 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-01 .num01 {
          text-align: center;
          font-size: 300%;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-01 .num01 {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-01 .num01 {
              font-size: 200%; } }
          .page-template-home .numberArea-inner .sel-01 .num01 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-01 .num01 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-01 .num01Txt {
          text-align: left;
          position: absolute;
          bottom: 13%;
          left: 9.3%;
          color: #bf0000;
          font-size: 16px;
          font-size: 1rem; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-01 .num01Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-01 .num01Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .sel-02 {
        width: 60%;
        margin: -91px 2% 35px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: #bf0000;
        background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
        background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
        background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
        padding: 40px 50px;
        box-sizing: border-box; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-02 {
            width: 100%;
            margin: 0 auto;
            border-radius: 0px;
            margin-bottom: 30px;
            padding: 40px 4%; } }
        .page-template-home .numberArea-inner .sel-02 p {
          color: #fff; }
        .page-template-home .numberArea-inner .sel-02 .selTtl {
          line-height: 1.4;
          margin-bottom: 30px;
          letter-spacing: 3px;
          font-size: 30px;
          font-size: 1.875rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-02 .selTtl {
              font-size: 24px;
              font-size: 1.5rem; } }
        .page-template-home .numberArea-inner .sel-02 .selTxt {
          line-height: 1.8;
          font-size: 16px;
          font-size: 1rem; }
      .page-template-home .numberArea-inner .sel-03 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 60%;
        padding-bottom: 5.5%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5% 35px; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-03 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-03 .num03 {
          text-align: left;
          display: inline-block;
          margin-left: 40px;
          font-size: 300%;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-03 .num03 {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-03 .num03 {
              text-align: center;
              font-size: 200%;
              margin: 0 auto;
              display: block; } }
          .page-template-home .numberArea-inner .sel-03 .num03 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-03 .num03 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-03 .num03Txt {
          text-align: center;
          position: absolute;
          bottom: 16%;
          right: 5.3%;
          color: #da5825;
          font-size: 16px;
          font-size: 1rem;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-03 .num03Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-03 .num03Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .sel-04 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 32%;
        padding-bottom: 5.5%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5% 35px;
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .page-template-home .numberArea-inner .sel-04 {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-04 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-04 .num04 {
          text-align: center;
          font-size: 300%;
          color: #bf0000; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-04 .num04 {
              font-size: 200%; } }
          .page-template-home .numberArea-inner .sel-04 .num04 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-04 .num04 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-04 .num04Txt {
          text-align: left;
          position: absolute;
          bottom: 10%;
          left: 8.3%;
          font-size: 16px;
          font-size: 1rem;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-04 .num04Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-04 .num04Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .sel-05 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 46%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5% 35px;
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .page-template-home .numberArea-inner .sel-05 {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-05 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-05 .num05 {
          text-align: left;
          margin-left: 20px;
          font-size: 300%;
          line-height: 1.6;
          color: #bf0000; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-05 .num05 {
              text-align: center;
              display: block;
              font-size: 200%; } }
          .page-template-home .numberArea-inner .sel-05 .num05 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-05 .num05 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-05 .num05Txt {
          text-align: right;
          position: absolute;
          top: 12%;
          right: 5.3%;
          font-size: 16px;
          font-size: 1rem;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-05 .num05Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-05 .num05Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .sel-06 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 46%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5% 35px;
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .page-template-home .numberArea-inner .sel-06 {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-06 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-06 .num06 {
          text-align: left;
          margin-left: 20px;
          font-size: 300%;
          line-height: 1.6;
          color: #bf0000; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-06 .num06 {
              text-align: center;
              display: block;
              font-size: 200%; } }
          .page-template-home .numberArea-inner .sel-06 .num06 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-06 .num06 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-06 .num06Txt {
          text-align: right;
          position: absolute;
          top: 12%;
          right: 5.3%;
          font-size: 16px;
          font-size: 1rem;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-06 .num06Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-06 .num06Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .sel-07 {
        width: 60.4%;
        margin: 0 1.5% 35px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: #bf0000;
        background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
        background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
        background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
        padding: 40px 50px;
        box-sizing: border-box;
        border-radius: 10px; }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-07 {
            width: 100%;
            margin: 0 auto;
            border-radius: 0px;
            margin-bottom: 30px;
            padding: 40px 4%; } }
        .page-template-home .numberArea-inner .sel-07 p {
          color: #fff; }
        .page-template-home .numberArea-inner .sel-07 .selTtl {
          line-height: 1.4;
          margin-bottom: 30px;
          letter-spacing: 3px;
          font-size: 30px;
          font-size: 1.875rem;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-07 .selTtl {
              font-size: 24px;
              font-size: 1.5rem; } }
        .page-template-home .numberArea-inner .sel-07 .selTxt {
          line-height: 1.8;
          font-size: 16px;
          font-size: 1rem; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-07 .selTxt {
              position: static; } }
      .page-template-home .numberArea-inner .sel-08 {
        border-radius: 10px;
        border: 2px solid #da5825;
        position: relative;
        width: 32%;
        padding-bottom: 5.5%;
        display: inline-block;
        vertical-align: middle;
        vertical-align: top;
        margin: 0 1.5% 35px;
        color: #bf0000;
        color: #bf0000; }
        @media screen and (min-width: 769px) {
          .page-template-home .numberArea-inner .sel-08 {
            background: -webkit-linear-gradient(left, #bf0000, #da5825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media screen and (max-width: 950px) {
          .page-template-home .numberArea-inner .sel-08 {
            width: 92%;
            margin: 0 auto 30px;
            padding-bottom: 5.5%;
            display: block; } }
        .page-template-home .numberArea-inner .sel-08 .num08 {
          text-align: center;
          font-size: 300%;
          color: #bf0000;
          font-family: 'Rakuten Global'; }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-08 .num08 {
              font-size: 200%; } }
          .page-template-home .numberArea-inner .sel-08 .num08 span {
            font-size: 100px;
            font-size: 6.25rem;
            font-family: 'Osaka－等幅', 'Osaka-等幅', 'ＭＳ ゴシック', monospace; }
            @media screen and (max-width: 950px) {
              .page-template-home .numberArea-inner .sel-08 .num08 span {
                font-size: 60px;
                font-size: 3.75rem; } }
        .page-template-home .numberArea-inner .sel-08 .num08Txt {
          text-align: left;
          position: absolute;
          bottom: 10%;
          left: 7.3%;
          font-size: 16px;
          font-size: 1rem;
          color: #bf0000; }
          @media screen and (min-width: 769px) {
            .page-template-home .numberArea-inner .sel-08 .num08Txt {
              background: -webkit-linear-gradient(left, #bf0000, #da5825);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
          @media screen and (max-width: 950px) {
            .page-template-home .numberArea-inner .sel-08 .num08Txt {
              position: static;
              text-align: center; } }
      .page-template-home .numberArea-inner .plus {
        -webkit-animation-delay: 7.4s;
                animation-delay: 7.4s;
        font-size: 500%;
        color: #da5825; }
      .page-template-home .numberArea-inner .plaas {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
        font-size: 200%;
        color: #da5825; }
  .page-template-home .locationArea {
    margin-top: -248px;
    background: #d5d5d5;
    padding-bottom: 80px; }
    @media screen and (max-width: 950px) {
      .page-template-home .locationArea {
        margin: 0;
        width: 100%;
        background: #d5d5d5 url("../img/home/map-bg-sp@2x.png") no-repeat center 50px;
        background-size: cover;
        padding-bottom: 70px; } }
    .page-template-home .locationArea__body {
      width: 100%;
      background: #d5d5d5;
      padding: 96px 0 60px;
      text-align: center; }
      @media screen and (max-width: 769px) {
        .page-template-home .locationArea__body {
          margin: 0 auto 0px;
          width: 92%;
          padding: 20px 0 40px;
          text-align: left;
          line-height: 1.8; } }
      .page-template-home .locationArea__body p {
        line-height: 2.4; }
        @media screen and (max-width: 769px) {
          .page-template-home .locationArea__body p {
            line-height: 1.8; } }
    .page-template-home .locationArea__title {
      font-size: 30px;
      margin-bottom: 15px;
      letter-spacing: 3px;
      font-family: 'Rakuten Global';
      font-size: 38px;
      font-size: 2.375rem;
      font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }
      @media screen and (max-width: 769px) {
        .page-template-home .locationArea__title {
          font-size: 30px;
          text-align: center;
          margin-bottom: 35px; } }
    .page-template-home .locationArea-map {
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
      display: block; }
      @media screen and (max-width: 950px) {
        .page-template-home .locationArea-map {
          display: none; } }
      .page-template-home .locationArea-map__inner {
        width: 950px;
        margin: 0 auto;
        position: relative; }
        .page-template-home .locationArea-map__inner .bx-controls {
          display: none; }
        .page-template-home .locationArea-map__inner .bxslider {
          letter-spacing: .1em; }
          .page-template-home .locationArea-map__inner .bxslider .invImg {
            width: 250px;
            box-shadow: 4px 0 4px rgba(0, 0, 0, 0.3);
            border-radius: 4px; }
          .page-template-home .locationArea-map__inner .bxslider span {
            text-align: center;
            width: 80%;
            left: 10%;
            display: block;
            position: absolute;
            z-index: 10;
            color: #fff; }
            .page-template-home .locationArea-map__inner .bxslider span.cityName {
              font-size: 30px;
              font-size: 1.875rem;
              font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
              top: 132px;
              font-weight: bold; }
            .page-template-home .locationArea-map__inner .bxslider span.countryName {
              font-size: 16px;
              font-size: 1rem;
              font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
              top: 192px; }
        .page-template-home .locationArea-map__inner p.bx-pager {
          margin: 0; }
        .page-template-home .locationArea-map__inner .mapMoreBtn {
          position: absolute;
          top: 240px;
          left: 20%;
          width: 60%;
          color: #fff;
          text-align: center;
          border: 2px solid #fff;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-sizing: border-box;
          padding: 1em;
          border-radius: 3px;
          font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
          font-size: 12px;
          font-size: 0.75rem;
          -webkit-transition: all .3s linear;
          transition: all .3s linear; }
          .page-template-home .locationArea-map__inner .mapMoreBtn:hover {
            background: #fff;
            color: #666;
            text-decoration: none; }
        .page-template-home .locationArea-map__inner .closeIcon {
          position: absolute;
          top: 17px;
          right: 16px;
          left: auto;
          cursor: pointer;
          margin: 0; }
          .page-template-home .locationArea-map__inner .closeIcon img {
            width: 20px; }
          .page-template-home .locationArea-map__inner .closeIcon:hover, .page-template-home .locationArea-map__inner .closeIcon.hover {
            opacity: 0.6;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
        .page-template-home .locationArea-map__inner .mapArLeft a {
          position: absolute;
          top: 150px;
          left: 10px; }
          .page-template-home .locationArea-map__inner .mapArLeft a img {
            width: 12px; }
          .page-template-home .locationArea-map__inner .mapArLeft a:hover, .page-template-home .locationArea-map__inner .mapArLeft a.hover {
            opacity: 0.6;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
        .page-template-home .locationArea-map__inner .mapArRight a {
          position: absolute;
          top: 150px;
          left: auto;
          right: 13px; }
          .page-template-home .locationArea-map__inner .mapArRight a img {
            width: 12px; }
          .page-template-home .locationArea-map__inner .mapArRight a:hover, .page-template-home .locationArea-map__inner .mapArRight a.hover {
            opacity: 0.6;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
        .page-template-home .locationArea-map__inner .bx-pager img {
          width: 12px; }
        .page-template-home .locationArea-map__inner .map-on {
          width: 12px; }
        .page-template-home .locationArea-map__inner .tokyo .iTokyo {
          position: absolute;
          top: 45%;
          left: 47%; }
        .page-template-home .locationArea-map__inner .tokyo .iBstn {
          position: absolute;
          top: 31.5%;
          right: 8.9%;
          z-index: 1; }
        .page-template-home .locationArea-map__inner .tokyo .iNyk {
          position: absolute;
          top: 34.5%;
          right: 9.6%; }
        .page-template-home .locationArea-map__inner .tokyo .iParis {
          position: absolute;
          top: 31%;
          left: 9.3%; }
        .page-template-home .locationArea-map__inner .tokyo .iSin {
          position: absolute;
          top: 56.5%;
          left: 37%; }
        .page-template-home .locationArea-map__inner .tokyo .tokyoInv {
          position: absolute;
          top: 0;
          right: 206px; }
        .page-template-home .locationArea-map__inner .nyk .iTokyo {
          position: absolute;
          top: 41%;
          left: 47.3%; }
        .page-template-home .locationArea-map__inner .nyk .iBstn {
          position: absolute;
          top: 31.5%;
          right: 8.9%;
          z-index: 1; }
        .page-template-home .locationArea-map__inner .nyk .iNyk {
          position: absolute;
          top: 39.5%;
          right: 9.6%; }
        .page-template-home .locationArea-map__inner .nyk .iParis {
          position: absolute;
          top: 31%;
          left: 9.3%; }
        .page-template-home .locationArea-map__inner .nyk .iSin {
          position: absolute;
          top: 56.5%;
          left: 37%; }
        .page-template-home .locationArea-map__inner .nyk .nykInv {
          position: absolute;
          top: 0;
          right: 121px; }
        .page-template-home .locationArea-map__inner .paris .iTokyo {
          position: absolute;
          top: 41%;
          left: 47.3%; }
        .page-template-home .locationArea-map__inner .paris .iBstn {
          position: absolute;
          top: 31.5%;
          right: 8.9%;
          z-index: 1; }
        .page-template-home .locationArea-map__inner .paris .iNyk {
          position: absolute;
          top: 34.5%;
          right: 9.6%; }
        .page-template-home .locationArea-map__inner .paris .iParis {
          position: absolute;
          top: 34.5%;
          left: 8.9%; }
        .page-template-home .locationArea-map__inner .paris .iSin {
          position: absolute;
          top: 56.5%;
          left: 37%; }
        .page-template-home .locationArea-map__inner .paris .parisInv {
          position: absolute;
          top: 0;
          left: 120px; }
        .page-template-home .locationArea-map__inner .sin .iTokyo {
          position: absolute;
          top: 41%;
          left: 47.3%; }
        .page-template-home .locationArea-map__inner .sin .iBstn {
          position: absolute;
          top: 31.5%;
          right: 8.9%;
          z-index: 1; }
        .page-template-home .locationArea-map__inner .sin .iNyk {
          position: absolute;
          top: 34.5%;
          right: 9.6%; }
        .page-template-home .locationArea-map__inner .sin .iParis {
          position: absolute;
          top: 31%;
          left: 9.3%; }
        .page-template-home .locationArea-map__inner .sin .iSin {
          position: absolute;
          top: 60.5%;
          left: 37%; }
        .page-template-home .locationArea-map__inner .sin .sinInv {
          position: absolute;
          top: 0;
          left: 81px; }
        .page-template-home .locationArea-map__inner .bstn .iTokyo {
          position: absolute;
          top: 41%;
          left: 47.3%; }
        .page-template-home .locationArea-map__inner .bstn .iBstn {
          position: absolute;
          top: 35.5%;
          right: 8.9%;
          z-index: 1; }
        .page-template-home .locationArea-map__inner .bstn .iNyk {
          position: absolute;
          top: 35%;
          right: 9.7%; }
        .page-template-home .locationArea-map__inner .bstn .iParis {
          position: absolute;
          top: 31%;
          left: 9.3%; }
        .page-template-home .locationArea-map__inner .bstn .iSin {
          position: absolute;
          top: 56.5%;
          left: 37%; }
        .page-template-home .locationArea-map__inner .bstn .bstnInv {
          position: absolute;
          top: 0;
          right: 116px; }
        .page-template-home .locationArea-map__inner .bx-wrapper .bx-controls-direction a {
          bottom: 0 !important;
          top: auto; }
        .page-template-home .locationArea-map__inner .spinner {
          position: absolute;
          top: 50%;
          left: 33%;
          width: 40px;
          height: 40px;
          margin: -1.18rem 0 0 -1.13rem;
          background-color: white;
          border-radius: 100%;
          -webkit-animation: scaleout 1.3s infinite ease-in-out;
          animation: scaleout 1.3s infinite ease-in-out; }

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.04; } }
      .page-template-home .locationArea-map__wrap {
        margin: 0; }
    .page-template-home .locationArea-arealist {
      display: none; }
      @media screen and (max-width: 950px) {
        .page-template-home .locationArea-arealist {
          display: block; } }
      .page-template-home .locationArea-arealist__body {
        list-style: none;
        margin: 0;
        padding: 0; }
        .page-template-home .locationArea-arealist__body img {
          width: 100%; }
      .page-template-home .locationArea-arealist__item {
        margin: 0;
        line-height: 0;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        float: none;
        border-bottom: 1px solid #bbb; }
        .page-template-home .locationArea-arealist__item a {
          display: block; }
        .page-template-home .locationArea-arealist__item a::after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          background-image: url("../img/home/map-overlay.png");
          background-size: 100% 100%;
          opacity: 0;
          -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
          z-index: 10; }
        .page-template-home .locationArea-arealist__item a:hover::after {
          opacity: 1;
          -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear; }
      .page-template-home .locationArea-arealist__name {
        font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
        font-size: 5.5vw;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        z-index: 11;
        color: #fff;
        padding-top: 9vw;
        padding-left: 11vw; }
        .page-template-home .locationArea-arealist__name::after {
          content: "";
          display: block;
          position: absolute;
          top: 6vw;
          left: 86vw;
          width: 6vw;
          height: 6vw;
          background-image: url("../img/icons/arrow-white.svg");
          background-size: 6vw 6vw; }
  .page-template-home .newsArrow {
    position: absolute;
    top: 580px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100; }
    .page-template-home .newsArrow p {
      color: #fff;
      font-size: 80%; }
      .page-template-home .newsArrow p a {
        color: #fff; }
        .page-template-home .newsArrow p a:hover {
          color: #fff;
          text-decoration: none; }
  .page-template-home .u-news__inner {
    padding-bottom: 60px; }
  .page-template-home .u-news span a {
    font-size: 20px;
    font-size: 1.25rem; }
    .page-template-home .u-news span a.rit-button-grad01::before {
      background: #f0f0f0; }
    .page-template-home .u-news span a::after {
      background-image: url("../img/icons/arrow-red.svg");
      background-size: .9em 1em;
      width: .9em;
      height: 1em;
      top: .1em;
      margin-left: .8em; }
    .page-template-home .u-news span a:hover::after {
      background-image: url("../img/icons/arrow-white.svg"); }
    @media screen and (max-width: 769px) {
      .page-template-home .u-news span a {
        width: calc(50% - 13px);
        padding: .4em 2em;
        line-height: 1.8;
        border-radius: 3px;
        font-size: 12px;
        font-size: 0.75rem;
        float: right; }
        .page-template-home .u-news span a::before {
          width: calc(100% - 2px);
          height: calc(100% - 2px);
          top: 1px;
          left: 1px;
          border-radius: 2px; }
        .page-template-home .u-news span a::after {
          background-image: url("../img/icons/arrow-red.svg");
          background-size: .9em 1em;
          width: .9em;
          height: 1em;
          top: .1em;
          margin-left: .8em; }
        .page-template-home .u-news span a:hover::after {
          background-image: url("../img/icons/arrow-white.svg"); } }
  @media screen and (max-width: 769px) {
    .page-template-home .u-news__item:nth-child(7), .page-template-home .u-news__item:nth-child(8), .page-template-home .u-news__item:nth-child(9), .page-template-home .u-news__item:nth-child(10), .page-template-home .u-news__item:nth-child(11), .page-template-home .u-news__item:nth-child(12) {
      display: none; }
    .page-template-home .u-news footer > span {
      display: block;
      padding-top: 2em;
      border-top: 1px solid #bf0000; } }
  .page-template-home .main {
    margin-top: 0; }
    .page-template-home .main__row {
      padding-bottom: 0; }

@media screen and (max-width: 769px) {
  .page-template-about .main-ex {
    background-color: #f0f0f0; } }

@media screen and (max-width: 769px) {
  .page-template-about .main-ex__img {
    width: 100%;
    background-color: red;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
    padding: 0; }
    .page-template-about .main-ex__img img {
      max-width: 100%;
      width: 100%; } }

.page-template-about .about-map {
  box-shadow: 0 0px 10px #b5b5b5;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .page-template-about .about-map {
      box-shadow: none;
      margin-bottom: 0; } }
  .page-template-about .about-map__row {
    position: relative;
    max-width: 1064px;
    margin: 0 auto; }
  .page-template-about .about-map__ttl {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0; }
    @media screen and (max-width: 769px) {
      .page-template-about .about-map__ttl {
        font-size: 1.5rem;
        top: 34px; } }
  .page-template-about .about-map__bg img {
    width: 100%; }
  @media screen and (max-width: 769px) {
    .page-template-about .about-map__bg {
      background-image: url("../img/about/mapttl.png");
      background-size: cover;
      height: 100px;
      width: 100%; }
      .page-template-about .about-map__bg img {
        display: none; } }
  .page-template-about .about-map__icon {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px; }
    @media screen and (max-width: 769px) {
      .page-template-about .about-map__icon {
        display: none; } }
    .page-template-about .about-map__icon i {
      border-radius: 100%;
      display: block;
      width: 12px;
      height: 12px;
      position: relative;
      left: -6px;
      top: -6px;
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
    .page-template-about .about-map__icon span {
      display: block;
      position: absolute;
      width: 0;
      overflow: hidden;
      line-height: 1;
      color: #bf0000;
      font-size: 1.25rem;
      font-family: 'Rakuten Global';
      top: -10px;
      left: 15px;
      white-space: nowrap; }
    .page-template-about .about-map__icon.tokyo {
      top: 45.5%;
      left: 47.5%; }
    .page-template-about .about-map__icon.sanm {
      top: 45.5%;
      left: 75.3%; }
    .page-template-about .about-map__icon.paris {
      top: 37%;
      left: 9.5%; }
    .page-template-about .about-map__icon.sin {
      top: 66%;
      left: 37.5%; }
    .page-template-about .about-map__icon.bstn {
      top: 39.5%;
      left: 89%; } 
    .page-template-about .about-map__icon.ban {
      top: 60.5%;
      left: 30.5%; }
    .no-js .page-template-about .about-map__icon:hover::before,
    .js.no-touchevents .page-template-about .about-map__icon:hover::before,
    .js.touchevents .page-template-about .about-map__icon.touch::before {
      box-sizing: border-box;
      content: " ";
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: -10px;
      left: -10px;
      border: 1px solid #bf0000;
      border-radius: 100%;
      -webkit-animation: sercle .2s;
              animation: sercle .2s; }
    .no-js .page-template-about .about-map__icon:hover::after,
    .js.no-touchevents .page-template-about .about-map__icon:hover::after,
    .js.touchevents .page-template-about .about-map__icon.touch::after {
      box-sizing: border-box;
      content: " ";
      display: block;
      height: 28px;
      width: 28px;
      position: absolute;
      top: -14px;
      left: -14px;
      border: 1px solid #bf0000;
      border-radius: 100%;
      -webkit-animation: sercle .5s;
              animation: sercle .5s; }

@-webkit-keyframes sercle {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes sercle {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
    .no-js .page-template-about .about-map__icon:hover span,
    .js.no-touchevents .page-template-about .about-map__icon:hover span,
    .js.touchevents .page-template-about .about-map__icon.touch span {
      width: 120px;
      -webkit-transition: all .5s .3s;
      transition: all .5s .3s; }

.page-template-about .area-item {
  box-shadow: 0 0px 10px #b5b5b5;
  background-color: #fff;
  margin-bottom: 30px; }
  .page-template-about .area-item__head {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 5px solid #bf0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-template-about .area-item__head--ttl {
      max-width: 300px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      margin-top: 0;
      margin-right: 25px;
      margin-bottom: 0;
      background-repeat: no-repeat;
      height: 110px;
      background-position: bottom right; }
      .page-template-about .area-item__head--ttl.tokyo {
        background-image: url("../img/about/sub-tokyo.svg");
        background-size: 224px auto; }
      .page-template-about .area-item__head--ttl.sanm {
        background-image: url("../img/about/sub-sanm.svg");
        background-size: 224px auto; }
      .page-template-about .area-item__head--ttl.paris {
        background-image: url("../img/about/sub-paris.svg");
        background-size: 224px auto; }
      .page-template-about .area-item__head--ttl.sin {
        background-image: url("../img/about/sub-sin.svg");
        background-size: 224px auto; }
      .page-template-about .area-item__head--ttl.bstn {
        background-image: url("../img/about/sub-bstn.svg");
        background-size: 224px auto; }
      .page-template-about .area-item__head--ttl.ban {
        background-image: url("../img/about/sub-ban.svg");
        background-size: 224px auto; }
    .page-template-about .area-item__head--ex {
      margin: 0; }
  .page-template-about .area-item__img img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .page-template-about .area-item__body {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; }
    .page-template-about .area-item__body.open {
      max-height: 1000px; }
  .page-template-about .area-item__map {
    height: 225px;
    margin-bottom: 15px; }
  .page-template-about .area-item__foot {
    padding-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .page-template-about .area-item {
      box-shadow: none;
      border-top: 3px solid #bf0000;
      margin-bottom: 0; }
      .page-template-about .area-item:last-child {
        border-bottom: 3px solid #bf0000; }
      .page-template-about .area-item__head {
        border: none;
        display: block;
        margin: 0;
        padding: 0; }
        .page-template-about .area-item__head--ttl {
          max-width: 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 70px;
          font-size: 1.25rem;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-image: none !important; }
          .page-template-about .area-item__head--ttl i {
            content: "";
            display: block;
            height: 20px;
            width: 20px;
            background-image: url("../img/icons/open-red.svg"); }
          .no-js .page-template-about .area-item__head--ttl:hover,
          .js.no-touchevents .page-template-about .area-item__head--ttl:hover,
          .js.touchevents .page-template-about .area-item__head--ttl.touch {
            color: #898989;
            cursor: pointer; }
            .no-js .page-template-about .area-item__head--ttl:hover i,
            .js.no-touchevents .page-template-about .area-item__head--ttl:hover i,
            .js.touchevents .page-template-about .area-item__head--ttl.touch i {
              background-image: url("../img/icons/open.svg"); }
          .page-template-about .area-item__head--ttl.close i {
            background-image: url("../img/icons/close-red.svg"); }
          .no-js .page-template-about .area-item__head--ttl.close:hover i,
          .js.no-touchevents .page-template-about .area-item__head--ttl.close:hover i,
          .js.touchevents .page-template-about .area-item__head--ttl.close.touch i {
            background-image: url("../img/icons/close.svg"); }
        .page-template-about .area-item__head--ex {
          margin-bottom: 1em; }
          .page-template-about .area-item__head--ex.close {
            display: none; }
      .page-template-about .area-item__img {
        width: auto;
        margin-left: -10px;
        margin-right: -10px; }
      .page-template-about .area-item__body.open {
        padding-bottom: 30px;
        max-height: 2000px; }
      .page-template-about .area-item__foot {
        display: none; } }

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-moz-document url-prefix() {
  @keyframes horizontal {
    0% {
      transform: translateX(-4px) scale(1.01); }
    100% {
      transform: translateX(0px) scale(1); } }
  @keyframes vertical {
    0% {
      transform: translateY(-5px) scale(1.01); }
    100% {
      transform: translateY(0px) scale(1); } } }

.page-template-research .researchDomain {
  background: #bf0000;
  background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
  background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
  background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
  color: #fff; }
  .page-template-research .researchDomain__wrapper {
    width: 100%;
    height: 100%;
    background-image: url("../img/research/domain_desktop_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1200px 580px;
    padding: 90px 0 65px; }
  .page-template-research .researchDomain__inner {
    position: relative; }
  .page-template-research .researchDomain__tab {
    color: #fff;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 200px;
    box-sizing: border-box;
    vertical-align: top; }
    .page-template-research .researchDomain__tab li {
      cursor: pointer;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1px;
      font-size: 20px;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      z-index: 1;
      position: absolute;
      list-style: none;
      -webkit-transform: scale(0.66);
          -ms-transform: scale(0.66);
              transform: scale(0.66);
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.8;
      -webkit-transition: top 0.6s,
 right 0.6s,
 -webkit-transform 0.2s;
      transition: top 0.6s,
 right 0.6s,
 -webkit-transform 0.2s;
      transition: transform 0.2s,
 top 0.6s,
 right 0.6s;
      transition: transform 0.2s,
 top 0.6s,
 right 0.6s,
 -webkit-transform 0.2s; }
      .page-template-research .researchDomain__tab li span {
        display: inline-block; }
      .page-template-research .researchDomain__tab li.select {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .page-template-research .researchDomain__tab li.pow span {
        -webkit-animation: horizontal 1.1s ease-in-out infinite alternate;
                animation: horizontal 1.1s ease-in-out infinite alternate; }
      .page-template-research .researchDomain__tab li.pow.active-pow {
        top: -20px;
        right: 30px; }
      .page-template-research .researchDomain__tab li.pow.active-real {
        top: 160px;
        right: 125px; }
      .page-template-research .researchDomain__tab li.pow.active-inte {
        top: 100px;
        right: 215px; }
      .page-template-research .researchDomain__tab li.real span {
        -webkit-animation: horizontal 1.2s ease-in-out infinite alternate;
                animation: horizontal 1.2s ease-in-out infinite alternate; }
      .page-template-research .researchDomain__tab li.real.active-pow {
        top: 60px;
        right: 205px; }
      .page-template-research .researchDomain__tab li.real.active-real {
        top: -40px;
        right: -5px; }
      .page-template-research .researchDomain__tab li.real.active-inte {
        top: 145px;
        right: -10px; }
      .page-template-research .researchDomain__tab li.inte span {
        -webkit-animation: horizontal 1.3s ease-in-out infinite alternate;
                animation: horizontal 1.3s ease-in-out infinite alternate; }
      .page-template-research .researchDomain__tab li.inte.active-pow {
        top: 145px;
        right: 15px; }
      .page-template-research .researchDomain__tab li.inte.active-real {
        top: 20px;
        right: 130px; }
      .page-template-research .researchDomain__tab li.inte.active-inte {
        top: -20px;
        right: 35px; }
  .page-template-research .researchDomain__tri {
    position: absolute;
    top: 10px;
    left: 20px;
    -webkit-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
            transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
    -webkit-transition: 0.8s;
    transition: 0.8s; }
    .page-template-research .researchDomain__tri img {
      -webkit-animation: vertical 1s ease-in-out infinite alternate;
              animation: vertical 1s ease-in-out infinite alternate; }
    .page-template-research .researchDomain__tri.pou_act {
      -webkit-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
              transform: rotate(0deg) rotateX(0deg) rotateY(0deg); }
    .page-template-research .researchDomain__tri.inte_act {
      -webkit-transform: rotate(-150deg) rotateX(360deg) rotateY(0deg);
              transform: rotate(-150deg) rotateX(360deg) rotateY(0deg);
      top: 30px;
      left: 50px; }
    .page-template-research .researchDomain__tri.real_act {
      -webkit-transform: rotate(140deg) rotateX(0deg) rotateY(360deg);
              transform: rotate(140deg) rotateX(0deg) rotateY(360deg);
      top: -30px;
      left: 50px; }
  .page-template-research .researchDomain__detail {
    color: #fff;
    display: inline-block;
    width: 66%;
    width: calc(100% - 320px);
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    position: relative;
    height: 12.6em; }
    .page-template-research .researchDomain__detail h2 {
      font-size: 1em;
      margin: 0;
      font-weight: bold;
      font-family: Arial, Linotte, YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Roboto, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif; }
    @media screen and (max-width: 900px) {
      .page-template-research .researchDomain__detail {
        height: 14.4em; } }
    @media screen and (max-width: 800px) {
      .page-template-research .researchDomain__detail {
        height: 16.2em; } }
    @media screen and (max-width: 750px) {
      .page-template-research .researchDomain__detail {
        height: 18em; } }
    @media screen and (max-width: 720px) {
      .page-template-research .researchDomain__detail {
        height: 19.8em; } }
    @media screen and (max-width: 710px) {
      .page-template-research .researchDomain__detail {
        height: 21.6em; } }
    @media screen and (max-width: 700px) {
      .page-template-research .researchDomain__detail {
        height: 23.4em; } }
    .page-template-research .researchDomain__detail .hide {
      display: none; }
    .page-template-research .researchDomain__detail li {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.8;
      list-style: none;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .page-template-research .researchDomain__detail li {
          position: absolute; } }
      .page-template-research .researchDomain__detail li p {
        margin: 0; }

@media screen and (max-width: 769px) {
  .page-template-research .researchDomain {
    display: none; }
    .page-template-research .researchDomain__wrapper {
      padding: 0;
      background-image: url("../img/research/domain_mobile_bg.png");
      background-size: 100vw 94.8948949vw;
      background-repeat: repeat-y;
      background-position: center top; }
    .page-template-research .researchDomain__tab {
      display: none; }
    .page-template-research .researchDomain__tri {
      display: none; }
    .page-template-research .researchDomain__detail {
      width: 100%;
      height: auto; }
      .page-template-research .researchDomain__detail .hide {
        display: block; }
      .page-template-research .researchDomain__detail li {
        margin: 4em 0; }
        .page-template-research .researchDomain__detail li strong {
          font-size: 24px;
          font-size: 1.5rem; } }

.page-template-research .researchArea__header {
  margin-bottom: 1em; }

.page-template-research .researchArea__ttl {
  margin-top: 100px;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem; }
  .page-template-research .researchArea__ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-top: .1em;
    background: #bf0000;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
    background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
    background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }

.page-template-research .researchArea__btn::after {
  display: block;
  content: "";
  clear: both; }

.page-template-research .researchArea__btn .rit-button-grad01 {
  width: calc(33.3333% - 13px);
  float: right;
  font-size: 20px;
  font-size: 1.25rem; }
  .page-template-research .researchArea__btn .rit-button-grad01::after {
    background-image: url("../img/icons/arrow-red.svg");
    background-size: .9em 1em;
    width: .9em;
    height: 1em;
    top: .1em;
    margin-left: .8em; }
  .page-template-research .researchArea__btn .rit-button-grad01:hover::after {
    background-image: url("../img/icons/arrow-white.svg"); }

@media screen and (max-width: 769px) {
  .page-template-research .researchArea__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 70px; }
    .page-template-research .researchArea__ttl::after {
      width: calc(100% + 30px);
      margin: .1em -15px 0; }
  .page-template-research .researchArea__btn .rit-button-grad01 {
    width: calc(50% - 13px);
    padding: .4em 2em;
    line-height: 1.8;
    border-radius: 3px;
    font-size: 12px;
    font-size: 0.75rem; }
    .page-template-research .researchArea__btn .rit-button-grad01::before {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      border-radius: 2px; } }

.page-template-research .presentation .u-research__ttl {
  margin-top: 10px;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-weight: normal !important; }
  .page-template-research .presentation .u-research__ttl a {
    font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    font-weight: normal !important; }

@media screen and (max-width: 769px) {
  .page-template-research .newest .u-research__item {
    display: none;
    margin-bottom: 1em; }
    .page-template-research .newest .u-research__item::after {
      content: "";
      display: block;
      width: calc(100% - 13 * 2);
      height: 1px;
      margin-top: 2em;
      background: #eaeaea; }
    .page-template-research .newest .u-research__item:first-child {
      display: block; }
  .page-template-research .presentation .u-research__item::after {
    content: "";
    display: block;
    width: calc(100% - 13 * 2);
    height: 1px;
    margin-top: 2em;
    background: #B12418; } }

.page-template-publications .publicationsArea {
  margin-top: 1em; }
  .page-template-publications .publicationsArea__wrap {
    padding-bottom: 2em; }
    .page-template-publications .publicationsArea__wrap:nth-child(2n-1) {
      background: #f0f0f0; }
  .page-template-publications .publicationsArea__head {
    float: right;
    width: 31.57895%;
    max-width: 300px;
    margin-top: 1.4em;
    margin-bottom: 0; }
    .page-template-publications .publicationsArea__head img {
      display: inline-block; }
  .page-template-publications .publicationsArea__ttl {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: 'Rakuten Global bold', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    font-weight: bold;
    font-weight: bold; }
  .page-template-publications .publicationsArea__tags {
    float: right;
    width: 31.57895%;
    max-width: 300px;
    margin: 1.2em 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8; }
    .page-template-publications .publicationsArea__tags li {
      float: left;
      list-style: none;
      margin: .2em .2em; }
    .page-template-publications .publicationsArea__tags a {
      display: block;
      border-radius: 3px;
      border: 1px solid;
      padding: 0 1em; }
      .page-template-publications .publicationsArea__tags a:hover {
        background: #bf0000;
        background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
        background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
        background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
        color: #fff;
        border-color: #bf0000;
        text-decoration: none !important; }
  .page-template-publications .publicationsArea__ex {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
  .page-template-publications .publicationsArea__note {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8; }
    .page-template-publications .publicationsArea__note::before {
      vertical-align: text-top;
      content: "";
      margin-right: 3px;
      width: 12px;
      height: 13px;
      background: url("../img/icons/award.svg");
      background-size: 12px 13px;
      display: inline-block; }
  .page-template-publications .publicationsArea__author {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
  .page-template-publications .publicationsArea__date {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
  .page-template-publications .publicationsArea__link {
    float: left;
    width: 65.78947%;
    max-width: 600px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
    .page-template-publications .publicationsArea__link a {
      color: #595454;
      display: inline-block; }
      .page-template-publications .publicationsArea__link a::before, .page-template-publications .publicationsArea__link a::after {
        display: inline-block;
        position: relative; }
      .page-template-publications .publicationsArea__link a::before {
        top: -.05em; }
      .page-template-publications .publicationsArea__link a::after {
        top: .1em; }
      .page-template-publications .publicationsArea__link a:hover {
        color: #bf0000;
        text-decoration: none !important; }
  .page-template-publications .publicationsArea__inner {
    position: relative; }
    .page-template-publications .publicationsArea__inner::after {
      display: block;
      content: "";
      clear: both; }
  .page-template-publications .publicationsArea__btn {
    width: calc(6% / 19 * 100 - 15px);
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8; }
  .page-template-publications .publicationsArea__wrap:nth-child(2n-1) .rit-button-grad01::before {
    background: #f0f0f0; }

@media screen and (max-width: 769px) {
  .page-template-publications .publicationsArea__wrap {
    padding-top: 1em; }
  .page-template-publications .publicationsArea__head {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__ttl {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__tags {
    float: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 1em 0; }
    .page-template-publications .publicationsArea__tags li {
      margin-left: 0;
      margin-right: 1em;
      margin-bottom: .9em; }
    .page-template-publications .publicationsArea__tags a {
      padding: .4em 2em; }
  .page-template-publications .publicationsArea__toggle {
    display: none;
    padding-bottom: 1em; }
  .page-template-publications .publicationsArea__more {
    text-align: center;
    line-height: 1.8; }
    .page-template-publications .publicationsArea__more label {
      display: inline-block;
      border: 1px solid;
      padding: .4em 2em;
      border-radius: 3px;
      cursor: pointer;
      font-size: 12px;
      font-size: 0.75rem;
      min-width: 10em; }
      .page-template-publications .publicationsArea__more label::after {
        position: relative;
        top: .2em;
        background-size: .9em 1em;
        width: .9em;
        height: 1em; }
      .page-template-publications .publicationsArea__more label.up {
        display: none; }
    .page-template-publications .publicationsArea__more.close label.up {
      display: inline-block; }
    .page-template-publications .publicationsArea__more.close label.down {
      display: none; }
  .page-template-publications .publicationsArea__ex {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__note {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__author {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__date {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__link {
    float: none;
    width: 100%;
    max-width: 100%; }
  .page-template-publications .publicationsArea__btn {
    width: 100%;
    max-width: 100%;
    position: static;
    text-align: right; }
    .page-template-publications .publicationsArea__btn a {
      width: auto;
      display: inline-block;
      padding: .4em 2em;
      line-height: 1.8;
      border-radius: 3px;
      font-size: 12px;
      font-size: 0.75rem; }
      .page-template-publications .publicationsArea__btn a::before {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        top: 1px;
        left: 1px;
        border-radius: 2px; }
      .page-template-publications .publicationsArea__btn a img {
        width: 14px; } }

.page-template-publications .publicationsCategory__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8; }
  .page-template-publications .publicationsCategory__ttl::before {
    position: relative;
    top: .2em; }

.page-template-publications .publicationsCategory__sub {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-left: 1.6em; }

.page-template-news .alertMessage {
  max-width: 1069px; }
  @media screen and (max-width: 1024px) {
    .page-template-news .alertMessage {
      margin: 0 15px; } }
  @media screen and (max-width: 769px) {
    .page-template-news .alertMessage {
      margin: 0; } }

.page-template-data_release .dataArea__ttl {
  margin-top: 100px;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem; }
  .page-template-data_release .dataArea__ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-top: .1em;
    background: #bf0000;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
    background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
    background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }

.page-template-data_release .dataArea__lead {
  padding: 1em 20px;
  max-width: 700px; }

.page-template-data_release .dataArea-toggle {
  border-top: 1px solid #b5b5b5;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  .page-template-data_release .dataArea-toggle__ttl {
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #bf0000;
    margin: 0;
    padding-right: 1.6em; }
    .page-template-data_release .dataArea-toggle__ttl.ttl-s {
      font-size: 16px;
      font-size: 1rem; }
  .page-template-data_release .dataArea-toggle dt {
    margin-top: 0;
    font-weight: normal;
    padding: 1em 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 20px 20px;
    color: #595454;
    cursor: pointer;
    background-image: url("../img/icons/open-red.svg"); }
    .page-template-data_release .dataArea-toggle dt.s {
      background-size: 16px 16px;
      background-position: right 20px center;
      padding: 1em 20px 1em 0; }
    .page-template-data_release .dataArea-toggle dt.open {
      background-image: url("../img/icons/close-red.svg"); }
    .page-template-data_release .dataArea-toggle dt p {
      margin: 0; }
  .page-template-data_release .dataArea-toggle dd {
    margin: 0;
    padding: 0 20px 20px;
    display: none; }
    .page-template-data_release .dataArea-toggle dd p {
      margin: 0;
      max-width: 700px; }

.page-template-data_release .dataArea__link {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  padding-top: .8em; }
  .page-template-data_release .dataArea__link a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #595454; }
    .page-template-data_release .dataArea__link a::after {
      background-size: 1.2em 1.1em; }
    .page-template-data_release .dataArea__link a:hover {
      text-decoration: none !important; }

.page-template-data_release .dataArea__table {
  width: 100%; }
  .page-template-data_release .dataArea__table th, .page-template-data_release .dataArea__table td {
    padding: 0 1em;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left; }
  .page-template-data_release .dataArea__table thead {
    background: #bf0000;
    background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
    background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
    background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
    color: #fff; }
    .page-template-data_release .dataArea__table thead th, .page-template-data_release .dataArea__table thead td {
      font-size: 16px;
      font-size: 1rem; }
    .page-template-data_release .dataArea__table thead th {
      width: 190px; }
  .page-template-data_release .dataArea__table tbody th {
    width: 190px;
    padding: 2px 10px;
    background-color: #fbeee9; }
  .page-template-data_release .dataArea__table tbody td {
    padding: 2px 10px;
    background-color: #f7f7f7;
    word-break: break-all; }

.page-template-data_release .dataArea-cont {
  margin-top: 2em; }
  .page-template-data_release .dataArea-cont__inner {
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none; }
    .page-template-data_release .dataArea-cont__inner.pc-hide {
      display: none; }
    .page-template-data_release .dataArea-cont__inner.pc-show {
      display: block; }

.page-template-data_release .dataArea__tabs {
  margin: 0 1em; }
  .page-template-data_release .dataArea__tabs li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding: 1.6em 2em;
    border-radius: 3px !important;
    border: 1px solid #898989;
    margin: 0 1.2em 1.2em 0;
    cursor: pointer; }
    .page-template-data_release .dataArea__tabs li:hover, .page-template-data_release .dataArea__tabs li.select {
      color: #fff;
      background: #898989; }

.page-template-data_release .dataArea-togglelist {
  border-top: 1px solid #b5b5b5;
  padding: 1em 20px 0; }
  .page-template-data_release .dataArea-togglelist__ttl {
    padding: 0 0 1em; }

.page-template-data_release .dataArea-apply {
  margin-top: 20px; }
  .page-template-data_release .dataArea-apply::after {
    display: block;
    content: "";
    clear: both; }
  .page-template-data_release .dataArea-apply img {
    width: 225px;
    margin-bottom: 1em; }
  .page-template-data_release .dataArea-apply__item {
    box-sizing: border-box;
    padding: 0 20px;
    width: 50%;
    float: left; }
    .page-template-data_release .dataArea-apply__item .dataArea__link a {
      font-size: 16px;
      font-size: 1rem; }
      .page-template-data_release .dataArea-apply__item .dataArea__link a::before {
        background-size: .8em .9em;
        width: .8em;
        height: .9em; }
      .page-template-data_release .dataArea-apply__item .dataArea__link a::after {
        background-size: 1.0em 1.1em;
        width: 1.0em;
        height: 1.1em;
        top: .1em; }
    @media screen and (max-width: 769px) {
      .page-template-data_release .dataArea-apply__item {
        width: 100%;
        padding: 0;
        float: none; } }

.page-template-data_release .dataArea__sub {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

@media screen and (max-width: 769px) {
  .page-template-data_release .dataArea__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 70px; }
    .page-template-data_release .dataArea__ttl::after {
      width: calc(100% + 30px);
      margin: .1em -15px 0; }
  .page-template-data_release .dataArea__lead {
    padding: 0; }
  .page-template-data_release .dataArea-toggle dt {
    padding: 1em 0;
    background-position: right 0 top 20px; }
    .page-template-data_release .dataArea-toggle dt.s {
      background-position: right center; }
  .page-template-data_release .dataArea-toggle dd {
    padding: 0; }
  .page-template-data_release .dataArea .sp-toggle {
    display: none; }
  .page-template-data_release .dataArea__table {
    width: 100%;
    display: block; }
    .page-template-data_release .dataArea__table * {
      box-sizing: border-box; }
    .page-template-data_release .dataArea__table th, .page-template-data_release .dataArea__table td {
      display: block; }
    .page-template-data_release .dataArea__table thead {
      display: none; }
    .page-template-data_release .dataArea__table tbody {
      width: 100%;
      display: block; }
      .page-template-data_release .dataArea__table tbody tr {
        width: 100%;
        display: block; }
      .page-template-data_release .dataArea__table tbody th {
        width: 100%; }
      .page-template-data_release .dataArea__table tbody td {
        width: 100%;
        margin-bottom: 4px; }
  .page-template-data_release .dataArea-cont__inner {
    display: block;
    border-top: 1px solid #b5b5b5; }
    .page-template-data_release .dataArea-cont__inner.pc-hide {
      display: block; }
  .page-template-data_release .dataArea-cont__spttl {
    padding: 1em 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    cursor: pointer;
    background-image: url("../img/icons/open-red.svg"); }
    .page-template-data_release .dataArea-cont__spttl.open {
      background-image: url("../img/icons/close-red.svg"); }
  .page-template-data_release .dataArea-togglelist {
    padding: 1em 0 0;
    background-position: right center; }
  .page-template-data_release .dataArea__apply {
    padding: 0; } }

.page-template-data_release .dataClosing {
  background-image: url("../img/data_release/data-bg.png");
  background-position: center center;
  background-size: cover;
  padding: 2em 0 0; }
  .page-template-data_release .dataClosing__details {
    padding: 1em 1em; }

@media screen and (max-width: 900px) and (min-width: 768px) {
  .page-template-data_release .dataClosing__details {
    min-height: 19em; } }
  .page-template-data_release .dataClosing__title {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem; }
  .page-template-data_release .dataClosing__lead {
    padding: 2em 0 4em;
    background-repeat: no-repeat;
    background-position: right bottom; }
    .page-template-data_release .dataClosing__lead.cont {
      background-image: url("../img/data_release/img01.png"); }
    .page-template-data_release .dataClosing__lead.acce {
      background-image: url("../img/data_release/img02.png"); }
    .page-template-data_release .dataClosing__lead.prom {
      background-image: url("../img/data_release/img03.png"); }

@media screen and (max-width: 900px) and (min-width: 768px) {
  .page-template-data_release .dataClosing__lead.cont {
    background-size: 183px; }
  .page-template-data_release .dataClosing__lead.acce {
    background-size: 136.5px; }
  .page-template-data_release .dataClosing__lead.prom {
    background-size: 152.25px; } }
    @media screen and (max-width: 767px) {
      .page-template-data_release .dataClosing__lead {
        min-height: 6em; } }

@media screen and (max-width: 769px) {
  .page-template-data_release .dataClosing {
    display: none; } }

.page-template-detail .articleDetaile {
  margin-top: 40px;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleDetaile {
      overflow: visible; } }
  .page-template-detail .articleDetaile__wrap {
    width: 625px;
    float: left; }
    @media screen and (max-width: 910px) {
      .page-template-detail .articleDetaile__wrap {
        float: none;
        width: 100%; } }

.page-template-detail .articleArea__header {
  margin-bottom: 35px;
  position: relative;
  padding-top: 30px; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__header {
      padding-top: 0; } }
  .page-template-detail .articleArea__header--cat {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__header--cat {
        position: static; } }
  .page-template-detail .articleArea__header--title {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.15em;
    margin: 0 0 20px; }
  .page-template-detail .articleArea__header--date {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: block; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__header--date {
        display: inline-block;
        margin-bottom: 5px; }
        .page-template-detail .articleArea__header--date:after {
          content: "|";
          margin-left: 3px; } }
  .page-template-detail .articleArea__header--author {
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__header--author {
        margin-bottom: 5px;
        display: inline-block; } }

.page-template-detail .articleArea__content h2 {
  font-weight: normal;
  margin: 25px 0;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.page-template-detail .articleArea__content h3 {
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS',sans-serif;
  margin: 20px 0; }

.page-template-detail .articleArea__content p {
  margin: 0 0 1.5em; }

.page-template-detail .articleArea__content * {
  font-family: Arial, 'Arial Unicode MS', sans-serif; }

.page-template-detail .articleArea__content figure {
  margin-bottom: 10px; }

.page-template-detail .articleArea__content ul li {
  margin-bottom: 25px; }

.page-template-detail .articleArea__content figure img {
  margin: 0 auto; }

.page-template-detail .articleArea__content figcaption {
  text-align: center;
  margin: 15px 0 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

.page-template-detail .articleArea__content pre {
  border: 10px solid #EFECF4 !important;
  padding-left: 10px; }

.page-template-detail .articleArea__content .articleArea__figure--caption-small {
  margin: 0; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__content .articleArea__figure--caption-small {
      margin: 5px 0 0; } }

.page-template-detail .articleArea__indent {
  padding-left: 30px; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__indent {
      padding: 0; } }

.page-template-detail .articleArea__footer {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #b5b5b5; }
  .page-template-detail .articleArea__footer--tags {
    margin-bottom: 45px; }
    .page-template-detail .articleArea__footer--tags ul {
      margin: 0;
      padding: 0; }
    .page-template-detail .articleArea__footer--tags li {
      display: inline-block;
      list-style: none;
      margin: .2em .2em; }
      @media screen and (max-width: 769px) {
        .page-template-detail .articleArea__footer--tags li {
          margin: .2em 1em .9em 0; } }
    .page-template-detail .articleArea__footer--tags a {
      display: block;
      border-radius: 3px;
      border: 1px solid;
      padding: 0 1em;
      font-size: 12px;
      font-size: 0.75rem; }
      @media screen and (max-width: 769px) {
        .page-template-detail .articleArea__footer--tags a {
          font-size: 12px;
          font-size: 0.75rem;
          padding: .4em 2em; } }
      .page-template-detail .articleArea__footer--tags a:hover {
        background: #bf0000;
        background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
        background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
        background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
        color: #fff;
        border-color: #bf0000;
        text-decoration: none !important; }
  .page-template-detail .articleArea__footer--share-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px; }
  .page-template-detail .articleArea__footer--share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__footer--share ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .page-template-detail .articleArea__footer--share li {
    margin-right: 20px; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__footer--share li {
        margin-right: 0; } }
  .page-template-detail .articleArea__footer--share a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-size: 50px auto;
    background-repeat: no-repeat;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    border-radius: 4px; }
    .page-template-detail .articleArea__footer--share a:hover {
      box-shadow: 0px 2px 12px 0px rgba(7, 6, 7, 0.5); }
  .page-template-detail .articleArea__footer--share-fb a {
    background-image: url("../img/news/facebook.png"); }
    .page-template-detail .articleArea__footer--share-fb a:hover {
      background-image: url("../img/news/facebook_on.png"); }
  .page-template-detail .articleArea__footer--share-tw a {
    background-image: url("../img/news/twitter.png"); }
    .page-template-detail .articleArea__footer--share-tw a:hover {
      background-image: url("../img/news/twitter_on.png"); }
  .page-template-detail .articleArea__footer--share-g a {
    background-image: url("../img/news/google.png"); }
    .page-template-detail .articleArea__footer--share-g a:hover {
      background-image: url("../img/news/google_on.png"); }
  .page-template-detail .articleArea__footer--share-in a {
    background-image: url("../img/news/linkedin.png"); }
    .page-template-detail .articleArea__footer--share-in a:hover {
      background-image: url("../img/news/linkedin_on.png"); }

.page-template-detail .articleArea__pager {
  background: #f0f0f0;
  margin-bottom: 65px; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__pager {
      background: none;
      margin-bottom: 55px; } }
  @media screen and (max-width: 910px) {
    .page-template-detail .articleArea__pager {
      max-width: 625px; } }
  .page-template-detail .articleArea__pager--body {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding: 35px 15px; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__pager--body {
        padding: 0; } }
    .page-template-detail .articleArea__pager--body a {
      font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
      line-height: 1.8;
      color: #898989;
      display: block;
      position: relative; }
      @media screen and (max-width: 769px) {
        .page-template-detail .articleArea__pager--body a {
          font-size: 16px;
          font-size: 1rem;
          display: block;
          float: none !important;
          background: #f0f0f0;
          padding: 15px 40px; } }
      .page-template-detail .articleArea__pager--body a:hover {
        text-decoration: none !important;
        color: #bf0000; }
      .page-template-detail .articleArea__pager--body a::after {
        content: "";
        width: 10px;
        height: 16px;
        position: absolute; }
  .page-template-detail .articleArea__pager--prev {
    float: left;
    width: 270px; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__pager--prev {
        width: 100%;
        margin-bottom: 30px; } }
    .page-template-detail .articleArea__pager--prev a {
      padding-left: 25px;
      background-image: url("../img/news/icon_prev.png");
      background-size: 10px auto;
      background-repeat: no-repeat;
      background-position: left center; }
      @media screen and (max-width: 769px) {
        .page-template-detail .articleArea__pager--prev a {
          padding-left: 60px;
          background-position: 25px center; } }
  .page-template-detail .articleArea__pager--next {
    float: right;
    text-align: right;
    width: 270px; }
    @media screen and (max-width: 769px) {
      .page-template-detail .articleArea__pager--next {
        width: 100%; } }
    .page-template-detail .articleArea__pager--next a {
      padding-right: 25px;
      background-image: url("../img/news/icon_next.png");
      background-size: 10px auto;
      background-repeat: no-repeat;
      background-position: right center; }
      @media screen and (max-width: 769px) {
        .page-template-detail .articleArea__pager--next a {
          padding-right: 60px;
          background-position: right 25px center; } }

.page-template-detail .articleArea__related .researchArea__ttl {
  font-size: 24px;
  font-size: 1.5rem; }

@media screen and (max-width: 910px) {
  .page-template-detail .articleArea__related {
    max-width: 625px; } }

.page-template-detail .articleArea__related .researchArea__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #bf0000;
  background: -webkit-linear-gradient(left, #da5825 0%, #bf0000 100%);
  background: linear-gradient(to right, #da5825 0%, #bf0000 100%);
  margin-top: .1em; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__related .researchArea__ttl::after {
      width: calc(100% + 30px);
      margin: .1em -15px 0; } }

.page-template-detail .articleArea__related .u-research__item {
  width: 50%;
  clear: none; }
  @media screen and (max-width: 769px) {
    .page-template-detail .articleArea__related .u-research__item {
      width: 100%;
      float: none;
      padding: 0;
      margin-bottom: 50px; }
      .page-template-detail .articleArea__related .u-research__item::after {
        content: "";
        display: block;
        width: calc(100% - 13 * 2);
        height: 1px;
        margin-top: 50px;
        background: #eaeaea; } }

.page-template-detail .articleAside {
  float: right;
  width: 250px;
  padding-top: 30px; }
  @media screen and (max-width: 1010px) {
    .page-template-detail .articleAside {
      float: left;
      width: calc(100% - 680px);
      padding-left: 30px;
      padding-right: 15px; } }
  @media screen and (max-width: 910px) {
    .page-template-detail .articleAside {
      display: none; } }
  .page-template-detail .articleAside__ttl {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Rakuten Global', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: #898989; }
  .page-template-detail .articleAside__cat {
    margin-bottom: 40px; }
    .page-template-detail .articleAside__cat--list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-template-detail .articleAside__cat--list li {
        margin-bottom: 8px; }
      .page-template-detail .articleAside__cat--list a {
        font-size: 16px;
        font-size: 1rem;
        color: #898989; }
        .page-template-detail .articleAside__cat--list a:hover {
          text-decoration: none !important;
          color: #bf0000; }
  .page-template-detail .articleAside__tags ul {
    margin: 0;
    padding: 0; }
  .page-template-detail .articleAside__tags li {
    display: inline-block;
    list-style: none;
    margin: .2em .2em; }
  .page-template-detail .articleAside__tags a {
    display: block;
    border-radius: 3px;
    border: 1px solid;
    padding: 0 1em;
    font-size: 12px;
    font-size: 0.75rem; }
    .page-template-detail .articleAside__tags a:hover {
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
      color: #fff;
      border-color: #bf0000;
      text-decoration: none !important; }

.page-template-detail .researchArea__tags {
  margin: 1.2em 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  padding-left: 0;
  min-height: 5em; }
  .page-template-detail .researchArea__tags::after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 769px) {
    .page-template-detail .researchArea__tags {
      min-height: 0; } }
  .page-template-detail .researchArea__tags li {
    display: inline-block;
    list-style: none;
    margin: .2em .2em; }
    @media screen and (max-width: 769px) {
      .page-template-detail .researchArea__tags li {
        margin: .2em 1em .9em 0; } }
  .page-template-detail .researchArea__tags a {
    display: block;
    border-radius: 3px;
    border: 1px solid;
    padding: 0 1em; }
    @media screen and (max-width: 769px) {
      .page-template-detail .researchArea__tags a {
        padding: .4em 2em; } }
    .page-template-detail .researchArea__tags a:hover {
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
      color: #fff;
      border-color: #bf0000;
      text-decoration: none !important; }

.page-template-oss .ossArea {
  margin-top: 70px; }
  @media screen and (max-width: 770px) {
    .page-template-oss .ossArea {
      margin-top: 20px; } }
  .page-template-oss .ossArea__wrap {
    margin-bottom: 85px;
    position: relative; }
    .page-template-oss .ossArea__wrap:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__wrap {
        margin-bottom: 50px; }
        .page-template-oss .ossArea__wrap:last-child {
          margin-bottom: 0; } }
  .page-template-oss .ossArea__ttl {
    border-bottom: 1px solid #d13c19;
    margin: 0 0 30px;
    padding-bottom: 4px; }
    .page-template-oss .ossArea__ttl--element {
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: normal;
      color: #bf0000;
      border: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 769px) {
        .page-template-oss .ossArea__ttl--element {
          background: -webkit-linear-gradient(left, #bf0000, #da5825);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media screen and (max-width: 770px) {
        .page-template-oss .ossArea__ttl--element {
          font-size: 24px;
          font-size: 1.5remrem; } }
  .page-template-oss .ossArea__gitbuttons {
    position: absolute;
    top: 10px;
    right: 0; }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__gitbuttons {
        position: static;
        margin-bottom: 20px; } }
    .page-template-oss .ossArea__gitbuttons--body {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 770px) {
        .page-template-oss .ossArea__gitbuttons--body {
          text-align: center; } }
      .page-template-oss .ossArea__gitbuttons--body li {
        display: inline-block;
        margin-left: 10px; }
        @media screen and (max-width: 770px) {
          .page-template-oss .ossArea__gitbuttons--body li {
            margin: 0 3px;
            line-height: 0; }
            .page-template-oss .ossArea__gitbuttons--body li:first-child {
              display: block;
              margin-bottom: 10px; } }
  .page-template-oss .ossArea__body::after {
    display: block;
    content: "";
    clear: both; }
  .page-template-oss .ossArea__body--img {
    width: 300px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__body--img {
        width: 100%;
        display: block;
        margin-bottom: 20px; } }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__body--img-margin {
        margin: 40px 0; } }
    .page-template-oss .ossArea__body--img img {
      display: inline-block; }
  .page-template-oss .ossArea__body--content {
    width: calc(100% - 320px);
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__body--content {
        width: 100%;
        display: block;
        margin-left: 0; } }
    .page-template-oss .ossArea__body--content p {
      margin: 0 0 40px;
      font-size: 16px;
      font-size: 1rem;
      font-family: Arial, Linotte, YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Roboto, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif; }
      @media screen and (max-width: 770px) {
        .page-template-oss .ossArea__body--content p {
          font-size: 16px;
          font-size: 1rem; } }
  .page-template-oss .ossArea__button a {
    font-size: 12px;
    font-size: 0.75rem; }
    .page-template-oss .ossArea__button a::after {
      top: .1em; }
    .page-template-oss .ossArea__button a:hover {
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3); }
  .page-template-oss .ossArea__button--element {
    width: 150px;
    display: inline-block;
    margin-right: 20px; }
    @media screen and (max-width: 770px) {
      .page-template-oss .ossArea__button--element {
        width: calc(50% - 15px);
        margin-right: 0; } }
  @media screen and (max-width: 770px) {
    .page-template-oss .ossArea__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.page-template-careers {
  /*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */
  /* Default/Master classes

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
  <div class="simply-scroll-btn simply-scroll-btn-left"></div>
  <div class="simply-scroll-btn simply-scroll-btn-right"></div>
  <div class="simply-scroll-clip">
    <ul class="simply-scroll-list">
      <li>...</li>
      ...
    </ul>
  </div>
</div>


*/
  /* Custom class modifications - override classees

.simply-scroll is default

*/
  /* Vertical scroller example */
  /* NOTE left-right classes wouldn't be needed on vertical scroller */ }
  .page-template-careers .careersArea__ttl {
    margin-top: 70px;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 30px;
    font-size: 1.875rem; }
    .page-template-careers .careersArea__ttl::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      margin-top: .1em;
      background: #bf0000;
      background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
      background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
      background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 ); }
  .page-template-careers .careersArea__lead {
    padding: 1em 20px; }
  .page-template-careers .careersArea-toggle {
    border-top: 1px solid #b5b5b5;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .page-template-careers .careersArea-toggle__ttl {
      font-weight: normal;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.4;
      color: #bf0000;
      margin: 0; }
    .page-template-careers .careersArea-toggle dt {
      margin-top: 0;
      font-weight: normal;
      padding: 1em 20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.8;
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 30px 30px;
      cursor: pointer;
      background-image: url("../img/icons/open-red.svg"); }
      .page-template-careers .careersArea-toggle dt.open {
        background-image: url("../img/icons/close-red.svg"); }
      .page-template-careers .careersArea-toggle dt p {
        margin: 0; }
    .page-template-careers .careersArea-toggle dd {
      margin: 0;
      padding: 0 20px 20px;
      display: none; }
      .page-template-careers .careersArea-toggle dd p {
        margin: 0; }
    .page-template-careers .careersArea-toggle__cont {
      position: relative;
      border-top: 1px solid #b5b5b5;
      padding: 2em 0; }
      .page-template-careers .careersArea-toggle__cont::after {
        display: block;
        content: "";
        clear: both; }
    .page-template-careers .careersArea-toggle__sub {
      width: calc(100% - 350px);
      float: left;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6;
      margin: 0 0 1em; }
    .page-template-careers .careersArea-toggle__label {
      width: 300px;
      float: right; }
    .page-template-careers .careersArea-toggle__lead {
      width: calc(100% - 350px);
      float: left; }
      @media screen and (max-width: 760px) {
        .page-template-careers .careersArea-toggle__lead {
          width: 100%; } }
    .page-template-careers .careersArea-toggle__btn {
      width: 300px;
      position: absolute;
      bottom: 2em;
      right: 0; }
      @media screen and (max-width: 760px) {
        .page-template-careers .careersArea-toggle__btn {
          position: static;
          clear: both;
          float: right;
          padding-top: 10px; } }
  .page-template-careers .careersArea__tags {
    margin: 1.2em 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding-left: 0; }
    .page-template-careers .careersArea__tags::after {
      display: block;
      content: "";
      clear: both; }
    .page-template-careers .careersArea__tags li {
      display: inline-block;
      list-style: none;
      margin: .2em .2em; }
    .page-template-careers .careersArea__tags a {
      display: block;
      border-radius: 3px;
      border: 1px solid;
      padding: 0 1em; }
      .page-template-careers .careersArea__tags a:hover {
        background: #bf0000;
        background: -webkit-gradient(left top, right top, color-stop(0%, #bf0000), color-stop(100%, #da5825));
        background: -webkit-linear-gradient(left, #bf0000 0%, #da5825 100%);
        background: linear-gradient(to right, #bf0000 0%, #da5825 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf0000', endColorstr='#ffda5825', GradientType=1 );
        color: #fff;
        border-color: #bf0000;
        text-decoration: none !important; }
  @media screen and (max-width: 769px) {
    .page-template-careers .careersArea__ttl {
      font-size: 24px;
      font-size: 1.5rem; }
      .page-template-careers .careersArea__ttl::after {
        width: calc(100% + 30px);
        margin: .1em -15px 0; }
    .page-template-careers .careersArea__lead {
      padding: 0; }
    .page-template-careers .careersArea-toggle {
      margin-left: -10px;
      margin-right: -10px; }
      .page-template-careers .careersArea-toggle__ttl {
        font-size: 24px;
        font-size: 1.5rem; }
      .page-template-careers .careersArea-toggle dt {
        background-position: right 10px center;
        padding: 1em 10px; }
      .page-template-careers .careersArea-toggle dd {
        padding: 0 10px 1em; }
      .page-template-careers .careersArea-toggle .sp-toggle {
        display: none; }
      .page-template-careers .careersArea-toggle__cont {
        padding: 1em 0; }
      .page-template-careers .careersArea-toggle__sub {
        width: 100%;
        float: none;
        margin: 0;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20px 20px;
        padding: 0 30px 0 0;
        box-sizing: border-box;
        cursor: pointer;
        background-image: url("../img/icons/open-red.svg"); }
        .page-template-careers .careersArea-toggle__sub.open {
          background-image: url("../img/icons/close-red.svg"); }
      .page-template-careers .careersArea-toggle__label {
        width: 100%;
        float: none;
        margin: 1em 0; }
      .page-template-careers .careersArea-toggle__lead {
        width: 100%;
        float: none; }
      .page-template-careers .careersArea-toggle__btn {
        width: 100%;
        position: static;
        text-align: right;
        margin-top: 30px; }
        .page-template-careers .careersArea-toggle__btn a {
          width: auto;
          display: inline-block;
          padding: .4em 2em;
          line-height: 1.8;
          border-radius: 3px;
          font-size: 12px;
          font-size: 0.75rem; }
          .page-template-careers .careersArea-toggle__btn a::before {
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            top: 1px;
            left: 1px;
            border-radius: 2px; }
    .page-template-careers .careersArea__tags li {
      margin-left: 0;
      margin-right: 1em;
      margin-bottom: .9em; }
    .page-template-careers .careersArea__tags a {
      padding: .4em 2em; } }
  .page-template-careers .simply-scroll-container {
    /* Container DIV - automatically generated */
    position: relative; }
  .page-template-careers .simply-scroll-clip {
    /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden; }
  .page-template-careers .simply-scroll-list {
    /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-template-careers .simply-scroll-list li {
      padding: 0;
      margin: 0;
      list-style: none; }
      .page-template-careers .simply-scroll-list li img {
        border: none;
        display: block; }
  .page-template-careers .simply-scroll-btn {
    position: absolute;
    background-image: url(buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer; }
    .page-template-careers .simply-scroll-btn-left {
      left: 6px;
      bottom: 6px;
      background-position: 0 -44px; }
      .page-template-careers .simply-scroll-btn-left.disabled {
        background-position: 0 0 !important; }
      .page-template-careers .simply-scroll-btn-left:hover, .page-template-careers .simply-scroll-btn-left:focus {
        background-position: 0 -88px; }
    .page-template-careers .simply-scroll-btn-right {
      right: 6px;
      bottom: 6px;
      background-position: -84px -44px; }
      .page-template-careers .simply-scroll-btn-right.disabled {
        background-position: -84px 0 !important; }
      .page-template-careers .simply-scroll-btn-right:hover, .page-template-careers .simply-scroll-btn-right:focus {
        background-position: -84px -88px; }
    .page-template-careers .simply-scroll-btn-up {
      right: 6px;
      top: 6px;
      background-position: -126px -44px; }
      .page-template-careers .simply-scroll-btn-up.disabled {
        background-position: -126px 0 !important; }
      .page-template-careers .simply-scroll-btn-up:hover, .page-template-careers .simply-scroll-btn-up:focus {
        background-position: -126px -88px; }
    .page-template-careers .simply-scroll-btn-down {
      right: 6px;
      bottom: 6px;
      background-position: -42px -44px; }
      .page-template-careers .simply-scroll-btn-down.disabled {
        background-position: -42px 0 !important; }
      .page-template-careers .simply-scroll-btn-down:hover, .page-template-careers .simply-scroll-btn-down:focus {
        background-position: -42px -88px; }
    .page-template-careers .simply-scroll-btn-pause {
      right: 6px;
      bottom: 6px;
      background-position: -168px -44px; }
      .page-template-careers .simply-scroll-btn-pause:hover, .page-template-careers .simply-scroll-btn-pause:focus {
        background-position: -168px -88px; }
      .page-template-careers .simply-scroll-btn-pause.active {
        background-position: -84px -44px; }
        .page-template-careers .simply-scroll-btn-pause.active:hover, .page-template-careers .simply-scroll-btn-pause.active:focus {
          background-position: -84px -88px; }
  .page-template-careers .simply-scroll {
    /* Customisable base class for style override DIV */
    width: 100%;
    height: 398px;
    margin-bottom: 1em; }
    .page-template-careers .simply-scroll .simply-scroll-clip {
      width: 100%;
      height: 398px; }
    .page-template-careers .simply-scroll .simply-scroll-list li {
      float: left;
      width: 4092px;
      height: 398px; }
  @media screen and (max-width: 769px) {
    .page-template-careers .simply-scroll {
      height: 238px; } }
  @media screen and (max-width: 769px) {
    .page-template-careers .simply-scroll .simply-scroll-clip {
      height: 238px; } }
  @media screen and (max-width: 769px) {
    .page-template-careers .simply-scroll .simply-scroll-list li {
      float: left;
      width: 2447px;
      height: 238px; }
      .page-template-careers .simply-scroll .simply-scroll-list li img {
        width: 2447px;
        height: 238px; } }
  .page-template-careers .vert {
    /* wider than clip to position buttons to side */
    width: 340px;
    height: 400px;
    margin-bottom: 1.5em; }
    .page-template-careers .vert .simply-scroll-clip {
      width: 290px;
      height: 400px; }
    .page-template-careers .vert .simply-scroll-list li {
      width: 290px;
      height: 200px; }
    .page-template-careers .vert .simply-scroll-btn-up {
      /* modified btn pos */
      right: 0;
      top: 0; }
    .page-template-careers .vert .simply-scroll-btn-down {
      /* modified btn pos */
      right: 0;
      top: 52px; }

.page-template-http404 .main__row {
  position: relative;
  padding-top: 1em; }
  .page-template-http404 .main__row video {
    vertical-align: bottom;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    margin-left: -960px; }

.page-template-http404 .http404 {
  position: relative;
  z-index: 1; }
  .page-template-http404 .http404__inner {
    text-align: center;
    margin-bottom: 4em; }

@media screen and (max-width: 769px) {
  .page-template-http404 .http404 {
    background-image: url("../img/http404/bg404-sp@2x.jpg");
    background-size: 100% auto; }
    .page-template-http404 .http404__item {
      margin-top: 0; }
      .page-template-http404 .http404__item.rf-title {
        padding-top: 1em; }
    .page-template-http404 .http404 .u-research__item {
      display: none; }
      .page-template-http404 .http404 .u-research__item:first-child {
        display: block; } }

@media screen and (max-width: 769px) {
  .page-template-http404 .main__row {
    padding-top: 0;
    padding-bottom: 0; }
    .page-template-http404 .main__row video {
      display: none; } }

/*# sourceMappingURL=__sourcemaps/styles.css.map */
