#contentheader {
  display:none;
}
.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;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.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-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 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-next,
.swiper-button-prev {
    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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.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: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    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(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.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(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
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;
    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: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -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: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    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, 0.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, 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, 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, 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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    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;
    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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    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: 0.6;
    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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.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;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.rld-progressbar {
    width: 0;
    height: 5px;
    background: #8aab5a;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#productheader {
    background: #8aab5a;
    border-bottom-color: #8aab5a;
}

@media only screen and (max-width:767px) {
  #productheader {
      background: #8aab5a;
      border-bottom-color: #000;
  }
}
#productheader h2 a,
#productnav li a,
#productheader #ph-home,
#productheader .icon-facebook,
#productheader .icon-twitter,
#productheader .icon-google,
#productheader .icon-pinterest,
#productheader .icon-youku,
#productheader .icon-weibo  {
  color:#fff;
}

#productnav li a:hover, #contentnav li a:hover, #productnav li a.active, #contentnav li a.active {
    color: #ffffff;
    font-weight: 700;
}
#productheader #ph-home:before,
#productheader #ph-social li a:before {
  color:#fff !important;
}
#productheader #ph-home:hover:before,
#productheader #ph-social li a:hover:before {
    color:#fff !important;
    transform: scale(1.05);
    transition: 0.1s;
}
#features img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#features {
    background-color: #2f3e48;
}
.main {
    background: 0 0;
}
@media only screen and (max-width: 767px) {
    .main {
        background: 0 0;
        background-attachment: inherit;
        position: relative;
    }
}
.main a:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main a:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main p {
    margin: 0;
}
.main .cmn-headline02 {
    color: #fff;
    font-size: 33.6px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.14286;
    margin: 0 auto 28px;
    text-transform: none;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .main .cmn-headline02 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    .cmn-grid.f-row .cmn-headline02 {
      font-size: 1.3rem !important;
      margin-top: 30px !important;
    }
    .cmn-grid.f-row .cmn-text {
      font-size: 0.9rem !important;
    }
}
.main .cmn-headline02 span {
    font-weight: 100;
    text-transform: lowercase;
}
.main .cmn-headline03 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 30px;
    text-transform: inherit;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .main .cmn-headline03 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
}
.main .cmn-headline04 {
    color: #fff;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 30px;
    text-transform: inherit;
    text-indent: inherit;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .main .cmn-headline04 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
}
.main .cmn-headline05 {
    color: #fff;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 30px 0 15px;
}
@media only screen and (max-width: 767px) {
    .main .cmn-headline05 {
        margin: 15px 0 5px;
    }
}
.main .cmn-text {
    color: #fff;
    font-size: 14.4px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    .main .cmn-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

.cmn-grid.f-row .cmn-text {
    font-size: 0.95rem;
}
.cmn-grid.f-row .cmn-headline02 {
    font-size: 1.8rem;
}


.main .cmn-floating {
    background: #000;
    box-sizing: border-box;
    margin: 0 10px 10px;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .main .cmn-floating {
        margin: 0 0 10px;
        padding-bottom: 30px;
    }
}
.main .cmn-container {
    box-sizing: border-box;
    color: #0e0e0e;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .main .cmn-container {
        padding: 0 8%;
    }
}
.main .cmn-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.main .cmn-italic {
    font-style: italic;
}
.main .cmn-notes {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9.6px;
    font-size: 0.6rem;
}
.cmn-grid {
    padding: 80px 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .cmn-grid {
        padding: 40px 0;
    }
}
.cmn-grid:after {
    content: "";
    display: table;
    clear: both;
}
.cmn-grid__item:first-child {
    float: left;
    width: 58.75%;
}
@media only screen and (max-width: 767px) {
    .cmn-grid__item:first-child {
        float: none;
        width: 100%;
    }
}
.cmn-grid__item:last-child {
    float: right;
    width: 38.125%;
}
@media only screen and (max-width: 767px) {
    .cmn-grid__item:last-child {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
}
.cmn-grid--rev .cmn-grid__item:first-child {
    float: right;
}
@media only screen and (max-width: 767px) {
    .cmn-grid--rev .cmn-grid__item:first-child {
        float: none;
    }
}
.cmn-grid--rev .cmn-grid__item:last-child {
    float: left;
}
@media only screen and (max-width: 767px) {
    .cmn-grid--rev .cmn-grid__item:last-child {
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .cmn-grid__item .cmn-text {
        margin-bottom: 10px;
    }
}
.cmn-grid__item img {
    width: 100%;
}
.inview {
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
    .inview {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
}
.inview--top {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
@media only screen and (max-width: 767px) {
    .inview--top {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
}
.inview--right {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
@media only screen and (max-width: 767px) {
    .inview--right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
}
.inview--bottom {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.inview--left {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
@media only screen and (max-width: 767px) {
    .inview--left {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
}
.inview.view {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.inview.inviewlate.view {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
@media only screen and (max-width: 767px) {
    .inview.inviewlate.view {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}
.inview.inviewlate--top.view {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
@media only screen and (max-width: 767px) {
    .inview.inviewlate--top.view {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
}
.inview.inviewlate--middle.view {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
@media only screen and (max-width: 767px) {
    .inview.inviewlate--middle.view {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}
.inview.inviewlate--bottom.view {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
@media only screen and (max-width: 767px) {
    .inview.inviewlate--bottom.view {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}
.modal-video-player {
    padding: 0 5%;
}
.movie-youtube {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.movie-youtube img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cmn-modal {
    visibility: hidden;
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 100;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
}
.cmn-modal.is-active {
    visibility: visible;
    opacity: 1;
}
.cmn-modal__item {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.cmn-modal__item .btn-close {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    cursor: pointer;
}
.cmn-modal__item .btn-close:after,
.cmn-modal__item .btn-close:before {
    content: "";
    width: 56px;
    height: 1px;
    margin-left: -28px;
    background-color: #fff;
    position: absolute;
    left: 50%;
}
.cmn-modal__item .btn-close:before {
    margin-top: -1px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cmn-modal__item .btn-close:after {
    margin-bottom: -1px;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-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 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    text-indent: 0.4em;
}
.icon-play:before {
    content: "\e60a";
    font-family: glyphicon;
    font-size: 1.5em;
    line-height: 74px;
}
.icon-play:hover {
    opacity: 0.75;
}
#hero {
    background-color: #000;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-image: url(https://static.roland.com/products/rc_galaxias/images/galaxias_hero_poster.jpg);
    background-position: center;
    height: 850px;
}
#hero img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#heroMovie {
    display: block;
}
#zenology_logo {
    position: absolute;
    width: 100%;
    max-width: 700px;
    padding: 0 5%;
    box-sizing: border-box;
    top: 40%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
}
.wave_form_img {
    display: none;
    width: 100%;
}
.wave_form_vid {
    display: block;
    width: 100%;
}
.zen-core-lrg {
    display: block;
    width: 100%;
}
.zen-core-mob {
    display: none;
    width: 100%;
}
.sounds_tile_lrg {
    display: block;
    width: 100%;
}
.sounds_tile_sml {
    display: none;
    width: 100%;
}
.zen_diagram_lrg {
    display: block;
    width: 100%;
}
.zen_diagram_sml {
    display: none;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #hero {
        background: #000 url(//static.roland.com/products/rc_galaxias/images/galaxias_hero_mob.jpg) center center no-repeat;
        background-size: cover;
        height: auto;
        padding: 25px 0 10px;
    }
    #heroMovie {
        display: none;
    }
    .wave_form_img {
        display: block;
    }
    .wave_form_vid {
        display: none;
    }
    .zen-core-lrg {
        display: none;
    }
    .zen-core-mob {
        display: block;
        width: 100%;
    }
    .sounds_tile_lrg {
        display: none;
    }
    .sounds_tile_sml {
        display: block;
    }
    .zen_diagram_lrg {
        display: none;
    }
    .zen_diagram_sml {
        display: block;
    }
}
#hero .hero-movie {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
    height: 108%;
}
#hero .hero-container {
    box-sizing: border-box;
    padding: 105px 20px;
    position: relative;
    max-width: 876px;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #hero .hero-container {
        padding: 33px 20px 35px;
        min-height: 805.640625px;
    }
}
#hero .ttl {
    position: absolute;
    top:50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    width: 100%;
    padding: 0 5%;
}
#hero .col-prod-desc {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 7%;
  box-sizing: border-box;
  z-index: 2;
}
#hero .galaxias-desc {
  color: #fff;
  text-transform: none;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
#hero .hero-gradient-overlay {
  background: rgba(0,0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
    #hero .ttl {
        position: absolute;
        text-align: center;
        box-sizing: border-box;
        bottom: 29%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    #hero .col-prod-desc {
      bottom: 5%;
      top: unset;
    }
    #hero .galaxias-desc {
      font-size: 1.3rem;
    }
}
.galaxias-logo {
  display: inline-block;
  width: 80%;
  max-width: 500px;
  height: auto;
  color: rgba(255,255,255,0);
  margin-bottom: 0px;
  font-size: 3rem;
  background-image: url(https://static.roland.com/products/rc_galaxias/images/galaxians_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  min-height: 350px;
  transform: translateY(-50%);
}
#hero .ttl h1 {
    color: #fff;
    margin: 0;
    font-size: 64px;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 0.7;
}
#hero .ttl .ttl-logo {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 5rem;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    #hero .ttl {
        top: 54%;
        bottom: unset;
    }
    #hero .ttl h1 {
      line-height: .8;
      font-size: 1.4rem;
      font-weight: 300;
    }
    #hero .ttl .ttl-logo {
      font-weight: 700;
      text-align: center;
      font-size: 3.4rem;
      color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #hero .ttl {
      position: absolute;
      text-align: center;
      box-sizing: border-box;
      top: 54%;
      transform: translate(-50%, -50%);
      text-align: center;
      bottom: unset;
    }
    #hero .ttl h1 {
      line-height: 1.15;
      font-size: 1.3rem;
      font-weight: 300;
    }
    #hero .ttl .ttl-logo {
      font-weight: 700;
      text-align: center;
      font-size: 2.8rem;
      color: #fff;
      margin-bottom: -30px;
    }
}
#hero .ttl h1.view {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
#hero .ttl h1.inviewlate {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#hero .ttl h1 span {
    color: #888;
    display: block;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    #hero .ttl h1 span {
        font-size: 1rem;
        margin-top: 5px;
        text-align: center;
    }
}
.introduction {
    background: #fff;
    padding: 160px 0 120px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .introduction {
        padding: 80px 0 60px;
        min-height: inherit;
        height: auto;
    }
}
.introduction .cmn-container {
    display: table;
    height: 100%;
}
.introduction-inner {
    display: table-cell;
    vertical-align: middle;
}
.introduction .cmn-headline02 {
    text-align: center;
    color: #1a1a1a;
    text-transform: uppercase;
}
.introduction .cmn-text {
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
    .introduction .cmn-text {
        margin-bottom: 35px;
    }
}
.introduction .introduction-video {
    position: relative;
    padding: 80px 0 0;
}
.introduction .introduction-video__link {
    display: block;
}
.introduction .introduction-video__link:hover .movie-youtube img {
    opacity: 0.75;
}
.introduction .introduction-video-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.introduction .introduction-video-text__lead {
    color: #fff;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
}
.introduction .introduction-video-text__title {
    color: #fff;
    font-size: 1, 96px;
    font-size: 1, 6rem;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
    text-transform: none;
}
.introduction .introduction-video-text__play {
    color: #0096ff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}
.contents-body {
    background: #fff;
    position: relative;
    padding-top: 10px;
}
.first {
    padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
    .first {
        padding-bottom: 0px;
    }
}
.products {
    background: #000;
    height: 750px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .products {
        height: auto;
    }
}
.products .swiper-container {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .products .swiper-container {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .products .swiper-slide {
        padding-top: 61.25%;
    }
}
.products .swiper-slide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 900px;
}
@media only screen and (max-width: 767px) {
    .products .swiper-slide img {
        width: 60%;
    }
}
.products .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .products .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}
.products .swiper-pagination-bullet-active {
    background: #00ac21;
}
.products .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.products .swiper-container-horizontal > .swiper-pagination-bullets,
.products .swiper-pagination-custom,
.products .swiper-pagination-fraction {
    bottom: 31px;
}
@media only screen and (max-width: 767px) {
    .products .swiper-container-horizontal > .swiper-pagination-bullets,
    .products .swiper-pagination-custom,
    .products .swiper-pagination-fraction {
        bottom: 5px;
        line-height: 1;
    }
}
.products .swiper-button-next,
.products .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #000;
    margin-top: -22.5px;
}
.products .swiper-button-prev {
    left: 0;
}
.products .swiper-button-next {
    right: 0;
}
@media print, only screen and (min-width: 768px) {
    .products .products-slider01 img,
    .products .products-slider02 img,
    .products .products-slider03 img {
        width: 700px;
    }
}
.banner {
    position: relative;
    z-index: 10;
}
.round-button-arrow {
    margin-top: 1.5em;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
}
.round-button-arrow::after {
    content: "";
    background: url(https://static.roland.com/products/mc-101/images/arrow-right.svg) no-repeat center;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 10px;
    vertical-align: middle;
    width: 16px;
}
.btn_cta {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
    padding: 5px 35px;
    background-color: #ff5a00;
    border: solid #ff5a00 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
#model-expansion-container {
    background-image: url(https://static.roland.com/products/zenology/images/zenology_08_wide.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 80vh;
    overflow: hidden;
}
#model-expansion-mob {
    display: none;
}
@media screen and (max-width: 767px) {
    #model-expansion-container {
        display: none;
    }
    #model-expansion-mob {
        display: block;
    }
}
#model-expansion-container .cmn-grid.cmn-grid--rev {
    height: 80vh;
    padding: 0;
}
#model-expansion-container .cmn-grid__item.inview.inview--right {
    height: 100%;
}
#model-expansion-container .cmn-grid__item.inview.inview--right img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22%;
}
#model-expansion-container .cmn-grid__item.inview.inviewlate.inview--left {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#model-expansion-mob img {
    position: absolute;
    left: 10%;
}
#model-expansion-mob .cmn-headline02 {
    padding-top: calc(100% - 50px);
}
.standard-features {
    cursor: pointer;
    margin-top: 0;
    transition: 0.5s;
}
.standard-features p {
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    border: 2px #1a1a1a solid;
    border-radius: 25px;
    padding: 5px 15px;
    margin-top: 0;
    transition: 0.5s;
    max-width: 180px;
    margin: 0 auto 30px auto;
}
.standard-features p:hover {
    color: #000;
    background-color: #fff;
}
.introduction .introduction-list {
    display: none;
    background: #ffffff;
    border: 1px solid #414141;
    padding: 40px;
}
.introduction .introduction-item {
    box-sizing: border-box;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.55556;
    vertical-align: top;
    width: 100%;
    position: relative;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}
