@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-y: scroll; }
  html.sp {
    font-size: 14px !important; }

body, th, td, input, select, textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"; }

_::-webkit-full-page-media, _:future, :root * {
  font-feature-settings: "pkna"; }

body {
  margin: 0px auto;
  color: #373A3C;
  background: #ffffff;
  overflow: hidden; }

img {
  border: 0px; }

a {
  text-decoration: none; }

dl, ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none; }

p {
  margin: 0px; }

.clear {
  clear: both; }

.sp .view_pc {
  display: none !important; }

.view_sp {
  display: none !important; }
  .sp .view_sp {
    display: block !important; }

.loading * {
  -webkit-transition: 0ms !important;
  transition: 0ms !important; }

header {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden; }
  .sp header {
    height: 60px;
    background: #ffffff; }
  header #logo {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 380px;
    z-index: 10;
    transform: translateY(-50%); }
    .xpc header #logo {
      left: 20px; }
    .sp header #logo {
      width: 190px;
      left: 10px; }
    header #logo a {
      display: block;
      -webkit-transition: opacity 0.2s, background 0.2s;
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      header #logo a:hover {
        opacity: 0.7; }
      header #logo a img {
        display: block;
        width: 100%;
        height: auto; }
  header #globalnavi {
    position: absolute;
    top: 0;
    left: 480px; }
    .xpc header #globalnavi {
      left: 455px; }
    .sp header #globalnavi {
      display: none; }
    header #globalnavi ul {
      display: table; }
      header #globalnavi ul li {
        display: table-cell;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 19.8px;
        line-height: 1.2375rem;
        font-weight: bold; }
        .xpc header #globalnavi ul li {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 22px;
          line-height: 1.375rem; }
        header #globalnavi ul li a {
          position: relative;
          display: table;
          height: 120px;
          color: #373A3C;
          -webkit-transition: opacity 0.2s, background 0.2s;
          transition: opacity 0.2s, background 0.2s;
          cursor: pointer; }
          header #globalnavi ul li a:hover {
            opacity: 0.7; }
          header #globalnavi ul li a span {
            display: table-cell;
            padding: 10px 1rem;
            vertical-align: middle;
            white-space: nowrap; }
  header .bg {
    position: absolute;
    width: 120%;
    height: 240px;
    top: -240px;
    left: -10%;
    z-index: -1;
    transition: top 1500ms; }
    .megamenuopen header .bg, .menuopen header .bg, .searchopen header .bg, .shortheader header .bg {
      top: 0px; }
    header .bg svg {
      width: 100%;
      height: 100%;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .bg:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 120px;
      top: 0px;
      left: 0px;
      background: #ffffff; }

#headerspace {
  height: 0px; }
  .sp #headerspace {
    height: 60px; }

#totop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms; }
  .shortheader #totop {
    opacity: 1;
    pointer-events: auto; }
  #totop.bottom {
    position: relative;
    bottom: -10px;
    right: 0px;
    width: 100%; }
    #totop.bottom a {
      position: absolute;
      right: 20px; }
  .sp #totop {
    display: none; }
  #totop a {
    display: block;
    position: relative;
    -webkit-transition: opacity 0.2s, background 0.2s;
    transition: opacity 0.2s, background 0.2s;
    cursor: pointer; }
    #totop a:hover {
      opacity: 0.7; }
    #totop a:before {
      content: "";
      display: block;
      width: 42px;
      height: 42px;
      background: url(../images/totop.svg) no-repeat center center; }
    #totop a span {
      position: absolute;
      left: 50%;
      font-size: 10px;
      color: #0181C7;
      font-family: "Poppins", sans-serif;
      white-space: nowrap;
      transform: translateX(-50%); }

