/*== swiper =========================================================================*/
/**
* Swiper 4.2.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: March 16, 2018
*/
.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;
    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;
    -o-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;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-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;
    -o-transition-property: transform, height;
    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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.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: .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: .3s opacity;
    -o-transition: .3s opacity;
    transition: .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: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    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: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .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: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .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 {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.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%;
    -o-object-fit: contain;
    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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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: .6;
    -webkit-filter: blur(50px);
    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;
}

.swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#about a,
#about button {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#about a:hover,
#about button:hover {
    opacity: 0.6;
}

#about .cf:before,
#about .cf:after {
    content: "";
    display: table;
}

#about .cf:after {
    clear: both;
}

#about .cf {
    *zoom: 1;
}

#about button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

#about .next-contents-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

#about .next-contents-btn a>img {
    width: 65%;
    height: auto;
}

#about.about-archives .next-contents-btn a>img,
#about.about-interview.about-interview2 .next-contents-btn a>img {
    width: 55%;
    height: auto;
}

@media all and (min-width: 641px) {
    #main-contents.about-main-contents {
        max-width: 100%;
        min-width: 960px;
    }

    #main-contents.about-main-contents .next-contents-btn {
        position: relative;
        width: 400px;
        margin: 150px auto 0;
        border: #ccc solid 1px;
    }

    #main-contents.about-main-contents .next-contents-btn a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 7px;
        height: 10px;
        margin: -5px 30px 0 0;
        background: url(../images/about/next-contents-btn_arrow_pc.png) 0 0 no-repeat;
        background-size: 100% auto;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
    }

    #main-contents.about-main-contents .next-contents-btn:hover a:after {
        margin-right: 25px;
    }

    #main-contents img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #main-contents .spElm {
        display: none;
    }
}

@media all and (max-width: 640px) {
    #main-contents.about-main-contents .next-contents-btn {
        position: relative;
        width: 100%;
        margin: 16.667% auto 0;
        border: #333 solid 1px;
    }

    #main-contents.about-main-contents .next-contents-btn a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1.333%;
        height: 100%;
        margin-right: 5%;
        background: url(../images/about/next-contents-btn_arrow_sp.png) 0 50% no-repeat;
        background-size: 100% auto;
    }

    #main-contents img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #main-contents .pcElm {
        display: none;
    }
}

@media all and (min-width: 641px) {
    #about.about-top #section-wrap {
        padding: 120px 0 70px;
    }

    #about.about-top .section-title h1 {
        position: relative;
        width: 262px;
        margin: 0 auto;
    }

    #about.about-top .section-title h1:before,
    #about.about-top .section-title h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100px;
        height: 1px;
        margin-bottom: 10px;
        background: #333;
    }

    #about.about-top .section-title h1:before {
        left: 0;
        margin-left: -120px;
    }

    #about.about-top .section-title h1:after {
        right: 0;
        margin-right: -120px;
    }

    #about.about-top .section-contents {
        width: 960px;
        margin: 150px auto 0;
    }

    #about.about-top .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    #about.about-top .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #about.about-top .txt {
        float: left;
        width: 50%;
        margin-top: 100px;
        white-space: nowrap;
        font-size: 13px;
        line-height: 2.077;
    }

    #about.about-top .txt>p:nth-of-type(n+2) {
        margin-top: 1.2em;
    }

    #about.about-top .about-menu {
        float: right;
        width: 46.458%;
        margin-top: 100px;
    }

    #about.about-top .about-menu>li:nth-of-type(2),
    #about.about-top .about-menu>li:nth-of-type(3) {
        margin-top: 65px;
    }

    #about.about-top .about-menu>li:nth-of-type(4),
    #about.about-top .about-menu>li:nth-of-type(5) {
        margin-top: 78px;
    }

    #about.about-top .about-menu>li img {
        display: block;
        width: auto;
        max-width: none;
    }

    #about.about-top .about-menu>li:nth-of-type(2) img,
    #about.about-top .about-menu>li:nth-of-type(3) img {
        height: 50px;
    }

    #about.about-top .about-menu>li:nth-of-type(1) img,
    #about.about-top .about-menu>li:nth-of-type(4) img,
    #about.about-top .about-menu>li:nth-of-type(5) img {
        height: 36px;
    }

    body.en-US #about.about-top .section-title h1 {
        width: 303px;
    }

    body.en-US #about.about-top .section-title h1:before,
    body.en-US #about.about-top .section-title h1:after {
        width: 85px;
    }

    body.en-US #about.about-top .section-title h1:before {
        margin-left: -105px;
    }

    body.en-US #about.about-top .section-title h1:after {
        margin-right: -105px;
    }

    body.en-US #about.about-top .txt {
        font-weight: 300;
        line-height: 1.923;
    }

}

