.u-ta-l {
  text-align: left !important
}
.u-ta-c {
  text-align: center !important
}
.u-ta-r {
  text-align: right !important
}
@media only screen and (max-width:767px) {
  .u-hide-sp {
    display: none
  }
}
@media print, only screen and (min-width:768px) {
  .u-hide-pc {
    display: none
  }
}
.u-ff-nova {
  font-family: proxima-nova sans-serif
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.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
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .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")
}
.swiper-button-next.swiper-button-white, .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")
}
.swiper-button-prev.swiper-button-black, .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")
}
.swiper-button-next.swiper-button-black, .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")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.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
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.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
}
.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
}
.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);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.opaque:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.background-contain {
  -ms-background-size: contain;
  background-size: contain
}
.background-cover {
  -ms-background-size: cover;
  background-size: cover
}
.rld-loader {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  background-color: #000;
  z-index: 10001
}
.rld-loadstart .rld-loader {
  display: block
}
.rld-loadcomplete .rld-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s
}
.rld-progressbar {
  width: 0;
  height: 5px;
  background-color: #ff5a00;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s
}
.modal-open {
  overflow: hidden
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
.modal-open .modal.active {
  display: block
}
.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  background-color: #999;
  background-color: rgba(0, 0, 0, .7)
}
.modal-open .modal-backdrop {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s
}
.modal-open .modal-backdrop.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s
}
.modal-content {
  position: relative;
  margin: 0 auto;
  display: none;
  max-width: 1600px;
  min-width: 1024px;
  overflow: auto
}
.modal-content .rc-button-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3
}
@media screen and (max-width:767px) {
  .modal-content {
    min-width: 0
  }
}
.modal-open .modal-content {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}
.modal-open .modal.in .modal-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.carousel-container {
  position: relative;
  margin: 0 auto
}
.carousel-slider {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none
}
.carousel-transition .carousel-slider {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s
}
@media screen and (max-width:767px) {
  .carousel-transition .carousel-slider {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s
  }
}
.carousel-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.carousel-transition-skip.carousel-transition-next[data-enable-skip] .carousel-item-next {
  left: 100% !important;
  z-index: 1
}
.carousel-transition-skip.carousel-transition-previous[data-enable-skip] .carousel-item-next {
  left: -100% !important;
  z-index: 1
}
.modal-video-player {
  display: block;
  background-color: #000;
  z-index: 102
}
.modal-video-player .button-close {
  display: none;
  width: 30px;
  height: 30px
}
.modal-video-player .button-close:before {
  font-size: 30px;
  line-height: 1;
  width: auto;
  height: auto
}
.modal-video-player .button-close:hover:before {
  color: #bbb;
  -webkit-text-stroke: .5px #bbb
}
.modal-video-player.mousemove .button-close {
  display: block
}
@media screen and (max-width:767px) {
  .modal-video-player .button-close {
    display: block
  }
}
.modal-video-player .video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1600px;
  padding-top: 56.12244898%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.modal-video-player .video-container > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.modal-video-player-vertical .video-container {
  height: 100%;
  padding-top: 0
}
.js:not(.android42) [data-show=on-scroll] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out
}
.js:not(.android42) [data-show=on-scroll].in-view {
  transition-duration: .7s;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.rc-icon {
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  overflow: hidden
}
.rc-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: center top;
  -ms-background-size: contain;
  background-size: contain
}
.rc-icon:hover:before {
  top: auto;
  bottom: 0
}
.rc-icon-share {
  margin: 0 auto;
  display: block;
  width: 11px;
  height: 15px;
  background: url(//static.roland.com/global/images/icon_share.svg) no-repeat left top
}
.rc-icon-remove {
  font-family: glyphicon;
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 auto;
  display: block;
  width: 31px;
  height: 31px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.rc-icon-remove:before {
  content: "\e611"
}
.rc-icon-new-window:before {
  background-image: url(//static.roland.com/global/images/icon_new_window.svg)
}
.rc-icon-play:before {
  background-image: url(//static.roland.com/global/images/icon_play.svg)
}
.rc-icon-play-large, .rc-icon-play-ex-large {
  font-family: glyphicon;
  font-size: 19px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.rc-icon-play-large:before, .rc-icon-play-ex-large:before {
  content: "\e60a";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.05263158em;
  margin-left: .15789474em;
  -webkit-transform: translate(-50%, -50%) scale(.78, 1);
  -ms-transform: translate(-50%, -50%) scale(.78, 1);
  transform: translate(-50%, -50%) scale(.78, 1)
}
.rc-icon-play-large:hover, .rc-icon-play-ex-large:hover {
  color: #919696;
  background-color: #fff;
  display: block
}
.rc-icon-play-ex-large {
  font-size: 23px;
  width: 76px;
  height: 76px;
  border-width: 4px
}
.rc-icon-replay {
  width: 38px;
  height: 44px;
  background: url(//static.roland.com/global/images/icon_replay.svg) no-repeat center center;
  -ms-background-size: contain;
  background-size: contain
}
.rc-icon-replay:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80)
}
.rc-icon-arrow-right:before {
  background-image: url(//static.roland.com/global/images/icon_arrow_right.svg)
}
.rc-icon-arrow-right-large {
  width: 76px;
  height: 76px
}
.rc-icon-arrow-right-large:before {
  background-image: url(//static.roland.com/global/images/icon_arrow_right_large.svg)
}
.rc-icon-plus-circle {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #949999;
  border: 2px solid #949999;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.rc-icon-plus-circle:before {
  content: "+";
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  width: 38px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: center top
}
.rc-icon-plus-circle:hover {
  color: #fff;
  background-color: #949999
}
.rc-icon-plus-circle:hover:before {
  top: 0;
  bottom: auto
}
.ipad .rc-icon-plus-circle {
  line-height: 33px
}
.rc-icon-360-circle {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  color: #949999;
  border: 2px solid #949999;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.rc-icon-360-circle:before {
  content: "360";
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  width: 38px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: center top
}
.rc-icon-360-circle:hover {
  color: #fff;
  background-color: #949999
}
.rc-icon-360-circle:hover:before {
  top: 0;
  bottom: auto
}
.rc-icon-colorchip {
  display: block;
  width: 43px;
  height: 43px;
  background: url(//static.roland.com/products/gp607/features/images/gallery_color_chip.png) no-repeat left top
}
.rc-icon-colorchip:hover {
  background-position: left bottom
}
.color-indicator-active .rc-icon-colorchip {
  background-position: left bottom
}
.color-indicator-active .rc-icon-colorchip.rc-icon-colorchip-white {
  background-position: right bottom
}
.rc-icon-colorchip-white {
  background-position: right top
}
.rc-icon-colorchip-white:hover {
  background-position: right bottom
}
.color-indicator-active .rc-icon-colorchip-white {
  background-position: left bottom
}
.rc-button {
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer
}
.rc-button {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: .8125em 1.25em;
  padding-right: 1.75em;
  transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s
}
.rc-button > .rc-icon {
  margin-right: .71428571em
}
.rc-button:hover {
  background-color: #ccc
}
.rc-button-circle {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.rc-button-circle:hover {
  background-color: #949999;
  border-color: #949999
}
.rc-button-close {
  color: #000;
  padding: 0
}
.rc-button-close:hover {
  color: #919696;
  background-color: transparent
}
.rc-paddle {
  speak: none;
  font-family: glyphicon;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  width: 30px;
  height: 65px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: .2px #fff
}
.rc-paddle:before {
  content: "\e612";
  margin-left: -.3em;
  display: block;
  -webkit-transform: scale(1.15, 1);
  -ms-transform: scale(1.15, 1);
  transform: scale(1.15, 1)
}
.rc-paddle:hover {
  color: #ccc;
  background-color: transparent;
  -webkit-text-stroke-color: #ccc
}
.rc-paddle.rc-paddle-right:before {
  content: "\e613"
}
.rc-cta {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  display: inline-block;
  cursor: pointer;
  transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s
}
.rc-cta > .rc-icon {
  margin-right: .64285714em
}
.rc-cta .rc-icon-plus-circle {
  margin-right: .28125em
}
.rc-cta .rc-icon-360-circle {
  margin-right: .69230769em
}
.rc-cta:hover > .rc-icon:before {
  top: auto;
  bottom: 0
}
.rc-cta:hover .rc-icon-plus-circle, .rc-cta:hover .rc-icon-360-circle {
  color: #fff;
  background-color: #949999
}
.rc-cta:hover .rc-icon-plus-circle:before, .rc-cta:hover .rc-icon-360-circle:before {
  top: 0;
  bottom: auto
}
@media screen and (max-width:767px) {
  .rc-cta {
    font-size: .75rem;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 25px;
    padding-right: 25px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
}
.rc-cta-text {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden
}
.rc-cta.hidden .rc-cta-text {
  width: 0;
  color: #000
}
.rc-cta.in-view .rc-cta-text {
  width: 100%;
  transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s
}
.rc-more-box .rc-cta {
  margin-left: 35px
}
.rc-more-box .rc-cta:first-child {
  margin-left: 0
}
@media screen and (max-width:767px) {
  .rc-more-box .rc-cta {
    margin-left: 0
  }
  .rc-more-box .rc-cta + .rc-cta {
    border-top: none
  }
}
.social-web {
  text-align: center;
  position: relative;
  display: none;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  -ms-background-size: cover;
  background-size: cover
}
.social-web .row {
  position: relative;
  max-width: 1180px;
  width: auto;
  padding: 200px 50px 80px;
  z-index: 1
}
.social-web .cta {
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  color: #000;
  margin: 3.78571429em auto 0;
  display: inline-block;
  height: 40px;
  padding: 0 2.71428571em;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 1px solid #ccc;
  cursor: pointer;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .28571429em;
  -webkit-border-radius: .28571429em;
  -moz-border-radius: .28571429em
}
.social-web .cta:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}
@media screen and (max-width:767px) {
  .social-web {
    padding-bottom: 80px
  }
  .social-web .row {
    margin: 90px auto 0;
    padding: 0 25px
  }
  .social-web .cta {
    position: static;
    font-size: 15px;
    font-size: .75rem;
    line-height: 52px;
    letter-spacing: 0;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding: 0 37px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.modal-timeline .social-web {
  border-top: none
}
.android42 .social-web {
  background-image: none
}
.js .social-web {
  display: block
}
.js .social-web .cta {
  margin-top: 2.85714286em
}
.social-web-copy {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  z-index: 1
}
.social-web-copy:before, .social-web-copy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -1px;
  display: block;
  width: 35.2%;
  width: calc(50% - 175px);
  width: -webkit-calc(50% - 175px);
  height: 1px;
  background-color: #999
}
.social-web-copy:after {
  left: auto;
  right: 0
}
@media screen and (max-width:767px) {
  .social-web-copy {
    top: 0;
    padding-bottom: 60px;
    border-width: 1px
  }
  .social-web-copy:before, .social-web-copy:after {
    width: 17%;
    width: -webkit-calc(50% - 105px)
  }
}
.main .social-web-headline {
  font-size: 50px;
  font-size: 40px;
  font-size: 2.5rem;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: -.54em auto 0;
  display: block;
  width: 5em;
  height: 1.1em;
  background: url(//static.roland.com/global/images/social_web.png) no-repeat center top;
  overflow: hidden;
  -ms-background-size: contain;
  background-size: contain
}
@media screen and (max-width:767px) {
  .main .social-web-headline {
    font-size: 1.6rem
  }
}
.social-web-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}
.social-web-background img {
  position: relative;
  width: 100%;
  vertical-align: top
}
.social-web-background-full img {
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.social-web-background-full.social-web-background-fixed {
  position: fixed;
  height: 100%
}
.timeline-container {
  position: relative
}
.modal .timeline-container:after {
  content: "";
  margin: 100px auto 0;
  display: none;
  width: 60px;
  height: 60px;
  -webkit-animation: timeline-progress 1.4s infinite linear;
  animation: timeline-progress 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
@-webkit-keyframes timeline-progress {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes timeline-progress {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.timeline-load-progress .timeline-container:after {
  background: url(//static.roland.com/promos/el_cajon_ec-10/connect/images/timeline_progress.svg) no-repeat center center
}
.timeline-load-complete .timeline-container:after {
  display: none
}
.social-timeline {
  position: relative;
  margin: -26px 0 0 -26px;
  padding: 0
}
.social-timeline.hidden {
  visibility: hidden;
  min-height: 1000px
}
@media screen and (max-width:767px) {
  .social-timeline {
    margin-top: 0;
    margin-left: 0;
    width: auto !important;
    height: auto !important
  }
}
.js .social-timeline {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto
}
.js .social-timeline-ready {
  visibility: visible
}
.sns-item {
  width: 33.33333333%;
  padding: 26px 0 0 26px;
  float: left;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s
}
.sns-item:nth-child(3n+2).in-view {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s
}
.sns-item:nth-child(3).in-view {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s
}
@media screen and (max-width:767px) {
  .sns-item {
    width: 100% !important;
    left: auto !important;
    top: auto !important
  }
}
.sns-item-inner {
  border: 1px solid #e0e0e0
}
@media screen and (max-width:767px) {
  .content-social-timeline .sns-item:nth-child(4) {
    display: none
  }
  .content-social-timeline .sns-item:nth-child(5) {
    display: none
  }
  .content-social-timeline .sns-item:nth-child(6) {
    display: none
  }
}
.js .sns-item {
  max-width: 376px;
  position: absolute;
  padding: 0
}
@media screen and (max-width:767px) {
  .js .sns-item {
    margin-top: 20px;
    max-width: none;
    position: relative
  }
  .js .sns-item:first-child {
    margin-top: 0
  }
}
.sns-image {
  position: relative
}
.sns-image img {
  width: 100%;
  vertical-align: top
}
.sns-image:hover .rc-icon-play-large {
  color: #919696;
  background-color: #fff
}
.sns-item-youtube .sns-image {
  padding: 40px 0;
  background-color: #000;
  overflow: hidden
}
.sns-item > a > .sns-image img {
  width: 100% !important;
  height: auto !important
}
.sns-image-list {
  background-color: #fff
}
.sns-image-list-item {
  position: relative;
  width: 33.33333333%;
  height: 0;
  padding-top: 33.33333333%;
  float: left;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.sns-image-list-item:first-child {
  width: 66.66666667%;
  padding-top: 100%
}
.sns-image-list-item:first-child .sns-image {
  border: none
}
.sns-image-list-item:first-child + .sns-image-list-item .sns-image {
  border-top: none
}
.sns-image-list-item .sns-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  overflow: hidden
}
.sns-image-list-item .sns-image.sns-image-panorama img {
  width: auto;
  height: 100%
}
.sns-image-list-item .sns-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  left: 0 \9;
  top: 0 \9;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.sns-image-list-item:not(:target) .sns-image img {
  left: 50% \9;
  top: 50% \9
}
.sns-image-list-panorama .sns-image-list-item:first-child {
  width: 100%;
  padding-top: 66.66666667%
}
.sns-image-list-panorama .sns-image-list-item:first-child .sns-image {
  border: none
}
.sns-image-list-panorama .sns-image-list-item:first-child + .sns-image-list-item .sns-image {
  border-top: 2px solid #fff;
  border-left: none
}
.sns-image-list-3 .sns-image-list-item {
  width: 50%;
  padding-top: 50%
}
.sns-image-list-3 .sns-image-list-item:first-child {
  width: 50%;
  padding-top: 100%
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child {
  width: 100%;
  padding-top: 50%
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child .sns-image {
  border: none
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child + .sns-image-list-item .sns-image {
  border-top: 2px solid #fff;
  border-left: none
}
.sns-image-list-2 .sns-image-list-item {
  width: 50%;
  padding-top: 100%
}
.sns-image-list-2 .sns-image-list-item .sns-image {
  border-left: 2px solid #fff
}
.sns-image-list-2 .sns-image-list-item:first-child {
  width: 50%;
  padding-top: 100%
}
.sns-image-list-2 .sns-image-list-item:first-child .sns-image {
  border: none
}
.sns-image-list-2.sns-image-list-panorama .sns-image-list-item {
  width: 100%;
  padding-top: 50%
}
.sns-image-list-2.sns-image-list-panorama .sns-image-list-item:first-child {
  width: 100%;
  padding-top: 50%
}
.sns-image-list-1 .sns-image-list-item:first-child {
  width: 100%;
  height: auto;
  padding-top: 0
}
.sns-image-list-1 .sns-image-list-item .sns-image {
  position: static
}
.sns-image-list-1 .sns-image-list-item .sns-image img {
  position: static;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-transform: translate(0, 0)
}
.sns-post {
  margin: 0;
  padding: 30px;
  background-color: #fff
}
@media screen and (max-width:767px) {
  .sns-post {
    padding: 25px
  }
}
.main .sns-post-text {
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.42857143;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  margin: -.28571429em 0 -.42857143em
}
.main .sns-post-text .url {
  word-break: break-all
}
@media screen and (max-width:767px) {
  .main .sns-post-text {
    font-size: 13px;
    font-size: .65rem
  }
}
.sns-post-info {
  margin-top: 40px;
  height: 30px;
  overflow: hidden
}
.sns-post-info a {
  text-decoration: none
}
.sns-post-info:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(//static.roland.com/global/images/facebook.svg) no-repeat center center;
  background: url(//static.roland.com/global/images/facebook.png) no-repeat center center\9;
  float: left
}
@media screen and (max-width:767px) {
  .sns-post-info {
    margin-top: 28px
  }
}
.sns-item-youtube .sns-post-info:before {
  background: url(//static.roland.com/global/images/icon_youtube_alt.svg) no-repeat center center;
  background: url(//static.roland.com/global/images/icon_youtube_alt.png) no-repeat center center\9
}
.sns-post-category {
  font-size: 12px;
  font-size: 9.6px;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.005em;
  text-align: left;
  color: #000;
  display: block;
  margin: .16666667em 0 -.3em
}
.sns-post-date {
  font-size: 12px;
  font-size: 9.6px;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: #919696;
  margin: .58333333em 0 0;
  display: block
}
.social-web-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover
}
.modal-timeline {
  overflow: hidden
}
.modal-timeline.timeline-full .cta {
  visibility: hidden
}
.modal-timeline .row {
  padding-bottom: 170px
}
.modal-timeline .cta {
  display: none;
  color: #fff
}
.modal-timeline .social-web-copy:before, .modal-timeline .social-web-copy:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5)
}
.modal-timeline .social-web-headline {
  background-image: url(//static.roland.com/global/images/social_web_white.png)
}
.modal-timeline .modal-content {
  z-index: 1;
  max-width: none;
  height: 100%;
  -webkit-overflow-scrolling: touch
}
.modal-timeline .sns-item-inner {
  border: none
}
.modal-timeline .social-web-background {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear
}
.modal-timeline.in .social-web-background {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.modal-timeline .rc-button-close {
  color: #fff;
  right: 50px;
  top: 50px
}
.modal-timeline .rc-button-close:hover .rc-icon-remove {
  -webkit-text-stroke: .2px #fff
}
@media screen and (max-width:767px) {
  .modal-timeline .modal-content {
    min-width: 0
  }
  .modal-timeline .rc-button-close {
    right: 25px;
    top: 25px
  }
}
#hero {
  padding-top: 41.66666667%;
  background-color: #FFF;
  overflow: hidden
}
#hero .hero-headline {
  font-size: 80px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: -.125em auto -.0625em
}
#hero .icon-chevron-down {
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 17px;
  background: url(//static.roland.com/products/gp607/images/chevron_down.svg) no-repeat center top;
  z-index: 1;
  overflow: hidden;
  -ms-background-size: contain;
  background-size: contain
}
@media screen and (min-width:1600px) {
  #hero {
    padding-top: 667px
  }
}
@media screen and (max-width:1440px) {
  #hero {
    padding-top: 600px
  }
}
@media screen and (max-width:767px) {
  #hero {
    padding-top: 110%
  }
  #hero .hero-headline {
    font-size: 2.3rem
  }
}
.hero-copy {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 980px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:767px) {
  .hero-copy {
    width: auto
  }
}
.hero-tagline {
  font-size: 24px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin: .5em auto 0;
  display: block
}
@media screen and (max-width:767px) {
  .hero-tagline {
    font-size: .65rem
  }
}
.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000
}
.hero-image img, .hero-image video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85)
}
.hero-image video {
  display: none
}
@media screen and (max-width:767px) {
  .hero-image img, .hero-image video {
    width: auto;
    height: 100%
  }
}
.video .hero-image[data-play=on-scroll] img {
  display: none !important
}
.video .hero-image[data-play=on-scroll] video {
  display: block
}
.hero-scroll-indicator {
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 1
}
.hero-sharer {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2
}
.hero-sharer .rc-button {
  width: 31px;
  height: 31px;
  vertical-align: top
}
.mbig #overview {
  background-color: #fff
}
.mbig #overview .row {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 100px 50px;
  z-index: 1;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.mbig #overview .overview-title {
  font-size: 50px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  margin-top: -.22em;
  margin-bottom: .72em;
  width: auto;
  max-width: 900px
}
.mbig #overview .overview-text {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  margin-top: -.375em;
  margin-bottom: -.4375em !important;
  width: auto
}
.mbig #overview .overview-text + .rc-more-box {
  margin-top: 41px
}
@media screen and (max-width:767px) {
  .mbig #overview {
    padding-bottom: 0
  }
  .mbig #overview .row {
    padding: 0 25px;
    margin-bottom: 80px
  }
  .mbig #overview .overview-title {
    font-size: 1.5rem
  }
  .mbig #overview .overview-text {
    font-size: .75rem
  }
  .mbig #overview .rc-cta {
    margin-left: -25px;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
  }
}
.product-gallery-container {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  padding: 600px 0 0
}
@media screen and (max-width:767px) {
  .product-gallery-container {
    padding-top: 58.59375%;
    padding-left: 0;
    padding-right: 0
  }
}
.product-gallery-item {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:767px) {
  .product-gallery-item {
    padding: 0 20px
  }
}
.product-gallery-item-active {
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear
}
.product-gallery-item-active.in {
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition-duration: .7s;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s
}
.product-gallery-image {
  position: relative;
  margin: 0 auto;
  height: 100%
}
.product-gallery-image img, .product-gallery-image video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.product-gallery-image video {
  display: none
}
@media screen and (max-width:767px) {
  .product-gallery-image img {
    display: block;
    width: 100%
  }
  .product-gallery-image video {
    display: none
  }
  .product-gallery-image.autoplay-canplay img, .product-gallery-image.autoplay-playing img {
    display: block
  }
  .product-gallery-image.autoplay-canplay video, .product-gallery-image.autoplay-playing video {
    display: none
  }
}
.video .product-gallery-image.autoplay-canplay img, .video .product-gallery-image.autoplay-playing img {
  display: none
}
.video .product-gallery-image.autoplay-canplay video, .video .product-gallery-image.autoplay-playing video {
  display: block
}
.product-gallery-control {
  text-align: center;
  position: relative;
  margin: 45px auto 0;
  display: none;
  max-width: 1080px;
  padding: 0 50px;
  z-index: 3;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.product-gallery-control .rc-more-box {
  margin: 0 auto;
  display: block
}
@media screen and (max-width:767px) {
  .product-gallery-control {
    margin-top: 25px;
    padding: 0
  }
  .product-gallery-control .rc-more-box .rc-cta {
    padding-left: 25px;
    padding-right: 25px;
    float: none
  }
  .product-gallery-control .rc-more-box .rc-cta:first-child {
    margin-left: 0
  }
}
.js .product-gallery-control {
  display: block
}
.color-indicators {
  position: absolute;
  right: 50px;
  top: 0;
  display: inline-block
}
@media screen and (max-width:767px) {
  .color-indicators {
    text-align: left;
    position: static;
    display: block;
    padding: 15px 25px;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
  }
}
.rc-more-box + .color-indicators {
  border-top: none
}
.color-indicator {
  position: relative;
  margin-left: 5px;
  width: 38px;
  height: 38px;
  float: left;
  cursor: pointer
}
.color-indicator:first-child {
  margin-left: 0
}
.color-indicator:first-child .color-indicator-name {
  left: 70px
}
.color-indicator .rc-icon-colorchip {
  position: absolute;
  left: -2px;
  top: -2px
}
.color-indicator:hover .color-indicator-name {
  display: block
}
@media screen and (max-width:767px) {
  .color-indicator {
    margin-left: 10px
  }
}
.color-indicator-name {
  font-size: 13px;
  font-size: 10.4px;
  font-size: .65rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  color: #999;
  position: absolute;
  left: 35px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.color-indicator-active .color-indicator-name {
  display: block
}
.photo-gallery {
  line-height: 0;
  text-align: center
}
.photo-gallery .carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.photo-gallery .carousel-transition .carousel-slider {
  transition-duration: .7s;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s
}
.photo-gallery .rc-paddle {
  color: #666;
  position: absolute;
  top: 0;
  left: 50px;
  margin-top: 24.79591837%;
  z-index: 3;
  -webkit-text-stroke: .2px #666
}
.photo-gallery .rc-paddle:hover {
  color: #000;
  -webkit-text-stroke: .2px #000
}
.photo-gallery .rc-paddle-right {
  left: auto;
  right: 50px
}
.photo-gallery.photo-gallery-image-hover .rc-paddle {
  display: block
}
@media screen and (max-width:767px) {
  .photo-gallery {
    width: 100% !important;
    border-top: none
  }
  .photo-gallery .carousel {
    padding: 0
  }
}
.photo-gallery-container {
  position: relative;
  margin-left: -5px;
  padding: 56.2244898% 5px 40px
}
@media screen and (max-width:767px) {
  .photo-gallery-container {
    width: auto;
    padding-top: 62.5%;
    padding-bottom: 20px;
    overflow: hidden
  }
}
.photo-gallery-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.photo-gallery-item.carousel-item-previous .photo-gallery-image {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.photo-gallery-item.carousel-item-current .photo-gallery-image {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s
}
.photo-gallery-item.carousel-item-current .photo-gallery-item-copy {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.photo-gallery-item.left {
  left: -100%
}
.photo-gallery-item.right {
  left: 100%
}
.photo-gallery-item .photo-gallery-item-copy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition-duration: .7s;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s
}
.photo-gallery-item .photo-gallery-image {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear
}
@media screen and (max-width:767px) {
  .photo-gallery-item {
    padding-left: 0;
    padding-right: 0
  }
  .photo-gallery-item .rc-icon-play-large {
    display: block
  }
}
.photo-gallery-item-copy {
  margin: 0 auto;
  max-width: 650px;
  padding-top: 110px
}
@media screen and (max-width:767px) {
  .photo-gallery-item-copy {
    text-align: left;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px
  }
}
.photo-gallery .photo-gallery-item-headline {
  font-weight: 300;
  font-size: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
  color: #000;
  margin: -.25em 0 .7em
}
@media screen and (max-width:767px) {
  .photo-gallery .photo-gallery-item-headline {
    font-size: 1rem;
    text-align: left;
    line-height: 1.3;
    margin: -.2em 0 .75em
  }
}
.photo-gallery .photo-gallery-item-text {
  font-weight: 300;
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  line-height: 1.57142857;
  color: #000;
  margin-top: -.35714286em;
  margin-bottom: -.5em !important
}
.mbig #overview .photo-gallery .photo-gallery-item-text {
  font-weight: 300;
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  line-height: 1.57142857;
  color: #000;
  margin-top: -.35714286em;
  margin-bottom: -.5em !important;
  margin-left: auto;
  margin-right: auto;
  width: auto
}
.photo-gallery-image {
  position: relative;
  padding-top: 56.2244898%;
  overflow: hidden
}
.photo-gallery-image a {
  cursor: default
}
.photo-gallery-image img, .photo-gallery-image video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden
}
.photo-gallery-image img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
@media screen and (max-width:767px) {
  .photo-gallery-image {
    padding-top: 56.25%
  }
}
.photo-gallery-indicators {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width:767px) {
  .photo-gallery-indicators {
    bottom: 10px;
    padding: 0
  }
}
.photo-gallery-indicator {
  position: relative;
  margin-left: 21px;
  width: 11px;
  height: 11px;
  float: left;
  cursor: pointer
}
.photo-gallery-indicator:first-child {
  margin-left: 0
}
.photo-gallery-indicator:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #919696;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.photo-gallery-indicator:hover:before, .photo-gallery-indicator.active:before, .photo-gallery-indicator.carousel-current:before {
  background-color: transparent;
  border: 1px solid #000
}
@media screen and (max-width:767px) {
  .photo-gallery-indicator {
    width: 8px;
    height: 8px
  }
  .photo-gallery-indicator:before {
    width: 100%;
    height: 100%
  }
}
.features {
  padding-top: 150px;
  border-top: 1px solid #e0e0e0
}
@media screen and (max-width:767px) {
  .features {
    padding-top: 80px;
    border-top: none
  }
}
.features-column {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.features-column .padder {
  content: "";
  margin: 148px auto 150px;
  display: block;
  width: 200px;
  height: 1px;
  background-color: #000
}
.features-column:last-child {
  padding-bottom: 150px
}
.features-column:last-child .padder {
  display: none
}
@media screen and (max-width:767px) {
  .features-column {
    padding-top: 80px;
    padding: 0 15px
  }
  .features-column .padder {
    margin: 58px auto 60px;
    width: 100px
  }
  .features-column:last-child {
    padding-bottom: 80px
  }
}
.js .features-column .padder[data-show=on-scroll] {
  width: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.js .features-column .padder[data-show=on-scroll].in-view {
  width: 200px
}
@media screen and (max-width:767px) {
  .js .features-column .padder[data-show=on-scroll].in-view {
    width: 100px
  }
}
.features-column-hero {
  position: relative;
  padding-top: 64.40677966%;
  overflow: hidden
}
.features-column-hero img, .features-column-hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}
.features-column-hero video {
  display: none
}
@media screen and (max-width:767px) {
  .features-column-hero img {
    width: 100%
  }
}
.video .features-column-hero[data-play=on-scroll] img {
  display: none
}
.video .features-column-hero[data-play=on-scroll] video {
  display: block
}
.features-column-copy {
  margin-left: 0;
  display: table;
  width: 100%;
  padding-bottom: 50px
}
@media screen and (max-width:767px) {
  .features-column-copy {
    display: block;
    width: auto;
    padding: 0 15px 30px
  }
}
.features-column-copy-col .rc-cta + .rc-cta {
  margin-top: 20px
}
@media screen and (max-width:767px) {
  .features-column-copy-col {
    text-align: left;
    display: block;
    width: auto
  }
  .features-column-copy-col:first-child {
    padding-right: 0
  }
  .features-column-copy-col + .features-column-copy-col {
    margin-top: 30px
  }
  .features-column-copy-col .rc-cta {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
  }
  .features-column-copy-col .rc-cta + .rc-cta {
    margin-top: 0;
    border-top: none
  }
}
.main .features-column-title {
  font-size: 35px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.28571429;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  margin: -.25714286em 0 .91428571em
}
@media screen and (max-width:767px) {
  .main .features-column-title {
    font-size: 1.25rem
  }
}
.features-column-text + .features-column-title {
  margin-top: 2.6em
}
@media screen and (max-width:767px) {
  .features-column-text + .features-column-title {
    margin-top: 1em
  }
}
.main .features-column-text {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  margin-left: 0;
  margin-top: -.4375em;
  margin-bottom: -.3125em
}
@media screen and (max-width:767px) {
  .main .features-column-text {
    font-size: .75rem
  }
}
.features-column-text + .rc-cta {
  margin-top: 40px
}
.next-router {
  text-align: center;
  padding: 100px 0 91px;
  border-top: 1px solid #e0e0e0
}
.next-router-cta {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
  color: #000;
  display: inline-block
}
.next-router-cta .rc-icon {
  display: block;
  margin-bottom: 10px
}
.next-router-experience {
  text-align: left;
  position: relative;
  padding-top: 600px;
  padding-bottom: 0;
  border: none
}
@media screen and (max-width:767px) {
  .next-router-experience {
    padding-top: 58.59375%
  }
}
.safari .next-router .next-router-title {
  font-weight: 200;
  -webkit-font-smoothing: antialiased
}
.safari .next-router .next-router-cta {
  font-weight: 400;
  -webkit-font-smoothing: antialiased
}
.next-router-copy {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 4px auto 0;
  max-width: 1180px;
  padding: 0 58px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:767px) {
  .next-router-copy {
    padding: 0 30px
  }
}
.next-router-experience .next-router-title {
  font-size: 50px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #fff;
  margin: -.2em 0 .7em;
  max-width: 600px
}
@media screen and (max-width:767px) {
  .next-router-experience .next-router-title {
    font-size: 1.25rem
  }
}
.next-router-experience .next-router-cta {
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: .85714286em 2em .85714286em 2.21428571em;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, .5);
  border-radius: .28571429em;
  -webkit-border-radius: .28571429em;
  -moz-border-radius: .28571429em
}
.next-router-experience .next-router-cta:hover {
  color: #000;
  background-color: #fff
}
@media screen and (max-width:767px) {
  .next-router-experience .next-router-cta {
    font-size: .6rem
  }
}
.next-router-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden
}
.next-router-hero img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  vertical-align: top;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width:767px) {
  .next-router-hero img {
    position: relative;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.experience {
  padding: 150px 0 0
}
@media screen and (max-width:767px) {
  .experience {
    padding-top: 80px
  }
}
.experience .experience-headline {
  font-weight: 300;
  font-size: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin: -.25em 0 .7em
}
@media screen and (max-width:767px) {
  .experience .experience-headline {
    text-align: left;
    line-height: 1.4
  }
}
.experience .experience-text {
  font-weight: 300;
  font-size: 14px;
  font-size: 11.2px;
  font-size: .7rem;
  line-height: 1.57142857;
  letter-spacing: 0;
  color: #000;
  margin-top: -.35714286em;
  margin-bottom: -.5em !important
}
@media screen and (max-width:767px) {
  .experience .experience-text {
    text-align: left
  }
}
.safari .experience .fp-cta {
  font-weight: 300;
  -webkit-font-smoothing: antialiased
}
.experience-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 50px 150px;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:767px) {
  .experience-section {
    padding: 0 15px 80px
  }
}
.experience-copy {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
  padding-top: 50px
}
@media screen and (max-width:767px) {
  .experience-copy {
    padding: 40px 15px 0
  }
}
.js .experience-copy[data-show=on-scroll] {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.experience-image {
  position: relative;
  padding-top: 56.18644068%;
  overflow: hidden
}
.experience-image a {
  cursor: default
}
.experience-image .rc-icon-play-large {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.experience-image .rc-icon-play-large:before {
  width: 76px;
  height: 152px
}
.experience-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  vertical-align: top;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.modal-gallery {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}
.modal-gallery.active {
  visibility: visible
}
.modal-gallery .modal-content {
  max-height: none
}
.modal-gallery .modal-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.modal-gallery .rc-button-close {
  right: 50px;
  top: 50px
}
.modal-gallery .dotnav {
  position: absolute;
  left: 50%;
  bottom: 43px;
  display: inline-block;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.modal-gallery .dotnav-item {
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 21px;
  float: left;
  cursor: pointer
}
.modal-gallery .dotnav-item:first-child {
  margin-left: 0
}
.modal-gallery .dotnav-item:hover .dotnav-dot {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #000
}
.modal-gallery .dotnav-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #919696;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.modal-gallery .rc-paddle {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -32.5px;
  z-index: 3
}
.modal-gallery .rc-paddle-right {
  left: auto;
  right: 50px
}
@media screen and (max-width:767px) {
  .modal-gallery .rc-button-close {
    right: 25px;
    top: 25px
  }
  .modal-gallery .dotnav {
    text-align: center;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .modal-gallery .dotnav-item {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    float: none
  }
}
.modal-gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.modal-gallery-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 100px 130px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:767px) {
  .modal-gallery-item {
    padding: 80px 25px
  }
}
.modal-gallery-image {
  position: relative;
  width: 100%;
  height: 100%
}
.modal-gallery-image.modal-gallery-image-vertical img {
  width: auto;
  height: 100%
}
.modal-gallery-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.carousel-current .dotnav-dot {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #000
}
.modal-gallery-360 .modal-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.modal-gallery-360 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.modal-gallery-360 .rc-button-close {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 3
}
.modal-gallery-360 .rc-icon-replay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  cursor: pointer
}
.modal-gallery-360.modal-gallery-360-ended .rc-icon-replay {
  display: block
}
@media screen and (max-width:767px) {
  .modal-gallery-360 .rc-button-close {
    right: 30px;
    top: 30px
  }
}
.modal-standard-features .modal-content {
  margin: 0 auto;
  width: 980px;
  min-width: 0
}
@media screen and (max-width:767px) {
  .modal-standard-features .modal-content {
    width: auto
  }
}
.standard-features {
  position: relative;
  margin: 0 auto;
  padding: 150px 80px;
  background-color: #fff
}
@media screen and (max-width:767px) {
  .standard-features {
    padding: 100px 25px 80px
  }
}
.standard-features .standard-features-headline {
  font-size: 37px;
  font-size: 29.6px;
  font-size: 1.85rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  margin: -.13513514em auto 1.02702703em
}
@media screen and (max-width:767px) {
  .standard-features .standard-features-headline {
    font-size: 1.5rem
  }
}
.standard-features .standard-features-list-item {
  font-size: 16px;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  padding: 1.0625em 0 1.125em
}
@media screen and (max-width:767px) {
  .standard-features .standard-features-list-item {
    font-size: .7rem
  }
}
#promos {
  display: none
}
#specifications, #articles, #accessories, #downloads, #support {
  padding-bottom: 100px
}
@media screen and (max-width:767px) {
  #specifications, #articles, #accessories, #downloads, #support {
    padding-bottom: 0
  }
}
@media screen and (max-width:1080px) {
  .product-gallery-container {
    padding-top: 55.55555556%
  }
}
.sound-system-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 81.3559322%
}
@media screen and (max-width:767px) {
  .sound-system-cover {
    padding-top: 130%
  }
}
.rld-loader {
  background-color: #fff
}
.rld-progressbar {
  height: 1px;
  background-color: #000
}
.sound-system-panel-top, .sound-system-panel-middle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.sound-system-panel-top img, .sound-system-panel-middle img {
  width: 100%
}
@media screen and (max-width:767px) {
  .sound-system-panel-top img, .sound-system-panel-middle img {
    width: 150%;
    margin-left: -25%
  }
}
#guide {
  top: 70px
}
@media screen and (max-width:1070px) {
  .hero-image video {
    width: auto;
    height: 100%
  }
}
.rc-paddle {
  color: #000;
  -webkit-text-stroke: .2px #000
}
.rc-paddle:hover {
  color: #919696;
  -webkit-text-stroke-color: #919696
}
.features-column-hero-detail {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-duration: .7s;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s
}
.features-column-hero-detail video {
  display: block;
  width: 100%;
  height: 100%
}
.features-column-hero-detail .rc-icon-replay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none
}
.features-column-hero-detail .rc-button-close {
  color: #000;
  position: absolute;
  right: 30px;
  top: 30px
}
.features-column-hero-detail .rc-button-close:hover {
  color: #919696
}
.active .features-column-hero-detail {
  left: 0
}
.ended .features-column-hero-detail .rc-icon-replay {
  display: block
}
.modal-gallery .modal-content {
  background-color: #fff
}
.modal-gallery .rc-button-close {
  color: #000
}
.modal-gallery .rc-button-close:hover {
  color: #919696
}
.carousel-current .dotnav-dot {
  border: 1px solid #000
}
.product-gallery {
  padding: 80px 0 150px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0
}
@media screen and (max-width:767px) {
  .product-gallery {
    padding: 40px 0 80px
  }
}
.product-gallery .rc-cta {
  color: #000
}
.product-gallery .rc-button-close {
  color: #000
}
.product-gallery .rc-button-close:hover {
  color: #919696
}
.main h2.p-section-heading-l {
  font-family: Prata, serif;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  margin: 120px 0 50px
}
@media only screen and (max-width:767px) {
  .main h2.p-section-heading-l {
    font-size: 1.3rem;
    margin: 50px 0 20px
  }
}
.features-column-title.features-column-title--center {
  text-align: center
}
.p-main-standard-features {
  margin: 80px auto 150px
}
.p-main-features__list > li {
  font-size: 16px;
  font-size: .8rem;  /*  Editied for lead capture version. it was 1rem;*/
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  margin-top: 1em;
  padding-left: 12px
}
.p-main-features__list > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 12px;
  left: 0
}
@media only screen and (max-width:767px) {
  .p-main-standard-features {
    margin: 80px auto 0
  }
  .p-main-features__list > li {
    font-size: .8rem
  }
  .p-main-features__list > li:before {
    top: 8px
  }
}
.p-movie {
  margin: 80px auto
}
@media only screen and (max-width:767px) {
  .p-movie {
    margin: 40px auto
  }
}
.p-movie__image {
  width: 100%;
  position: relative
}
.button-play {
  font-style: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border-radius: 100%;
  display: block;
  z-index: 4;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  text-indent: .4em
}
.button-play:before {
  font-size: 1.5em;
  line-height: 74px
}
.p-movie__image .button-play {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.p-play-button {
  margin-top: 30px;
  text-align: center
}
@media only screen and (max-width:767px) {
  .button-play {
    width: 50px;
    height: 50px;
    text-indent: .3em
  }
  .button-play:before {
    font-size: 1rem;
    line-height: 45px
  }
  .p-movie__image .button-play {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .p-play-button {
    margin-top: 20px
  }
}
.p-inner {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin: 0 auto
}
.p-inner.p-inner--s {
  max-width: 770px
}
@media only screen and (max-width:767px) {
  .p-inner {
    width: calc(100% - 50px);
    max-width: none
  }
  .p-inner.p-inner--s {
    max-width: none
  }
}
.p-inner img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
.product-gallery .features-column-title {
  margin: 0 auto 50px
}
@media only screen and (max-width:767px) {
  .product-gallery .features-column-title {
    margin: 0 auto 1em
  }
}
.product-gallery-image[data-toggle=modal] {
  cursor: pointer
}
/*# sourceMappingURL=waza-air.css.map */
#article-repeater .articles section {
    min-height: 220px;
}