.introduction .introduction-item span {
    letter-spacing: 0.02em;
    display: block;
    padding: 0 40px 0 13px;
    position: relative;
}
.introduction .introduction-item:nth-child(odd) {
    float: left;
}
.introduction .introduction-item:nth-child(even) {
    float: right;
}
.introduction .introduction-list:after {
    content: "";
    display: block;
    clear: both;
}
.introduction .introduction-item span:before {
    background: #1a1a1a;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 12px;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .introduction .introduction-item {
        font-size: 0.8rem;
        width: 100%;
    }
    .introduction .introduction-item span {
        padding: 0 0 0 13px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 13px;
    }
    .introduction .introduction-list {
        padding: 20px;
    }
    .introduction .introduction-item:nth-child(odd) {
        float: none;
    }
    .introduction .introduction-item:nth-child(even) {
        float: none;
    }
}
.full-width-img {
    width: 100%;
}
#go-deep {
    max-width: 850px;
    margin: 0 auto;
}
#go-deep .cmn-headline02,
#go-deep .cmn-text {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #go-deep .cmn-headline02,
    #go-deep .cmn-text {
        text-align: left;
    }
}
.f-row {
    display: flex;
    align-items: center;
}
.f-row-rev {
    flex-direction: row-reverse;
}
.f-row-nrm > div:nth-child(1) {
    padding-left: 0;
    padding-right: 3.125%;
}
.f-row-rev > div:nth-child(1) {
    padding-left: 3.125%;
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
    .f-row {
        display: block;
    }
    .f-row-nrm > div:nth-child(1),
    .f-row-rev > div:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
}
.info-section {
    background: #000;
    padding: 160px 0 120px;
    position: relative;
}
#filter-freaks {
    background-color: #2f3e48;
    text-align: center;
    color: #fff;
}
#filter-freaks img {
    padding-bottom: 60px;
}
#chorus-overview {
    background-color: #2f3e48;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}