@media all and (max-width: 640px) {
    #about.about-top #section-wrap {
        padding: 15.625% 0;
    }

    #about.about-top .section-title h1 {
        position: relative;
        width: 85.938%;
        margin: 0 auto;
    }

    #about.about-top .section-title h1 img {
        position: relative;
    }

    #about.about-top .section-title h1:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin-bottom: 2.182%;
        background: #333;
    }

    #about.about-top .section-contents {
        width: 87.5%;
        margin: 15.625% auto 0;
    }

    #about.about-top .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    #about.about-top .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #about.about-top .txt {
        margin-top: 17.857%;
        font-size: 11px;
        font-size: 3.438vw;
        line-height: 2;
    }

    #about.about-top .txt>p br {
        display: none;
    }

    #about.about-top .txt>p:nth-of-type(n+2) {
        margin-top: 1.2em;
    }

    #about.about-top .about-menu {
        float: none;
        width: 100%;
        padding: 12.5% 0;
        margin-top: 12.5%;
        border-top: #ddd solid 1px;
        border-bottom: #ddd solid 1px;
    }

    #about.about-top .about-menu>li:nth-of-type(2) {
        margin-top: 11.429%;
    }

    #about.about-top .about-menu>li:nth-of-type(3) {
        margin-top: 9.464%;
    }

    #about.about-top .about-menu>li:nth-of-type(4) {
        margin-top: 13.214%;
    }

    #about.about-top .about-menu>li:nth-of-type(5) {
        margin-top: 13.929%;
    }

    #about.about-top .about-menu>li img {
        display: block;
        width: auto;
        max-width: none;
    }

    #about.about-top .about-menu>li:nth-of-type(2) img,
    #about.about-top .about-menu>li:nth-of-type(3) img {
        height: 44px;
    }

    #about.about-top .about-menu>li:nth-of-type(1) img,
    #about.about-top .about-menu>li:nth-of-type(4) img,
    #about.about-top .about-menu>li:nth-of-type(5) img {
        height: 32px;
    }

    body.en-US #about.about-top .txt {
        font-weight: 300;
        line-height: 1.636;
    }

}

@media all and (min-width: 641px) {
    #about.about-history #section-wrap {
        padding: 120px 0 110px;
    }

    #about.about-history .section-title h1 {
        position: relative;
        width: 237px;
        margin: 0 auto;
    }

    #about.about-history .section-contents {
        width: 960px;
        margin: 150px auto 0;
    }

    #about.about-history .topic-list>dt {
        position: relative;
        margin-top: 60px;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .3em;
        text-align: center;
    }

    #about.about-history .topic-list>dt:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 1px;
        margin: 0 0 -5px -25px;
        background: #ccc;
    }

    #about.about-history .topic-list>dd {
        margin-top: 18px;
        font-size: 13px;
        line-height: 2;
        text-align: center;
    }

    body.en-US #about.about-history .section-title h1 {
        width: 329.5px;
    }

    body.en-US #about.about-history .topic-list>dd {
        font-weight: 300;
        line-height: 1.846;
    }
}

