@charset 'UTF-8';

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
    background: #FBFBF6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

nav ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

@font-face {
    font-family: 'oggRoman';

    src: url('../font/OggRoman.ttf') format('truetype');
}

@font-face {
    font-family: 'Lausanne';
    src: url('../font/Lausanne-300.otf') format('opentype');
}

@font-face {
    font-family: 'Lausanne-thin';
    src: url('../font/TWKLausanne-200.otf') format('opentype');
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body,
html
{
    height: 100%;
}

html
{
    font-size: 62.5%;

    min-height: 100%;

    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

body
{
    font-family: 'oggRoman', yu-mincho-pr6n, sans-serif, serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6;

    overflow-x: hidden;

    cursor: default;
    letter-spacing: .01em;

    background-color: #FBFBF6;

    -webkit-font-feature-settings: 'pkna';
            font-feature-settings: 'pkna';
    -webkit-text-size-adjust: 100%;
}

body.no-scroll
{
    overflow: hidden;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

a
{
    cursor: pointer;
}

:root {
    --winH: 100vh;
}

.header
{
    position: fixed;
    z-index: 100;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    width: 100%;
    height: 45px;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.header-logo
{
    width: 100px;
    margin-left: 10px;

    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
}

.header-logo__link
{
    display: block;

    -webkit-transition: .2s;
            transition: .2s;

    fill: #333;
}

.header-logo__link:hover
{
    fill: #979797;
}

.header__button
{
    position: absolute;
    top: 0;
    right: 10px;
}

.about
{
    position: absolute;

    display: none;
}

@media screen and (min-width: 1024px)
{
    .header
    {
        height: 100px;
    }
    .header-logo
    {
        width: 190px;
        margin-left: 30px;

        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

.footer
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    height: 60px;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #FBFBF6;
}

.footer__copy
{
    font-family: 'oggRoman';

    color: #333;
}

.footer__copy small
{
    font-size: 12px;
}

@media screen and (min-width: 1025px)
{
    .footer
    {
        height: 180px;
    }
    .footer__copy small
    {
        font-size: 1.7rem;
    }
}

.main
{
    padding-top: 45px;
    background: #FBFBF6;
}

.content
{
    position: relative;

    margin-bottom: 50px;
}

.content:last-of-type
{
    margin-bottom: 0;
}

.content-video
{
    overflow: hidden;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.content-video video
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

@media screen and (min-width: 768px)
{
    .content-video
    {
        padding: 0 75px;
    }
}

@media screen and (min-width: 1025px)
{
    .content-video
    {
        max-width: 1366px;
        padding: 0 100px;
    }
}

.content-half
{
    position: relative;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-bottom: calc( 280 / 375 * 100%);
}

.content-half img
{
    width: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.content-half__left
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-half__right
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-half__small {
    width: 35.5%;
    top: 14.5%;
}
.content-half__small.content-half__right {
    right: 7.25%;
}
.content-half__small.content-half__left {
    left: 7.25%;
}

@media screen and (min-width: 768px)
{
    .content-half
    {
        padding-bottom: calc( 768 / 1024 * 100%);
    }
}

.content-half__left--02:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__right--02:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__left--03:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__right--03:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__left--04:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__right--04:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__left--05:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__right--05:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__left--06:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-half__right--06:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-visiul
{
    position: relative;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-bottom: calc( 280 / 375 * 100%);
}

.content-visiul img
{
    width: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.content-visiul__left
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-visiul__left:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-visiul__left:hover ~ .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-visiul__right
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-visiul__right:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-visiul__right:hover ~ .content__title--box .content__title
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.js-content__ph
{
    font-size: 0;
}

.content__ph--off
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: .4s;
            transition: .4s;
}

.content__ph--on
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: .4s;
            transition: .4s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.content-top
{

    width: 315px;

    height: 432px;

    margin-right: auto;
    margin-left: auto;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-top-small
{

    width: 235px;

    height: 352px;

    margin-right: auto;
    margin-left: auto;

    -webkit-transition: .2s;
            transition: .2s;
}

.content-top.wide {
    width: 100%;
    height: auto;
    padding-top: 75%;
}

.content-top__01:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__02:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__03:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__04:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__05:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__06:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__07:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__08:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__08:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__09:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__10:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__11:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__12:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__13:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__14:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__15:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__16:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-top__17:hover .content__title--box
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content__title--box
{
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transition: .1s opacity;
            transition: .1s opacity;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0!important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.content__title--box.sp
{
    display: block;
}

.content__title--box.pc
{
    display: none;
}

.content__title
{
    font-family: 'Lausanne';
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    font-weight: normal;
    line-height: 1;

    position: relative;

    margin-bottom: 26px;

    text-align: center;
    letter-spacing: .01em;

    color: #fff;
}

.content__title:last-of-type
{
    margin-bottom: 0;
}

.content__title--small
{
    font-family: 'oggRoman';
    font-size: 8px;
    font-size: .8rem;

    display: block;

    margin-top: 10px;
}

@media screen and (min-width: 768px)
{
    .content
    {
        margin-bottom: 115px;
    }
    .content-top
    {
        width: 524px;
        height: 783px;
    }
    .content__title
    {
        font-size: 5.3rem;
        line-height: 1;

        margin-bottom: 50px;

        text-align: center;
    }
    .content__title--small
    {
        font-size: 1.3rem;

        margin-top: 18px;
    }
}

@media screen and (min-width: 1024px)
{
    .main
    {
        padding-top: 100px;
    }
    .content
    {
        margin-bottom: 150px;
    }
    .content-top
    {
        width: 873px;
        height: 1165px;

    }

       .content-top-small
    {
        width: 673px;
        height: 1000px;

    }

    .content__title
    {
        font-size: 7.0rem;
        line-height: 1;

        margin-bottom: 70px;

        text-align: center;
    }
    .content__title--small
    {
        font-size: 1.7rem;

        margin-top: 18px;
    }
}

@media screen and (max-width: 768px)
{
    .sp
    {
        display: block;
    }
    .pc
    {
        display: none !important;
    }

    .content__title--box, .content__ph--on {
        opacity: 0!important;
    }

}

@media screen and (min-width: 1024)
{
    .sp
    {
        display: none !important;
    }
    .pc
    {
        display: block;
    }
}

.js-scroll
{
    -webkit-transition: .8s transform,.4s opacity;
            transition: .8s transform,.4s opacity;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.js-scroll.active
{
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.nav-button
{
    position: absolute;
    top: 0;
    right: 0;

    width: 45px;
    height: 45px;

    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    text-indent: -9999px;

    border: none;
    background: transparent url(../img/common/ico_nav.svg) no-repeat center center;
    background-size: 26px 15px;
}

.nav-button--back
{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    border: none;
    background: transparent url(../img/common/ico_nav_on.svg) no-repeat center center;
    background-size: 21px 21px;
}

.nav
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100%;

    display: block;
    overflow: auto;

    width: 100%;
    max-width: 404px;
    height: 100vh;

    -webkit-transition: .4s ease;
            transition: .4s ease;

    background-color: #fff;
}

.nav.js-up {
    height: -webkit-fill-available;
}

.nav.active
{
    right: 0;
}

.nav__list
{
    position: absolute;
    top: 50%;
    left: 50%;

    overflow: auto;

    width: 100%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.nav__link
{
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;

    display: block;

    padding: 25px 0;

    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;

    color: #333;
}

.nav__link:hover
{
    color: #979797;
}

.nav__item--icon
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.nav__link--facebook
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 9px;
    height: 17px;
    padding: 18px;

    border: none;

    fill: #333;
}

.nav__link--facebook:hover
{
    fill: #979797;
}

.nav__link--insta
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 17px;
    height: 17px;
    padding: 18px;

    border: none;

    fill: #333;
}

.nav__link--insta:hover
{
    fill: #979797;
}

.nav-bg
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;

    background-color: rgba(239, 239, 239, .5);
}

@media screen and (min-width: 1024px)
{
    .nav-button
    {
        display: none;
    }
    .nav-button--back
    {
        display: none;
    }
    .nav
    {
        position: static;
        z-index: 100;
        top: 0;
        left: 0;

        width: auto;
        max-width: none;
        height: auto;

        background-color: transparent;
    }
    .nav__list
    {
        position: absolute;
        top: 55px;
        right: 35px;
        left: auto;

        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        overflow: unset;

        width: auto;

        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .nav__item
    {
        margin-right: 0;

        -webkit-transform: translate(0, 2px);
                transform: translate(0, 2px);
    }
    .nav__item:nth-child(1)
    {
        margin-right: 34px;
    }
    .nav__item:nth-child(2)
    {
        margin-right: 36px;
    }
    .nav__item:nth-child(3)
    {
        margin-right: 36px;
    }
    .nav__item:nth-child(4)
    {
        margin-right: 35px;
    }
    .nav__item:nth-child(5)
    {
        margin-right: 39px;
    }
    .nav__item:last-child
    {
        margin-right: 0;
        margin-top: 3px;
    }
    .nav__link
    {
        font-size: 1.7rem;

        padding: 0;

        -webkit-transition: .2s;
                transition: .2s;
    }
    .nav__link:hover
    {
        color: #979797;
    }
    .nav__item--icon
    {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;

        margin-top: 0;

        -webkit-transform: translate(0, -2px);
                transform: translate(0, -2px);

        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .nav__link--facebook
    {
        width: 9px;
        height: 17px;
        margin-right: 25px;
        padding: 0;
    }
    .nav__link--insta
    {
        width: 17px;
        height: 17px;
        padding: 0;
    }
}

.about
{
    position: fixed;
    z-index: 1100;
    top: 0;
    right: -100%;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s ease;
            transition: .4s ease;

    background-color: #fff;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.about.active
{
    right: 0;
}

.nav-about
{
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;

    width: 45px;
    height: 45px;

    text-indent: -9999px;

    border: none;

    background: transparent url(../img/common/ico_nav_on.svg) no-repeat center center;
    background-size: 27px 21px;
}

.about__content
{
    display: -ms-flexbox;
    display: -webkit-box;

    overflow: auto;

    width: 100%;
    height: 100%;

    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.about__text
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;

    text-align: center;
    letter-spacing: .08em;
    padding: 40px 0 70px;

    color: #333;
}

.about__text--small
{
    font-size: 12px;
    font-size: 1.2rem;

    display: block;

    margin-top: 60px;
}

.about__logo
{
    display: none;
}

@media screen and (min-width: 768px)
{
    .about__content
    {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;

        height: auto;
        margin: 0;
        padding: 50px 0;

        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px)
{
    .about
    {
        max-width: 404px;
        height: 100vh;
        padding: 0;
    }
    .about__text
    {
        font-size: 1.5rem;

        padding-right: 26px;

        text-align: left;
    }
    .about__text--small
    {
        font-size: 1.2rem;

        margin-top: 28px;
    }
    .about__logo
    {
        position: absolute;
        bottom: 36px;
        left: 34px;

        display: block;

        width: 190px;
    }
    .nav-about
    {
        text-indent: -9999px;

        background: transparent url(../img/common/ico_nav_on.svg) no-repeat center center;
        background-size: 21px 21px;
    }
}

.swiper-container
{
    position: relative;

    z-index: 1;

    overflow: hidden;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}

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

.swiper-container-vertical > .swiper-wrapper
{
        flex-direction: column;

    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.swiper-wrapper
{
    position: relative;
    z-index: 1;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 100%;

    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
}

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

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

.swiper-container-free-mode > .swiper-wrapper
{
    margin: 0 auto;

    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-slide
{
    position: relative;

    width: 100%;
    height: 100%;

    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

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

.swiper-container-autoheight .swiper-wrapper
{
    -webkit-transition-property: height, -webkit-transform;
            transition-property: height, -webkit-transform;
            transition-property: transform, height;
            transition-property: transform, height, -webkit-transform;

    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.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;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

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

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

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

.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(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-prev,
.swiper-button-next
{
    position: absolute;
    z-index: 10;
    top: 50%;

    width: 27px;
    height: 44px;
    margin-top: -22px;

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled
{
    cursor: auto;
    pointer-events: none;

    opacity: .35;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next
{
    right: auto;
    left: 10px;

    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');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev
{
    right: 10px;
    left: auto;

    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');
}

.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;
    z-index: 10;

    -webkit-transition: 300ms opacity;
            transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
}

.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
{
    font-size: 0;

    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    position: relative;

    -webkit-transform: scale(.33);
            transform: scale(.33);
}

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

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

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

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

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

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

.swiper-pagination-bullet
{
    display: inline-block;

    width: 8px;
    height: 8px;

    opacity: .2;
    border-radius: 100%;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

button.swiper-pagination-bullet
{
    margin: 0;
    padding: 0;

    border: none;
    -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;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.swiper-container-vertical > .swiper-pagination-bullets
{
    top: 50%;
    right: 10px;

    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    display: block;

    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    top: 50%;

    width: 8px;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.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%);
            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
{
    position: absolute;

    background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;

    background: #007aff;
}

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

.swiper-container-horizontal > .swiper-pagination-progressbar
{
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar
{
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;
}

.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
{
    position: relative;

    border-radius: 10px;
    background: rgba(0, 0, 0, .1);

    -ms-touch-action: none;
}

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

    width: 98%;
    height: 5px;
}

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

    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

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

.swiper-scrollbar-lock
{
    display: none;
}

.swiper-zoom-container
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

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

    -o-object-fit: contain;
       object-fit: contain;
}

.swiper-slide-zoomed
{
    cursor: move;
}

.swiper-lazy-preloader
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    -webkit-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;

    width: 100%;
    height: 100%;

    content: '';

    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-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.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;
    z-index: -1000;
    top: 0;
    left: 0;

    pointer-events: none;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.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
{
    -webkit-transition-property: opacity;
            transition-property: opacity;
    pointer-events: none;
}

.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
{
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide
{
    -webkit-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
{
    visibility: visible;

    pointer-events: auto;
}

.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;
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
    background: #000;

        -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');
    -webkit-filter: blur(50px);
            filter: blur(50px);
}

.swiper-container-flip
{
    overflow: visible;
}

.swiper-container-flip .swiper-slide
{
    z-index: 1;

    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.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;
}

.wrapper
{
    position: relative;

    top: auto;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s linear;
            transition: .4s linear;
}

.wrapper.active
{
    top: 0;
}

#cursor
{
    position: fixed;
    z-index: 999;
    top: -8px;
    left: -15px;
    width: 40px;
    height: 20px;
    -webkit-transition: width .3s, height .3s, top .3s, left .3s;
            transition: width .3s, height .3s, top .3s, left .3s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: none;
    opacity: 0;
    color: #fff;
    text-align: center;
    background: url('../img/common/ico_keyvisiul.svg') no-repeat center center;
    background-size: cover;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.keyvisiul
{
    position: absolute;

    z-index: 998;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    background: #FBFBF6;

    width: 100%;
    height: 100%;

    cursor: none;
    -webkit-transition: .4s linear;
            transition: .4s linear;
    -webkit-transform-origin: center top;
            transform-origin: center top;
}

.keyvisiul.active
{
    top: -100%;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.keyvisiul__title
{
    position: absolute;
    z-index: 100;
    top: calc(50% - 5px);
    left: calc(50% - 5px);

    width: 250px;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.swiper-container
{
    width: 100%;
    height: 100%;
}

.swiper-container.sp
{
    display: block;
}

.swiper-container.pc
{
    display: none;
}

.swiper-wrapper
{
    width: 100%;
    height: 100%;
}

.swiper-slide img
{
    width: 100%;
    height: 100vh;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}

@media screen and (min-width: 768px)
{
    .swiper-container
    {
        width: 50%;
        height: 100%;
    }
    .swiper-container.sp
    {
        display: none;
    }
    .swiper-container.pc
    {
        display: block;
    }
    .keyvisiul__title
    {
        top: calc(50% - 34px);
        left: calc(50%);

        width: 450px;
    }
}

@media screen and (min-width: 1025px)
{
    #cursor
    {
        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .keyvisiul__title
    {
        width: 600px;
    }
}

.bx-wrapper
{
    position: relative;

    height: 100%;
    padding: 0;

    *zoom: 1;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.bxslider
{
    margin: 0;
    padding: 0;
}

ul.bxslider
{
    list-style: none;
}

.bx-viewport
{
    height: 100% !important;

    -webkit-transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto
{
    position: absolute;
    bottom: -30px;

    width: 100%;
}

.bx-wrapper .bx-loading
{
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    min-height: 50px;

    background: none;
}

.bx-wrapper .bx-pager
{
    font-family: Arial;
    font-size: .85em;
    font-weight: bold;

    padding-top: 20px;

    text-align: center;

    color: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
    display: block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    text-indent: -9999px;

    border-radius: 5px;
    outline: 0;
    background: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus
{
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
    display: inline-block;

    vertical-align: bottom;

    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item
{
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev
{
    left: 10px;

    background: url('images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus
{
    background-position: 0 0;
}

.bx-wrapper .bx-next
{
    right: 10px;

    background: url('images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus
{
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a
{
    position: absolute;
    z-index: 9999;
    top: 50%;

    width: 32px;
    height: 32px;
    margin-top: -16px;

    text-indent: -9999px;

    outline: 0;
}

.bx-wrapper .bx-controls-direction a.disabled
{
    display: none;
}

.bx-wrapper .bx-controls-auto
{
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start
{
    display: block;

    width: 10px;
    height: 11px;
    margin: 0 3px;

    text-indent: -9999px;

    outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus
{
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop
{
    display: block;

    width: 9px;
    height: 11px;
    margin: 0 3px;

    text-indent: -9999px;

    outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus
{
    background-position: -86px -33px;
}

.collection
{
    position: relative;

    margin: 22px 0 50px 15px;
}

.collection:last-of-type
{
    margin-bottom: 0;
}

.collection__list
{
    position: relative;

    overflow-x: auto !important;

    list-style-type: none;

    cursor: auto !important;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;

    scrollbar-width: none;
}

.collection__icon
{
    font-weight: normal;

    position: absolute;
    z-index: 1000;
    top: calc(50% + 10px);
    right: 40px;

    display: block;

    width: 16px;
    height: 31px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.collection__list::-webkit-scrollbar
{

    display: none;
}

.collection__item
{
    font-size: 0;

    display: inline-block;

    width: 230px;
    margin-right: 15px;

    -webkit-transition: 2s;
            transition: 2s;
}

.collection__item:last-child
{
    margin-right: 18px;
}

.collection__title
{
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: .05em;

    color: #333;
}

.collection__title:hover
{
    color: #979797;
}

@media screen and (min-width: 768px)
{
    .collection
    {
        margin-bottom: 75px;
        margin-left: 30px;
    }
    .collection__item
    {
        width: 350px;
        margin-right: 30px;
    }
    .collection__item:last-child {
        margin-right: 30px;
    }
    .collection__title
    {
        font-size: 1.7rem;

        margin-bottom: 10px;
    }
    .collection__icon
    {
        position: absolute;
        top: calc(50% + 15px);
    }
}