.chorus-hero-img {
    margin-bottom: 80px;
}
#join-rc {
    background-color: #fff;
}
#join-rc .cmn-headline02,
#join-rc .cmn-text {
  color:#070707;
}
#juno-formula .cmn-headline02,
#juno-formula .cmn-text,
#massive-sound .cmn-headline02,
#massive-sound .cmn-text,
#tones-overview .cmn-headline02,
#tones-overview .cmn-text {
    color: #1c1c1c;
}
#massive-sound {
    max-width: 1600px;
    padding: 0;
    background-color: #fff;
    /* background-image: url(https://static.roland.com/products/rc_jd-800/images/blue_wave.png);
    background-repeat: no-repeat;
    background-position: left center; */
}
#massive-sound .cmn-grid.f-row {
  padding-top: 0;
  padding-bottom: 0;
}
#massive-sound .cmn-grid__item:first-child {
    width: 50%;
    padding: 3% 0;
}
#massive-sound .cmn-grid__item:last-child {
  padding-right: 5%;
}
#massive-sound .cmn-grid__item.item_expand {
    margin-right: -20px;
    padding-left: 0;
    text-align: right;
}
#massive-sound .cmn-grid__item.item_expand img {
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
    .info-section {
        padding: 80px 0 60px;
        min-height: inherit;
        height: auto;
    }
    #genuine-sound .expand_text,
    #juno-formula .expand_text,
    #massive-sound .expand_text {
        padding: 40px 8%;
        box-sizing: border-box;
    }
    #massive-sound {
      background-position-y: center;
      background-size: 100%;
    }
    #massive-sound .cmn-grid__item:first-child {
        width: 100%;
        padding-top: 80px;
    }
}
.info-section .cmn-container {
    display: table;
    height: 100%;
}
.info-inner {
    display: table-cell;
    vertical-align: middle;
}
.info-section .cmn-headline02 {
    text-align: center;
}
.info-section .cmn-text {
    margin-bottom: 70px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .info-section .cmn-text {
        margin-bottom: 35px;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @media {
        #analog-goodness .cmn-container {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transform: translateX(0);
        }
    }
}