@media all and (max-width: 640px) {
    #about.about-history #section-wrap {
        padding: 15.625% 0;
    }

    #about.about-history .section-title h1 {
        position: relative;
        width: 37.031%;
        margin: 0 auto;
    }

    #about.about-history .section-contents {
        width: 93.75%;
        margin: 15.625% auto 0;
    }

    #about.about-history .topic-list>dt {
        display: inline-block;
        position: relative;
        left: 50%;
        font-size: 10px;
        font-size: 3.125vw;
        letter-spacing: .3em;
        font-weight: 700;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #about.about-history .topic-list>dt:nth-of-type(n+2) {
        margin-top: 13.333%;
    }

    #about.about-history .topic-list>dt:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin-bottom: -13.333%;
        background: #ccc;
    }

    #about.about-history .topic-list>dd {
        margin-top: 5%;
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.7;
        text-align: center;
        white-space: nowrap;
    }

    body.en-US #about.about-history .section-title h1 {
        width: 50.156%;
    }

    body.en-US #about.about-history .topic-list>dd {
        font-weight: 300;
    }
}

@media all and (min-width: 641px) {
    #about.about-interview #section-wrap {
        padding: 120px 0 120px;
    }

    #about.about-interview .section-title h1 {
        position: relative;
        margin: 0 auto;
    }

    #about.about-interview .section-title h1 img {
        position: relative;
    }

    #about.about-interview .section-title h1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        margin-top: 45px;
        background: #333;
    }

    #about.about-interview .section-contents {
        width: 960px;
        margin: 150px auto 0;
    }

    #about.about-interview .lead-txt {
        font-size: 13px;
        line-height: 2.154;
        text-align: center;
    }

    #about.about-interview .cover {
        position: relative;
        left: 50%;
        width: calc(100vw - 100px);
        margin: 50px 0 0 calc(-50vw + 50px);
    }

    #about.about-interview .cover>figcaption {
        margin-top: 8px;
        font-size: 10px;
        text-align: right;
    }

    #about.about-interview .topic,
    #about.about-interview .person {
        width: 600px;
        margin: 48px auto 0;
    }

    #about.about-interview .topic>.heading {
        clear: both;
        margin-bottom: 46px;
        font-size: 14px;
        letter-spacing: .4em;
        font-weight: bold;
        text-align: center;
    }

    #about.about-interview .topic .fig {
        position: relative;
    }

    #about.about-interview .topic .fig.l,
    #about.about-interview .topic .fig.r {
        width: 120px;
        height: 200px;
    }

    #about.about-interview .topic .fig.l>img,
    #about.about-interview .topic .fig.r>img {
        position: absolute;
        max-width: none;
        margin-top: 5px;
    }

    #about.about-interview .topic .fig.l {
        float: left;
        margin: 0 20px 20px 0;
    }

    #about.about-interview .topic .fig.l>img {
        right: 0;
    }

    #about.about-interview .topic .fig.r {
        float: right;
        margin: 0 0 20px 20px;
    }

    #about.about-interview .topic .fig.r>img {
        left: 0;
    }

    #about.about-interview .topic>.txtBlock {
        position: relative;
        font-size: 13px;
        line-height: 2;
        text-indent: 1em;
    }

    #about.about-interview .person>dt {
        margin-top: 20px;
        font-size: 13px;
        font-weight: bold;
    }

    #about.about-interview .person>.txt {
        font-size: 12px;
        line-height: 1.833;
    }

    #about.about-interview1 .section-title h1 {
        width: 420px;
    }

    #about.about-interview1 .topic1 {
        margin-top: 100px;
    }

    #about.about-interview1 .topic1 .fig>img {
        width: 300px;
    }

    #about.about-interview1 .topic2 .fig>img {
        width: 200px;
    }

    #about.about-interview1 .topic3 .fig>img {
        width: 300px;
    }

    #about.about-interview1 .topic4 .fig {
        width: 300px !important;
        height: 320px !important;
    }

    #about.about-interview1 .topic4 .fig>img {
        width: 480px;
    }

    #about.about-interview2 .section-title h1 {
        width: 420px;
    }

    #about.about-interview2 .topic1 {
        margin-top: 50px;
    }

    #about.about-interview2 .topic1 .fig {
        margin-top: 50px;
    }

    #about.about-interview2 .topic1 .fig>img {
        position: relative;
        width: 600px;
    }

    #about.about-interview2 .topic1 .fig>figcaption {
        margin-top: 8px;
        font-size: 10px;
    }

    #about.about-interview2 .topic2 .fig>img {
        width: 300px;
    }

    body.en-US #about.about-interview {
        font-weight: 300;
    }

    body.en-US #about.about-interview .lead-txt {
        font-weight: 500;
        font-size: 14px;
        line-height: 2.143;
    }

    body.en-US #about.about-interview .cover>figcaption {
        font-weight: 500;
    }

    body.en-US #about.about-interview .topic>.heading {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .15em;
    }

    body.en-US #about.about-interview .topic>.txtBlock {
        font-size: 14px;
        line-height: 1.857;
        text-indent: 0;
    }

    body.en-US #about.about-interview .topic>.txtBlock>p {
        margin-top: 2em;
    }

    body.en-US #about.about-interview .person>dt {
        font-weight: 700;
        font-size: 13px;
        font-weight: bold;
    }

    body.en-US #about.about-interview .person>.txt {
        font-size: 13px;
        line-height: 1.692;
    }
}

