.u-ta-l {
    text-align: left !important
}

.u-ta-c {
    text-align: center !important
}

.u-ta-r {
    text-align: right !important
}

@media only screen and (max-width:767px) {
    .u-hide-sp {
        display: none
    }
}

@media print, only screen and (min-width:768px) {
    .u-hide-pc {
        display: none
    }
}

.u-ff-nova {
    font-family: proxima-nova sans-serif
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.rld-loader {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    background-color: #000;
    z-index: 10001
}

.rld-loadstart .rld-loader {
    display: block
}

.rld-loadcomplete .rld-loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.rld-progressbar {
    width: 0;
    height: 5px;
    background-color: #ff5a00;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

/*#productheader {
    background: #000;
    border-bottom-color: #000;
}*/

#features img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

#features video {
	max-width: 100%;
}

.main {
    background: none
}

@media only screen and (max-width:767px) {
    .main {
        background: none;
        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
    }
}

.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: #d1d1d1;
    font-size: 14.4px;
    font-size: .9rem;
    font-weight: 300;
    line-height: 2
}

@media only screen and (max-width:767px) {
    .main .cmn-text {
        font-size: .8rem;
        line-height: 1.4
    }
}

/* added jsparacio 2020-09-29 */
.main .introduction-list {
    max-width: 700px;
    margin: 80px auto 0;
    padding-left: 20px;
    list-style: square;
}

.main .introduction-list li {
    padding: 2px 0;
    color: #d1d1d1;
    font-size: 14.4px;
    font-size: .9rem;
    font-weight: 300;
    line-height: 2
}

@media only screen and (max-width:767px) {
    .main .introduction-list {
        margin-top: 40px;
    }
    .main .introduction-list li {
        font-size: .7rem;
        line-height: 1.4
    }
}

.soundcloud-embed {
    max-width: 800px;
    margin: 80px auto 0;
}

.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: 1100px;
    margin: 0 auto
}

.main .cmn-italic {
    font-style: italic
}

.main .cmn-notes {
    color: rgba(255, 255, 255, .5);
    font-size: 9.6px;
    font-size: .6rem
}

.cmn-grid {
    padding: 40px 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .cmn-grid {
        padding: 20px 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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media only screen and (max-width:767px) {
    .inview {
        -webkit-transition-delay: .15s;
        transition-delay: .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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.inview.inviewlate.view {
    -webkit-transition-delay: .7s;
    transition-delay: .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: .8s;
        transition-delay: .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 .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.movie-youtube img {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .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, .95);
    z-index: 100;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cmn-modal.is-active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.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:before, .cmn-modal__item .btn-close:after {
    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 .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    text-indent: .4em
}

.icon-play:before {
    content: "\e60a";
    font-family: glyphicon;
    font-size: 1.5em;
    line-height: 74px
}

.icon-play:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

/* updated jsparacio 2020-09-29 */
#hero {
    background-color: #000;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #hero {
        background: #000 url(//static.roland.com/products/verselab_mv-1/images/bg_hero.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 1em;
    }
}

#hero img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

#hero .hero-movie {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
}

#hero .hero-container {
    box-sizing: border-box;
    padding: 105px 20px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
	min-height: 805.640625px;
    width: 100%
}

@media only screen and (max-width:767px) {
    #hero .hero-container {
        padding: 33px 20px 35px;
		min-height: 0;
    }
    #hero .hero-movie {
        display: none;
    }
}

#hero .ttl {
    position: absolute;
    bottom: 100px;
    left: 100px
}

@media only screen and (max-width:767px) {
    #hero .ttl {
        margin-bottom: 30px;
        position: static;
        text-align: center
    }
}

#hero .ttl h1 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: normal
}

@media only screen and (max-width:767px) {
    #hero .ttl h1 {
        display: inline-block;
        font-size: 2.9rem
    }
}

#hero .ttl h1.view {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

#hero .ttl h1.inviewlate {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -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: #CCC;
    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: #303136;*/
	background: #222;
    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
}

.introduction .introduction-video__link {
    display: block
}

.introduction .introduction-video__link:hover .movie-youtube img {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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: .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: #303136;*/
	background: #222;
    position: relative;
    padding-top: 10px
}

.first {
    padding-bottom: 120px
}

@media only screen and (max-width:767px) {
    .first {
        padding-bottom: 60px
    }
}

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@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-pagination-fraction, .products .swiper-pagination-custom,
.products .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 31px
}

@media only screen and (max-width:767px) {
    .products .swiper-pagination-fraction, .products .swiper-pagination-custom,
    .products .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px;
        line-height: 1
    }
}

.products .swiper-button-prev, .products .swiper-button-next {
    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/verselab_mv-1/images/arrow-right.svg") no-repeat center;
	display: inline-block;
	height: 100%;
	margin: 0 0 0 10px;
	vertical-align: middle;
	width: 16px
}