#vintage-digital {
  background: #fff;
  background-image: url(https://static.roland.com/products/rc_tr-707/images/707_section_3_circuit.jpg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
  background-size: 60%;
}
#vintage-digital .cmn-inner.orange-inner {
  background-color:#ff9d02;
}
#vintage-digital .cmn-inner.black-inner {
  background-color:#000;
}
#vintage-digital .vintage-digital-text-container {
  padding: 15% 7%;
}
#vintage-digital .cmn-text {
  margin-bottom:0px;
  color:#fff;
}
@media only screen and (max-width: 767px) {
  #vintage-digital {
    background-size: 100%;
  }
}



#so-special {
  padding: 0 0 0;
  background-color: #fff;
}
#so-special .cmn-container {
  top: 10%;
  padding: 5% 5%;
  max-width: 550px;
  position: absolute;
  z-index: 1;
  left: 25%;
  transform: translateX(-50%);
  background-color: #fff;
  display: block;
  height: auto;
}
#so-special .introduction-inner {
  display: block;
}
#so-special .cmn-headline02,
#so-special .cmn-text {
  color: #1a1a1a;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #so-special {
    padding: 0 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  #so-special .cmn-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #so-special .introduction-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.spotify-intro {
  background-color: #1a1a1a;
  box-sizing: border-box;
  padding: 5% 5% 0;
}
.spotify-intro h3 {
  margin: 0 auto;
  color:#fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spotify-intro {
    padding: 10% 5% 0;
  }
}