@media all and (max-width: 640px) {
    #about.about-interview #section-wrap {
        padding: 15.625% 0;
    }

    #about.about-interview .section-title h1 {
        position: relative;
        margin: 0 auto;
    }

    #about.about-interview .section-title h1 img {
        position: relative;
    }

    #about.about-interview .section-title h1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #333;
    }

    #about.about-interview .section-contents {
        width: 93.75%;
        margin: 15.625% auto 0;
    }

    #about.about-interview .lead-txt {
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 2;
        text-align: center;
    }

    #about.about-interview .cover {
        position: relative;
        left: 50%;
        width: 100vw;
        margin: 8.333% 0 0 -50vw;
    }

    #about.about-interview .cover>figcaption {
        padding: 0 3.125%;
        margin-top: 3.125%;
        font-size: 8px;
        font-size: 2.5vw;
        line-height: 1.625;
    }

    #about.about-interview .topic,
    #about.about-interview .person {
        margin: 16.667% auto 0;
    }

    #about.about-interview .topic>.heading {
        clear: both;
        margin-bottom: 16.667%;
        font-size: 10px;
        font-size: 3.125vw;
        letter-spacing: .4em;
        font-weight: bold;
        text-align: center;
    }

    #about.about-interview .topic .fig {
        position: relative;
    }

    #about.about-interview .topic .fig>img {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .4em;
    }

    #about.about-interview .topic .fig.l {
        float: left;
        margin: 0 3.333% 3.333% 0;
    }

    #about.about-interview .topic .fig.r {
        float: right;
        margin: 0 0 3.333% 3.333%;
    }

    #about.about-interview .topic>.txtBlock {
        position: relative;
        font-size: 9px;
        font-size: 2.813vw;
        line-height: 2;
        text-indent: 1em;
    }

    #about.about-interview .person>dt {
        margin-top: 4%;
        font-size: 9px;
        font-size: 2.813vw;
        font-weight: bold;
    }

    #about.about-interview .person>.txt {
        font-size: 8px;
        font-size: 2.5vw;
        line-height: 1.75;
    }

    #about.about-interview1 .section-title h1 {
        width: 88.438%;
    }

    #about.about-interview1 .section-title h1:before {
        margin-top: 8.304%;
    }

    #about.about-interview1 .topic1 .fig {
        width: 50%;
    }

    #about.about-interview1 .topic1 .fig:before {
        content: '';
        display: block;
        padding-top: 66.667%;
    }

    #about.about-interview1 .topic1 .fig>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #about.about-interview1 .topic2 .fig {
        width: 33.333%;
    }

    #about.about-interview1 .topic2 .fig:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    #about.about-interview1 .topic2 .fig>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #about.about-interview1 .topic3 .fig {
        width: 50%;
    }

    #about.about-interview1 .topic3 .fig:before {
        content: '';
        display: block;
        padding-top: 66.667%;
    }

    #about.about-interview1 .topic3 .fig>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #about.about-interview1 .topic4 .fig {
        width: 66.667%;
    }

    #about.about-interview1 .topic4 .fig:before {
        content: '';
        display: block;
        padding-top: 66.5%;
    }

    #about.about-interview1 .topic4 .fig>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #about.about-interview2 .section-title h1 {
        width: 86.406%;
    }

    #about.about-interview2 .section-title h1:before {
        margin-top: 8.499%;
    }

    #about.about-interview2 .topic1 .fig {
        margin-top: 16.667%;
    }

    #about.about-interview2 .topic1 .fig>img {
        position: relative;
    }

    #about.about-interview2 .topic1 .fig>figcaption {
        margin-top: 2.667%;
        font-size: 8px;
        font-size: 2.5vw;
    }

    #about.about-interview2 .topic2 .fig1 {
        width: 50%;
    }

    #about.about-interview2 .topic2 .fig1:before {
        content: '';
        display: block;
        padding-top: 66.667%;
    }

    #about.about-interview2 .topic2 .fig1>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #about.about-interview2 .topic2 .fig2 {
        width: 50%;
    }

    #about.about-interview2 .topic2 .fig2:before {
        content: '';
        display: block;
        padding-top: 66.667%;
    }

    #about.about-interview2 .topic2 .fig2>.inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    body.en-US #about.about-interview {
        font-weight: 300;
    }

    body.en-US #about.about-interview .lead-txt {
        width: 93.333%;
        margin: 0 auto;
        font-weight: 500;
        font-size: 11px;
        font-size: 3.438vw;
        line-height: 1.909;
        text-align: center;
    }

    /* body.en-US #about.about-interview .lead-txt br {
        display: none; } */
    body.en-US #about.about-interview .topic>.heading {
        font-weight: 700;
        line-height: 1.75;
        letter-spacing: .1em;
    }

    body.en-US #about.about-interview .topic>.txtBlock {
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.8;
        text-indent: 0;
    }

    body.en-US #about.about-interview .topic>.txtBlock>p {
        margin-top: 2em;
    }

    body.en-US #about.about-interview .person>dt {
        font-weight: 700;
    }

    body.en-US #about.about-interview .person>.txt {
        font-size: 9px;
        font-size: 2.813vw;
        line-height: 1.556;
    }
}

