#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: #ff5a00;
}
.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: rgb(244,125,57,1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#productheader {
    background: #272727;
    border-bottom-color: #272727;
}

@media only screen and (max-width:767px) {
  #productheader {
      background: #272727;
      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: #0f0f0f;
    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;
    }
}
.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: #f0f0f0;
    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: #0f0f0f;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    .main .cmn-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}
.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 8%;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .main .cmn-container {
        padding: 0 8%;
    }
}
.main .cmn-inner {
    max-width: 900px;
    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;
    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/sp-404mk2/images/sp-404mk2_hero.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: 805.640625px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #hero .hero-container {
        padding: 33px 20px 35px;
    }
}
#hero .ttl {
    position: absolute;
    bottom: 46%;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    width: 100%;
    padding: 0 5%;
}
@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 .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 {
        bottom: 36%;
    }
    #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;
      bottom: 34.5%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    #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;
}
.introduction .cmn-text {
    margin-bottom: 70px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .introduction .cmn-text {
        margin-bottom: 35px;
    }
}
.introduction .introduction-video {
    position: relative;
    padding: 115px 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: #ff5a00;
}
.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 {
        width: 380px;
    }
    .products .products-slider03 img {
          width: 620px;
    }
}
@media print, only screen and (max-width: 767px) {
    .products .products-slider01 img,
    .products .products-slider02 img {
        width: 30%;
    }
    .products .products-slider03 img {
        width: 50%;
    }
}
#join-rc .app-icon {
  width:40%;
  max-width:200px;
  margin-bottom:30px;
}
.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: 14px;
    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: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    border: 2px #0f0f0f solid;
    background-color: #0f0f0f;
    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: #fff;
    background-color: #ff5a00;
    border: 2px #ff5a00 solid;
}
.introduction .introduction-list {
    display: none;
    background: #121212;
    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: #d1d1d1;
    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: #fff;
    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%;
}
.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: #fff;
    padding: 160px 0 120px;
    position: relative;
}
#join-rc {
    background-color: #444966;
    color: #fff;
}
#join-rc .cmn-headline02,
#join-rc .cmn-text  {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .info-section {
        padding: 80px 0 60px;
        min-height: inherit;
        height: auto;
    }
}
.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;
    }
}
#break-beats {
  background: #f1b7cf;
  max-width: 1600px;
  position: relative;
  overflow: hidden;
}
#break-beats .cmn-headline02 {
  color:#0f0f0f;
  text-align: left;
}
#break-beats .cmn-text {
  margin-bottom:0px;
  color:#0f0f0f;
  text-align: left;
}
#break-beats .cmn-grid {
    padding: 80px 0;
    min-height: 900px;
}
#break-beats img {
    position: absolute;
    width: 50%;
    min-width: 600px;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1299px) {
  #break-beats .cmn-grid {
      min-height: 700px;
    }
}
@media only screen and (max-width: 767px) {
  #break-beats {
    background-size: 100%;
  }
  #break-beats .cmn-grid {
    min-height: 250px;
  }
  #break-beats img {
      position: relative;
      width: 100%;
      min-width: 300px;
  }
}
#break-beats .cmn-grid__item:last-child {
    width: 61.875%;
}
#break-beats .cmn-grid__item:first-child {
    width: 38.125%;
}
@media only screen and (max-width: 767px) {
    #break-beats {
      background-position-y: top;
      background-size: 100%;
    }
    #break-beats .expand_text {
        padding: 40px 0;
        box-sizing: border-box;
    }
    #break-beats .cmn-grid__item:first-child,
    #break-beats .cmn-grid__item:last-child {
      width: 100%;
    }
    #break-beats .cmn-text,
    #break-beats .cmn-headline02 {
      text-align: center;
    }
    #break-beats .cmn-grid {
      padding: 80px 0 0;
    }
    #join-rc .f-row {
      flex-direction: column;
    }
    #join-rc .cmn-grid__item:last-child {
      padding: 60px 0;
      box-sizing: border-box;
      width: 100%;
      text-align: center;
    }
}
#join-rc .f-row {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
}
#join-rc.cmn-container {
    max-width: 1600px;
}
#tuned-sequencing {
  background-color: #252722;
}
#tuned-sequencing .cmn-headline02,
#tuned-sequencing .cmn-text {
  color: #fff;
}
#customize .cmn-grid__item:first-child,
#sound-stash .cmn-grid__item:first-child {
  padding: 0 5%;
}
#sound-stash .cmn-grid__item:first-child {
    width: 45%;
}
#sound-stash .cmn-grid__item:last-child {
    width: 55%;
}
#customize .cmn-grid__item:first-child {
  width: 55%;
  padding: 0;
}
#customize .cmn-grid__item:last-child {
  width: 45%;
  padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  #customize .cmn-grid__item:first-child,
  #sound-stash .cmn-grid__item:first-child {
    padding: 0;
    text-align: center;
  }
  #sound-stash .cmn-grid__item:first-child {
      width: 100%;
  }
  #sound-stash .cmn-grid__item:last-child {
      width: 100%;
  }
  #customize .cmn-grid__item:last-child {
    margin-top: 30px;
    text-align: center;
  }
  #customize .cmn-grid__item:first-child {
    width: 100%;
    padding: 0;
  }
  #customize .cmn-grid__item:last-child {
    width: 100%;
    padding: 0;
  }
}
#sound-stash .photo-credit {
  font-size: 0.75rem;
  font-weight: 400;
}
.ios-connection {
  font-size: 0.7rem;
}
#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: left;
    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;
  }
}

/* added 2021-10-20 by jpsaracio to style legal disclaimer */

span.legal {
  display: block;
  font-size: smaller;
  line-height: 1.6;
  color: #999;
}