.super-instrument-hero {
  position: relative;
  padding: 7% 7% 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.sky-limit-hero {
  position: relative;
  padding: 7% 30% 0 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sky-limit-hero {
      padding: 7% 7% 0;
  }
}

#authentic-sound {
  background-color: #ccdfe5;
}
#authentic-sound .sc-grid {
  box-sizing: border-box;
  padding:6%;
}
#authentic-sound .cmn-headline02,
#authentic-sound .cmn-text {
  color:#070707;
}
@media only screen and (max-width: 767px) {
  #authentic-sound .sc-grid {
    padding: 6% 0;
  }
  #authentic-sound .cmn-headline02,
  #authentic-sound .cmn-text,
  #massive-sound .cmn-headline02,
  #massive-sound .cmn-text  {
    text-align:center;
  }
}
#special-effects {
  background-color:#005d77;
}
#special-effects .full-width-img.blue-footer {
  position:absolute;
  bottom:0;
}
#special-effects .cmn-headline02,
#special-effects .cmn-text {
  color:#fff;
}

#super-instrument {
  background-color:#fff;
  padding-bottom: 60px;
}
#super-instrument .cmn-container {

}
#super-instrument .full-width-img.waveform {
  position: absolute;
  bottom: 0;
}
#super-instrument .full-width-img {
  z-index: 0;
}
#super-instrument .full-width-img.waveform {
  position: absolute;
  bottom: 0;
  z-index:0;
}
#super-instrument .cmn-headline02,
#super-instrument .cmn-text {
  color:#1a1a1a;
}
#super-instrument .full-experience-text-container {
  text-align: center;
}
#super-instrument .acb-logo {
  max-width: 250px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .super-instrument-hero {
      padding: 60px 7% 0;
  }
  #super-instrument {
    padding: 60px 0 20px;
  }
}