@media all and (min-width: 641px) {
    #about.about-archives #section-wrap {
        padding: 120px 0 110px;
    }

    #about.about-archives .section-title {
        position: static;
        margin: 0;
    }

    #about.about-archives .section-title h1 {
        width: 330px;
        margin: 0 auto;
    }

    #about.about-archives .section-contents {
        position: relative;
        width: 960px;
        max-width: 93.75%;
        height: auto;
        margin: 150px auto 0;
    }

    #about.about-archives .slides {
        position: relative;
        height: auto;
        overflow: visible;
    }

    #about.about-archives .slides>.swiper-wrapper {
        display: block;
        height: auto;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #about.about-archives .slides>.swiper-wrapper>.swiper-slide {
        width: auto;
        height: auto;
    }

    #about.about-archives .slides .slide {
        position: relative;
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
        overflow: visible;
    }

    #about.about-archives .slides .slide>.slide-inner {
        width: 100% !important;
    }

    #about.about-archives .slides .slide>.slide-inner:before,
    #about.about-archives .slides .slide>.slide-inner:after {
        content: "";
        display: table;
    }

    #about.about-archives .slides .slide>.slide-inner:after {
        clear: both;
    }

    #about.about-archives .slides .slide>.slide-inner {
        *zoom: 1;
    }

    #about.about-archives .slides .slide:nth-of-type(n + 2) {
        margin-top: 8.333%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) {
        font-size: 12px;
        color: #888;
        line-height: 1.5;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item:nth-of-type(1) {
        float: left;
        width: 50%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item:nth-of-type(2) {
        float: right;
        width: 44.615%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item p {
        margin-top: 8px;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item p b {
        display: inline-block;
        margin-bottom: 3px;
        color: #333;
        font-weight: bold;
        white-space: nowrap;
    }

    #about.about-archives .slide-nav {
        display: none;
    }

    #about.about-archives .pagination {
        display: none;
    }

    #about.about-archives .next-contents-btn {
        position: relative;
        right: auto;
        top: auto;
        z-index: auto;
        width: 400px;
        margin: 150px auto 0;
        border: #ccc solid 1px;
    }

    #about.about-archives .next-contents-btn a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 7px;
        height: 10px;
        margin: -5px 30px 0 0;
        background: url(../images/about/next-contents-btn_arrow_pc.png) 0 0 no-repeat;
        background-size: 100% auto;
    }

    #about.about-archives .next-contents-btn:hover a:after {
        margin-right: 25px;
    }
}