footer {
  position: relative;
  display: block;
  margin-top: 120px;
  padding: 0px 0px 20px;
  background: #0181C7;
  z-index: 10; }
  footer:after {
    content: "";
    display: block;
    clear: both; }
  footer > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 20px; }
    .sp footer > div {
      display: block; }
  footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -49px;
    width: 100%;
    height: 49px;
    background: url(../images/footer.png) repeat-x center center; }
  footer .marche p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    font-weight: 400;
    color: #ffffff; }
    .sp footer .marche p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 19.6px;
      line-height: 1.225rem; }
  footer .marche .banner {
    margin-top: 10px;
    width: 32vw;
    max-width: 320px; }
    .sp footer .marche .banner {
      width: 40vw; }
    footer .marche .banner a {
      display: inline-block;
      -webkit-transition: opacity 0.2s, background 0.2s;
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      footer .marche .banner a:hover {
        opacity: 0.7; }
    footer .marche .banner img {
      display: block;
      max-width: 100%;
      height: auto; }
  footer .footer {
    margin-top: 20px;
    text-align: right; }
    .sp footer .footer {
      text-align: left; }
  footer .link {
    display: inline-block;
    border: 1px solid #ffffff; }
    footer .link a {
      display: block;
      padding: 10px 20px;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem;
      font-weight: 700;
      color: #ffffff;
      -webkit-transition: opacity 0.2s, background 0.2s;
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      footer .link a:hover {
        opacity: 0.7; }
      footer .link a:after {
        content: "";
        position: relative;
        display: inline-block;
        width: 25px;
        height: 18px;
        vertical-align: middle;
        top: -2px;
        background: url(../images/blankb.svg) no-repeat right center; }
  footer .copyright {
    margin-top: 30px; }
    .sp footer .copyright {
      margin-top: 20px;
      text-align: right; }
    footer .copyright p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 17.6px;
      line-height: 1.1rem;
      font-weight: 500;
      color: #ffffff; }

#visualstage {
  position: fixed;
  width: 100%;
  height: 100vh !important;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 0; }
  .tablet #visualstage {
    height: 480px !important; }
  .sp #visualstage {
    top: 60px;
    height: 260px !important; }
  #visualstage:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(27, 48, 95, 0.1);
    z-index: 1; }

#mainvisual {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 1; }
  .tablet #mainvisual {
    height: 480px; }
  .sp #mainvisual {
    top: 60px;
    height: 260px; }
  .historybg #mainvisual {
    opacity: 0; }
  #mainvisual:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.11);
    z-index: -1; }
  #mainvisual .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 0; }
    .sp #mainvisual .catch {
      top: 40%; }
    #mainvisual .catch img {
      display: block;
      margin: auto;
      width: 100%;
      height: auto; }
    #mainvisual .catch h1 {
      margin: 0px;
      padding: 0px; }
    #mainvisual .catch .title {
      max-width: 334px;
      margin: 0px auto 40px; }
      .tablet #mainvisual .catch .title {
        margin-bottom: 20px; }
      .sp #mainvisual .catch .title {
        margin-bottom: 0px;
        max-width: 250px; }
    #mainvisual .catch .message {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #ffffff;
      font-weight: 500;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.53); }
      .sp #mainvisual .catch .message {
        display: none; }
  #mainvisual .scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%); }
    .tablet #mainvisual .scroll {
      display: none; }
    #mainvisual .scroll a {
      display: block;
      -webkit-transition: opacity 0.2s, background 0.2s;
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      #mainvisual .scroll a:hover {
        opacity: 0.7; }

#about {
  position: relative;
  margin-top: 100vh;
  background: #FFF9EA;
  z-index: 10; }
  .tablet #about {
    margin-top: 480px; }
  .sp #about {
    margin-top: 320px; }
  #about .wave {
    position: absolute;
    width: 100%;
    height: 240px;
    top: -100px; }
    .sp #about .wave {
      top: -80px; }
    #about .wave svg {
      display: block;
      width: 100%;
      height: 100%; }
  #about > div:not(.wave) {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: auto;
    padding: 20px 20px 40px; }
    .sp #about > div:not(.wave) {
      padding: 10px 10px 20px; }
  #about p {
    display: none;
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
    .sp #about p {
      display: block;
      margin-bottom: 60px; }
  #about h2 {
    position: relative;
    margin: 0px 0px 60px;
    padding: 0px;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 41.6px;
    line-height: 2.6rem;
    color: #22296E; }
    .sp #about h2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 33.8px;
      line-height: 2.1125rem; }
    #about h2:before {
      content: "";
      display: block;
      position: absolute;
      width: 180px;
      height: 4px;
      bottom: -20px;
      left: 50%;
      margin-left: -90px;
      background: #DC000C; }
  #about table th {
    width: 10em;
    padding: 15px 0px;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    vertical-align: top;
    border-bottom: 1px dotted #666666; }
    .sp #about table th {
      display: block;
      padding-bottom: 5px;
      width: auto;
      border-bottom: 0px; }
      .sp #about table th br {
        display: none; }
  #about table td {
    padding: 15px 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    vertical-align: top;
    border-bottom: 1px dotted #666666; }
    .sp #about table td {
      display: block;
      padding-top: 0px; }