#sky-limit {
  background-color:#fff;
  padding-bottom: 100px;
  padding-top: 80px;
}
#sky-limit .cmn-container {
  padding: 0 7%;
}
#sky-limit .full-width-img.waveform {
  position: absolute;
  bottom: 0;
}
#sky-limit .full-width-img {
  z-index: 0;
}
#sky-limit .full-width-img.waveform {
  position: absolute;
  bottom: 0;
  z-index:0;
}
#sky-limit .cmn-headline02,
#sky-limit .cmn-text {
  color:#1a1a1a;
  text-align: left;
  padding-left: 20%;
}
#sky-limit .full-experience-text-container {
  text-align: center;
}
#sky-limit .acb-logo {
  max-width: 250px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #sky-limit .cmn-headline02,
  #sky-limit .cmn-text {
    text-align: center;
    padding: 0;
  }
}

#supersonic-compuphonic {
  background-color: #323d48;
}
#supersonic-compuphonic .cmn-headline02,
#supersonic-compuphonic .cmn-text {
  color: #fff;
}
#supersonic-compuphonic .cmn-grid__item:first-child {
    float: left;
    width: 58.75%;
    padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  #supersonic-compuphonic .cmn-grid__item:first-child {
      float: none;
      width: 100%;
      margin: 0 auto;
      justify-content: center;
      padding: 5% 0 5%;
  }
}
.jp-color-bar {
  display: block;
  width: 100%;
  margin:0 auto;
}

.compare-slider {
  max-width: 1200px;
  margin: 7% auto;
}
#modern-instrument {
  padding-top:0px;
}
#modern-instrument .full-width-img {
  z-index: -1;
  margin-bottom: 120px;
}
#m_pnlPreviewInfo {
  display:none;
}
.introduction .introduction-video {
    position: relative;
    padding: 40px 0 0;
}
#parallax_hero {
  height: 800px;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
#parallax_hero .layer {
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 0;
  }
  #parallax_hero, .layer {
    min-height: 800px;
    margin-bottom: -1px;
  }
  #parallax_hero .layer-1 {
    background-image: url('https://static.roland.com/products/rc_jd-800/images/waveforms_1.png');
  }
 #parallax_hero .layer-2 {
    background-image: url('https://static.roland.com/products/rc_jd-800/images/waveforms_2.png');
  }
  #parallax_hero .layer-3 {
    background-image: url('https://static.roland.com/products/rc_jd-800/images/waveforms_3.png');
  }
  #parallax_hero .layer-4 {
    background-image: url('https://static.roland.com/products/rc_jd-800/images/waveforms_4.png');
  }
  @media only screen and (max-width: 767px) {
    #parallax_hero {
      display: none;
    }
  }
    #programmable-preset .waveform {
      display:none;
    }
    #programmable-preset .cmn-container {
        z-index: 1;
    }
    @media only screen and (max-width: 767px) {
      #parallax_hero {
        display: none;
      }
      #programmable-preset .waveform {
        display:block;
      }
      #programmable-preset .cmn-container {
          margin-bottom: 0;
      }
    }