@media all and (max-width: 640px) {
    #about.about-archives #section-wrap {
        padding: 15.625% 0;
    }

    #about.about-archives .section-title h1 {
        position: relative;
        width: 76.25%;
        margin: 0 auto;
    }

    #about.about-archives .section-contents {
        width: 93.75%;
        margin: 15.625% auto 0;
    }

    #about.about-archives .slides .slide {
        margin: 0 auto;
    }

    #about.about-archives .slides .slide>.slide-inner:before,
    #about.about-archives .slides .slide>.slide-inner:after {
        content: "";
        display: table;
    }

    #about.about-archives .slides .slide>.slide-inner:after {
        clear: both;
    }

    #about.about-archives .slides .slide>.slide-inner {
        *zoom: 1;
    }

    #about.about-archives .slides .slide:nth-of-type(n+2) {
        margin-top: 8.333%;
    }

    #about.about-archives .slides .slide:nth-of-type(-n+4) {
        width: 66.667%;
    }

    #about.about-archives .slides .slide:nth-of-type(5),
    #about.about-archives .slides .slide:nth-of-type(6),
    #about.about-archives .slides .slide:nth-of-type(7) {
        width: 83.333%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) {
        font-size: 8px;
        font-size: 2.5vw;
        color: #888;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item:nth-of-type(1) {
        float: left;
        width: 43.333%;
        margin-left: 6.667%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item:nth-of-type(2) {
        float: right;
        width: 38.667%;
        margin-right: 6.667%;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item p {
        margin-top: .5em;
        line-height: 1.438;
    }

    #about.about-archives .slides .slide:nth-of-type(8) .item p b {
        display: inline-block;
        margin-bottom: .3em;
        color: #333;
        line-height: 1.563;
        font-weight: bold;
    }

    #about.about-archives .slide-nav {
        display: none;
    }

    #about.about-archives .pagination {
        display: none;
    }
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    99% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    99% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes disableScaleOut {
    0% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes disableScaleOut {
    0% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media all and (min-width: 641px) {
    #about.about-sabae .section-contents {
        position: relative;
        width: 100%;
        height: calc(100vh - 160px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
    }

    #about.about-sabae #section-wrap {
        padding: 120px 0 110px;
    }

    /* #about.about-sabae .scroll-sign {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 10;
        width: 118px;
        height: 118px;
        margin: 0 0 -10px -59px;
        cursor: pointer;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    } */

    /* #about.about-sabae .scroll-sign:hover {
        opacity: 0.6;
    } */

    /* #about.about-sabae .scroll-sign:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 10px;
        height: 7px;
        margin: 8px 0 0 -3.5px;
        background: url(../images/about/sabae/scroll-sign_arrow_pc.png) 0 0 no-repeat;
        background-size: 100% auto;
    } */

    /* #about.about-sabae .scroll-sign .txt {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: -17px;
        font-size: 11px;
        color: #888;
        letter-spacing: .2em;
        text-align: center;
    } */

    /* #about.about-sabae .scroll-sign .circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: #bbb solid 1px;
        border-radius: 50%;
        -webkit-animation-duration: 2.4s;
        animation-duration: 2.4s;
        -webkit-animation-name: scaleOut;
        animation-name: scaleOut;
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    } */

    /* #about.about-sabae .scroll-sign .circle.isStatic {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: disableScaleOut;
        animation-name: disableScaleOut;
        -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    } */

    #about.about-sabae .slides {
        position: relative;
        height: calc(100vh - 200px);
        overflow: hidden;
    }

    #about.about-sabae .slides .slide {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #about.about-sabae .slides .slide>.slide-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #about.about-sabae .slides .slide>.slide-inner:before,
    #about.about-sabae .slides .slide>.slide-inner:after {
        content: "";
        display: table;
    }

    #about.about-sabae .slides .slide>.slide-inner:after {
        clear: both;
    }

    #about.about-sabae .slides .slide>.slide-inner {
        *zoom: 1;
    }

    #about.about-sabae .slides .slide .txtBlock {
        position: absolute;
        top: 50%;
        width: 40%;
        padding: 0 3.846%;
        font-size: 12px;
        line-height: 1.833;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #about.about-sabae .slides .slide .txtBlock>p {
        text-indent: 1em;
    }

    #about.about-sabae .slides .slide .txtBlock .caption {
        padding-top: 18px;
        margin-top: 18px;
        border-top: #ddd solid 1px;
        font-size: 10px;
        color: #888;
        line-height: 1.8;
    }

    #about.about-sabae .slides .slide .fig {
        width: 60%;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n) .txtBlock {
        left: 0;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n) .fig {
        float: right;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n+1) .txtBlock {
        right: 0;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n+1) .fig {
        float: left;
    }

    #about.about-sabae .slides .slide:not(.slide10) .fig {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #about.about-sabae .slides .slide.slide1 .txtBlock {
        width: 100%;
        padding: 0;
    }

    #about.about-sabae .slides .slide.slide1 h1 {
        width: 360px;
        margin: 0 auto;
    }

    #about.about-sabae .slides .slide.slide1 .catch {
        width: 554px;
        margin: 60px auto 0;
    }

    #about.about-sabae .slides .slide.slide1 .lead {
        margin-top: 50px;
        font-size: 12px;
        line-height: 2.167;
        text-align: center;
    }

    #about.about-sabae .slides .slide.slide10>.slide-inner {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #about.about-sabae .slides .slide.slide10 figure {
        float: left;
        display: block;
        width: 30.769%;
        margin-left: 1.538%;
    }

    #about.about-sabae .slides .slide.slide10 figure:nth-of-type(1) {
        margin-left: 2.308%;
    }

    #about.about-sabae .slides .slide.slide10 figure .caption {
        margin-top: 8px;
        font-size: 10px;
        color: #888;
        line-height: 1.8;
    }

    #about.about-sabae .slides .slide.slide11 .fig {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    body.en-US #about.about-sabae {
        font-weight: 300;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock {
        font-size: 11px;
        line-height: 1.727;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock>p {
        text-indent: 0;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock .caption {
        font-size: 11px;
        line-height: 1.455;
    }

    body.en-US #about.about-sabae .slides .slide.slide1 .catch {
        width: 550px;
    }

    body.en-US #about.about-sabae .slides .slide.slide1 .lead {
        font-size: 12px;
        line-height: 2.167;
    }

    body.en-US #about.about-sabae .slides .slide.slide10 figure .caption {
        font-size: 11px;
        line-height: 1.455;
    }
}