#productslide {
  position: relative;
  z-index: 10; }
  #productslide img {
    display: block;
    width: 100%;
    height: auto; }

#historybg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: url(../images/main05.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0; }
  .historybg #historybg {
    opacity: 1; }

#historyblock {
  position: relative;
  z-index: 10; }
  #historyblock .wave {
    position: relative;
    width: 100%;
    height: 140px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    #historyblock .wave.bottom {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .sp #historyblock .wave {
      height: 120px; }
    #historyblock .wave svg {
      display: block;
      width: 100%;
      height: 100%; }
  #historyblock h2 {
    position: relative;
    margin: 0px 0px 60px;
    padding: 0px;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 41.6px;
    line-height: 2.6rem;
    color: #22296E; }
    .sp #historyblock h2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 33.8px;
      line-height: 2.1125rem; }
    #historyblock h2:before {
      content: "";
      display: block;
      position: absolute;
      width: 180px;
      height: 4px;
      bottom: -20px;
      left: 50%;
      margin-left: -90px;
      background: #DC000C; }
  #historyblock p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    text-align: center; }
    .sp #historyblock p {
      text-align: left; }
  #historyblock p + p {
    margin-top: 1.5em; }
  #historyblock .main {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: auto;
    padding: 20px 20px 80px; }
    .sp #historyblock .main {
      padding: 10px 10px 40px; }

#access {
  position: relative;
  margin-bottom: -120px;
  background: #EFF6FA;
  z-index: 10; }
  #access > div {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: auto;
    padding: 20px 20px 120px; }
    .sp #access > div {
      padding: 10px 10px 60px; }
  #access h2 {
    position: relative;
    margin: 0px 0px 60px;
    padding: 0px;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 41.6px;
    line-height: 2.6rem;
    color: #22296E; }
    .sp #access h2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 33.8px;
      line-height: 2.1125rem; }
    #access h2:before {
      content: "";
      display: block;
      position: absolute;
      width: 180px;
      height: 4px;
      bottom: -20px;
      left: 50%;
      margin-left: -90px;
      background: #DC000C; }
  #access p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 27.2px;
    line-height: 1.7rem; }
    #access p.center {
      text-align: center; }
      .sp #access p.center {
        text-align: left; }
  #access .map {
    position: relative;
    padding-top: 50%;
    margin: 20px 0px; }
    .sp #access .map {
      padding-top: 75%; }
    #access .map iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }

.kessan a {
  display: flex;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  color: #373A3C; }
  .kessan a:hover {
    opacity: 0.7; }
  .kessan a::after {
    content: "";
    display: block;
    width: 80px;
    min-height: 20px;
    border-left: 1px solid #666666; }
    .sp .kessan a::after {
      width: 40px; }
  .kessan a.pdf::after {
    background: url(../images/pdf.svg) no-repeat center center; }
  .kessan a + a {
    margin-top: 10px; }
    .kessan a + a::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      border-top: 1px solid #666666;
      left: 0;
      top: -5px; }
.kessan .accordion {
  display: none;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #666666; }
.kessan .btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline; }
  .kessan .btn:hover {
    text-decoration: none; }

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: url(overlays/02.png) center center; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform,opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1; }

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01); }

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
  filter: blur(0) brightness(1.01); }