.acb-img-wrapper {
  position: relative;
}
.lalaland-info {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 30px;
}
.lalaland-info a {
  color: #fff;
}
.compuphonic-text-logo {
  background-image: url(https://static.roland.com/products/rc_jupiter-4/images/compuphonic_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  height: auto;
  color: rgba(255,255,255,0);
  margin-bottom: 0px;
  margin-right: 2px;
}
  #article-repeater .articles section {
      min-height: 220px;
  }
  .main .features-column-title {
      font-size: 35px;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.28571429;
      letter-spacing: 0;
      text-align: center;
      text-transform: none;
      color: #000;
      margin: -0.25714286em 0 .91428571em;
  }
  @media screen and (max-width: 767px) {
    .main .features-column-title {
        font-size: 1.25rem;
    }
  }
  .features-column {
      margin: 0 auto;
      width: 100%;
      max-width: 1280px;
      padding: 0 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .features-column {
        padding-top: 80px;
        padding: 0 15px;
    }
  }
#acb-jx {
  background: #fff;
  padding: 120px 0 120px;
  background-image: url(https://static.roland.com/products/rc_jx-3p/images/circuit_background.jpg);
  background-position: center;
  background-size: cover;
  margin: 0px auto 0;
}
#acb-jx .cmn-container {
  max-width: 800px;
  margin: 120px auto;
}
#acb-jx .introduction-inner {
  padding: 7%;
  background-color: #454849;
  color: #fff;
  box-sizing: border-box;
  max-width: 800px;
}
#acb-jx .cmn-headline02,
#acb-jx .cmn-text  {
  color: #fff;
}
#acb-jx .circuit-diagram {
  padding: 7%;
  max-width: 1600px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-around;
  background-image: url(https://static.roland.com/products/rc_jx-3p/images/circuit_background.jpg);
  background-position: center;
  background-size: cover;
  min-height: 900px;
  box-sizing: border-box;
}
#acb-jx .circuit-diagram img {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #acb-jx .circuit-diagram {
    flex-direction: column;
    justify-content: space-evenly;
  }
  #acb-jx .circuit-diagram img {
    width: 100%;
    max-width: 300px;
  }
}
#acb-jx .acb-logo-white {
  margin: 0 auto 40px;
  width: 80%;
  display: block;
  max-width: 365px;
}
#acb-jx .acb-circle {
  margin: 40px auto 40px;
  width: 100%;
  display: block;
}
#acb-jx .cmn-text {
  max-width: 600px;
    margin: 0 auto;
}
.jx-soundcloud {
  background-color:#b2b2b2;
  padding: 0 5%;
  background-image:url('https://static.roland.com/products/rc_jx-3p/images/sc_background.jpg');
  background-size: contain;
}
#modern-features {
  background-color: #000;
}
#modern-features .cmn-headline02,
#modern-features .cmn-text {
  color: #fff;
}
#whole-story {
  background-image: url(https://static.roland.com/products/rc_jupiter-4/images/jupiter-4_planet_bg.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}

#splits-layers {
  background-color: #fff;
  padding:0;
  max-width:100%;
  margin-bottom: 80px;
}
#splits-layers .f-row {
  gap: 8%;
}

#splits-layers .cmn-headline02,
#splits-layers .cmn-text {
  color:#1a1a1a;
}

@media screen and (max-width: 767px) {
  #splits-layers {
    margin-bottom: 0px;
  }
  div#splits-layers .expand_text {
    padding: 10% 7%;
    box-sizing: border-box;
  }
}




.sc-embed-container {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .sc-embed-container {
    padding: 0 5%;
  }
}

.introduction .overview-ui-img {
  margin-bottom: 80px;
}
#voyage {
  background-image: url(https://static.roland.com/products/rc_galaxias/images/galaxias_voyage_hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10% 7% 7%;
}
#voyage .ui-image {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 80px;
  margin: 10% auto 20%;
  display: block;
}


#full-control {
  background-color:#20252c;
  max-width:100%;
  padding: 0 !important;
}
#full-control .cmn-headline02,
#full-control .cmn-text {
  color:#fff;
}

#galaxias-experience .cmn-headline02,
 #galaxias-experience .cmn-text {
  color:#1a1a1a;
}
#full-control .f-row,
#galaxias-experience .f-row {
  gap: 5%;
}

@media screen and (max-width: 767px) {

  #full-control .cmn-container {
    padding: 0;
  }
  #full-control {
    padding: 40px !important;
  }
  div#galaxias-experience {
      padding-top: 40px;
  }
}