@media all and (min-width: 1300px) {
    #about.about-sabae .slides .slide .txtBlock {
        font-size: 13px;
        line-height: 2;
    }

    #about.about-sabae .slides .slide .txtBlock .caption {
        font-size: 10px;
        line-height: 1.8;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock {
        font-size: 13px;
        line-height: 1.846;
    }
}

@media all and (max-width: 640px) {
    #about.about-sabae #section-wrap {
        padding: 15.625% 0;
    }

    #about.about-sabae .section-contents {
        width: 93.75%;
        margin: 0 auto;
    }

    /* #about.about-sabae .scroll-sign {
        display: none;
    } */

    #about.about-sabae .slides .slide {
        position: relative;
    }

    #about.about-sabae .slides .slide:nth-of-type(n+2) {
        margin-top: 16.667%;
    }

    #about.about-sabae .slides .slide .txtBlock {
        margin-top: 6.667%;
        font-size: 9px;
        font-size: 2.813vw;
        line-height: 2;
    }

    #about.about-sabae .slides .slide .txtBlock>p {
        text-indent: 1em;
    }

    #about.about-sabae .slides .slide figure {
        width: 100%;
    }

    #about.about-sabae .slides .slide figure .caption {
        padding-bottom: 6.667%;
        margin-top: 3%;
        border-bottom: #ddd solid 1px;
        font-size: 8px;
        font-size: 2.5vw;
        color: #666;
        line-height: 1.75;
    }

    #about.about-sabae .slides .slide.slide1 h1 {
        width: 79%;
        margin: 0 auto;
    }

    #about.about-sabae .slides .slide.slide1 .catch {
        width: 53.833%;
        margin: 6.667% auto 0;
    }

    #about.about-sabae .slides .slide.slide1 .lead {
        margin-top: 6.667%;
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 2;
        text-align: center;
    }

    #about.about-sabae .slides .slide.slide10 figure:nth-of-type(n+2) {
        margin-top: 8.333%;
    }

    #about.about-sabae .slides .slide.slide10 figure .caption {
        padding-bottom: 0;
        border-bottom: none;
    }

    #about.about-sabae .slides .slide.slide11 {
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
    }

    body.en-US #about.about-sabae {
        font-weight: 300;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock {
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.75;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock>p {
        text-indent: 0;
    }

    body.en-US #about.about-sabae .slides .slide .txtBlock .caption {
        font-size: 9px;
        font-size: 2.813vw;
        line-height: 1.667;
    }

    body.en-US #about.about-sabae .slides .slide.slide1 .catch {
        width: 88.333%;
    }
}