.vegas-transition-blur2-out {
  opacity: 0; }

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsR {
  -webkit-animation: kenburnsR ease-out;
  animation: kenburnsR ease-out; }

@-webkit-keyframes kenburnsR {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes kenburnsR {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
.vegas-animation-kenburnsRDownLeft {
  -webkit-animation: kenburnsRDownLeft ease-out;
  animation: kenburnsRDownLeft ease-out; }

@-webkit-keyframes kenburnsRDownLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); } }
@keyframes kenburnsRDownLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); } }
.vegas-animation-kenburnsRDownRight {
  -webkit-animation: kenburnsRDownRight ease-out;
  animation: kenburnsRDownRight ease-out; }

@-webkit-keyframes kenburnsRDownRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); } }
@keyframes kenburnsRDownRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); } }
.vegas-animation-kenburnsRDown {
  -webkit-animation: kenburnsRDown ease-out;
  animation: kenburnsRDown ease-out; }

@-webkit-keyframes kenburnsRDown {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); } }
@keyframes kenburnsRDown {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); } }
.vegas-animation-kenburnsRLeft {
  -webkit-animation: kenburnsRLeft ease-out;
  animation: kenburnsRLeft ease-out; }

@-webkit-keyframes kenburnsRLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); } }
@keyframes kenburnsRLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); } }
.vegas-animation-kenburnsRRight {
  -webkit-animation: kenburnsRRight ease-out;
  animation: kenburnsRRight ease-out; }

@-webkit-keyframes kenburnsRRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); } }
@keyframes kenburnsRRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); } }
.vegas-animation-kenburnsRUpLeft {
  -webkit-animation: kenburnsRUpLeft ease-out;
  animation: kenburnsRUpLeft ease-out; }

@-webkit-keyframes kenburnsRUpLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); } }
@keyframes kenburnsRUpLeft {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); } }
.vegas-animation-kenburnsRUpRight {
  -webkit-animation: kenburnsRUpRight ease-out;
  animation: kenburnsRUpRight ease-out; }

@-webkit-keyframes kenburnsRUpRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); } }
@keyframes kenburnsRUpRight {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); } }
.vegas-animation-kenburnsRUp {
  -webkit-animation: kenburnsRUp ease-out;
  animation: kenburnsRUp ease-out; }

@-webkit-keyframes kenburnsRUp {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); } }
@keyframes kenburnsRUp {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); } }
/*
 * 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>


*/
.simply-scroll-container {
  /* Container DIV - automatically generated */
  position: relative; }

.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

.simply-scroll-btn {
  position: absolute;
  background-image: url(buttons.png);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer; }

.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px; }

.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important; }

.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  background-position: 0 -88px; }

.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px; }

.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important; }

.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  background-position: -84px -88px; }

.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px; }

.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important; }

.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
  background-position: -126px -88px; }

.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px; }

.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important; }

.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
  background-position: -42px -88px; }

.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px; }

.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
  background-position: -168px -88px; }

.simply-scroll-btn-pause.active {
  background-position: -84px -44px; }

.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px; }

/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {
  /* Customisable base class for style override DIV */
  width: 100%;
  height: 240px; }
  .sp .simply-scroll {
    height: 160px; }

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 240px; }
  .sp .simply-scroll .simply-scroll-clip {
    height: 160px; }

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 320px;
  height: 240px; }
  .sp .simply-scroll .simply-scroll-list li {
    width: 212px;
    height: 160px; }

/* Vertical scroller example */
.vert {
  /* wider than clip to position buttons to side */
  width: 340px;
  height: 400px;
  margin-bottom: 1.5em; }

.vert .simply-scroll-clip {
  width: 290px;
  height: 400px; }

.vert .simply-scroll-list li {
  width: 290px;
  height: 200px; }

.vert .simply-scroll-btn-up {
  /* modified btn pos */
  right: 0;
  top: 0; }

.vert .simply-scroll-btn-down {
  /* modified btn pos */
  right: 0;
  top: 52px; }

/* NOTE left-right classes wouldn't be needed on vertical scroller */