#full-control .f-row {
  padding: 7%;
  box-sizing: border-box;
}

#burst-of-inspiration {
  background-color:#fff;
  max-width:100%;
  padding: 0 !important;
}
#burst-of-inspiration .cmn-headline02,
 #burst-of-inspiration .cmn-text {
  color:#1a1a1a;
}

#burst-of-inspiration .f-row {
  gap: 5%;
}

#burst-of-inspiration .f-row {
  padding: 7%;
  box-sizing: border-box;
}
.animated-controls {
    background-color: #20252c;
    padding: 0 12%;
}
@media screen and (max-width: 767px) {
  .animated-controls {
      padding: 0;
  }
}

.effectively-awesome-hero {
  background: #fff;
  padding: 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .effectively-awesome-hero {
    padding: 10% 3% 0;
  }
  #effectively-awesome .browse-screen {
    max-width: 400px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #burst-of-inspiration .f-row {
    padding: 12% 7%;
  }
}
#effectively-awesome {
  background: #ffffff;
  padding: 160px 0 120px;
  background-image: url(https://static.roland.com/products/rc_galaxias/images/effectively_awesome_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#effectively-awesome .cmn-headline02,
#effectively-awesome .cmn-text  {
  color: #1a1a1a;
}
#effectively-awesome .browse-screen {
  margin: 0 auto 120px;
  width: 100%;
  display: block;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #effectively-awesome {
    padding: 120px 0 60px;
  }
}

#whole-story .story-buttons {
  width: 100%;
  max-width: 380px;
  margin: 3rem auto;
  display: block;
}
#whole-story .btn_cta {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #whole-story,
  #rc-join-today {
    background-size: 200% !important;
  }
}
#eight-voice-jp {
  background-color: #fff;
}
#eight-voice-jp .cmn-headline02,
#eight-voice-jp .cmn-text {
  color: #1a1a1a;
}
#rc-join-today {
  background-image: url(https://static.roland.com/products/rc_jupiter-4/images/jupiter-4_planet_bg.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}
#rc-join-today .story-buttons {
  width: 100%;
  max-width: 380px;
  margin: 2rem auto;
  display: block;
}

  .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
  }
  .col .c-text {
    padding: 8% 5%;
    max-width: 600px;
  }
  .col .c-text.tight {
    padding: 0 5% 8%;
  }
  .col .c-text.caption {
    padding: 20px 7%;
  }
  .col .avp-quote {
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .col.col-f-s {
    justify-content: flex-start;
  }
  .col.col-f-e {
    justify-content: flex-end;
  }
  .col.col-s-b {
    justify-content: space-between;
  }
  .col.col-s-e {
    justify-content: space-evenly;
  }
  .col img {
    width: 100%;
    padding: 0;
    align-self: center;
  }
  .col .col-pad-img {
    padding: 8%;
    max-width: 680px !important;
  }
  .col .col-no-pad {
    padding: 0;
    max-width: 680px !important;
  }
  .col.pad-img {
      padding: 5%;
  }
  .col.pad-img-nl {
      padding: 5% 5% 5% 0;
  }
  .col.pad-img-nr {
    padding: 5% 0 5% 5%;
  }
  .col .col-pad-img-nl {
    padding: 8% 8% 8% 0;
  }
  .col .col-pad-img-nr {
    padding: 8% 0 8% 8%;
  }
  .col .headline-p-desc {
    font-weight: 400;
  }

  .circular-img {
    border-radius: 50%;
  }
  .legendary-instruments-hero {
    position: relative;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #legendary-instruments {
    background-color:#464646;
    padding-bottom: 60px;
  }
  #legendary-instruments .cmn-container {

  }
  #legendary-instruments .full-width-img.waveform {
    position: absolute;
    bottom: 0;
  }
  #legendary-instruments .full-width-img {
    z-index: 0;
  }
  #legendary-instruments .full-width-img.waveform {
    position: absolute;
    bottom: 0;
    z-index:0;
  }
  #legendary-instruments .cmn-headline02,
  #legendary-instruments .cmn-text {
    color:#fff;
  }
  #legendary-instruments .full-experience-text-container {
    text-align: center;
  }
  #legendary-instruments .acb-logo {
    max-width: 250px;
    margin-bottom: 80px;
  }