/* Sabae page: static long-page layout override */
#about.about-sabae .scroll-sign {
    display: none;
}

@media all and (min-width: 641px) {
    #about.about-sabae .section-contents {
        height: auto;
        padding-top: 0;
    }

    #about.about-sabae .slides {
        height: auto;
        overflow: visible;
    }

    #about.about-sabae .slides .slide {
        height: auto;
        overflow: visible;
    }

    #about.about-sabae .slides .slide:nth-of-type(n + 2) {
        margin-top: 80px;
    }

    #about.about-sabae .slides .slide>.slide-inner {
        height: auto;
    }

    #about.about-sabae .slides .slide .txtBlock {
        position: absolute;
        top: 40%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 40px;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n) .txtBlock {
        float: left;
    }

    #about.about-sabae .slides .slide:nth-of-type(2n + 1) .txtBlock {
        float: right;
    }

    #about.about-sabae .slides .slide.slide1 .txtBlock,
    #about.about-sabae .slides .slide.slide10 .txtBlock,
    #about.about-sabae .slides .slide.slide11 .txtBlock {
        position: static;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0;
        float: none;
    }

    #about.about-sabae .slides .slide:not(.slide10) .fig {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #about.about-sabae .slides .slide.slide10>.slide-inner {
        position: static;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
