﻿body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:hover img {
    opacity: 0.6;
    transition: all 0.5s
}

a:focus,
*:focus {
    outline: none
}

li {
    list-style: none
}

@media screen and (max-width: 736px) {
    .pc {
        display: none
    }
}

.sp {
    display: none
}

@media screen and (max-width: 736px) {
    .sp {
        display: block
    }
}

.mt-0 {
    margin-top: 0 !important
}

.mb-100 {
    margin-bottom: 100px !important
}

#contents {
    width: 100% !important
}

@media screen and (max-width: 736px) {
    #contents {
        min-width: 100%
    }
}

#engineer-talk-wrapper {
    box-sizing: border-box;
    width: 100% !important
}

@media screen and (max-width: 736px) {
    #engineer-talk-wrapper {
        min-width: 100%
    }
}

.at-section {
    margin-top: 60px
}

@media screen and (max-width: 736px) {
    .at-section {
        margin-top: 40px;
        padding: 0 25px
    }
}

.at-section.at-profile {
    width: 100%;
    border: 1px solid #000;
    padding: 40px;
    margin: 60px auto 0;
    max-width: 100%;
}

@media screen and (max-width: 736px) {
    .at-section.at-profile {
        margin-top: 40px;
        width: calc(100% - 50px);
        padding: 20px
    }
}

.top-title-area {
    width: 100%;
    height: 36vw;
    min-height: 582px;
    max-height: 800px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 1400px) {
    .top-title-area {
        height: 555px;
        min-height: inherit
    }
}

@media screen and (max-width: 736px) {
    .top-title-area {
        min-width: 100%;
        height: auto;
        min-height: inherit;
        max-height: inherit
    }
}

.top-title-area .background {
    width: 100%;
    position: absolute
}

@media screen and (max-width: 1400px) {
    .top-title-area .background {
        width: 1400px;
        position: absolute;
        left: 50%;
        margin-left: -700px
    }
}

@media screen and (max-width: 736px) {
    .top-title-area .background {
        width: 100%
    }
}

.top-title-area .title_box {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -472px
}

@media screen and (max-width: 736px) {
    .top-title-area .title_box {
        width: 100%;
        position: static;
        margin-left: 0
    }
}

.page-title-area {
    width: 100%;
    min-width: 980px;
    height: auto;
    margin-bottom: 80px;
    position: relative
}

@media screen and (max-width: 1400px) {
    .page-title-area {
        height: 252px;
        min-height: inherit
    }
}

@media screen and (max-width: 736px) {
    .page-title-area {
        height: 30vw;
        min-width: inherit;
        max-height: inherit;
        margin-bottom: 40px
    }
}

.page-title-area .background {
    width: 100%;
    height: auto;
    bottom: 0;
    overflow: hidden;
    aspect-ratio: 98 / 17;
}

.page-title-area .background img {
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 736px) {
    .page-title-area .background img {
        top: 0
    }
}

@media screen and (max-width: 1400px) {
    .page-title-area .background {
        width: 1400px;
        height: 252px;
        max-height: inherit;
        position: absolute;
        right: 0
    }
}

@media screen and (max-width: 736px) {
    .page-title-area .background {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 30vw
    }
}

.page-title-area .title_box {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 736px) {
    .page-title-area .title_box {
        left: 25px;
        bottom: 0
    }
}

.page-title-area .title_box .title {
    margin: 0 auto
}

@media screen and (max-width: 736px) {
    .page-title-area .title_box .title {
        width: 100%
    }
}

.page-title-area .title_box span {
    background: #000;
    display: inline-block;
    margin-top: 0;
    padding: 15px;
    color: #fff;
    font-size: 40px;
    font-weight: bold
}

@media screen and (max-width: 736px) {
    .page-title-area .title_box span {
        margin-top: 10px;
        font-size: 23px
    }
}

@media screen and (max-width: 736px) {
    .page-title-area .title_box {
        width: auto;
        margin-left: 0
    }
}

.at-navi-area {
    margin: 100px 0
}

@media screen and (max-width: 736px) {
    .at-navi-area {
        margin: 50px 0 70px
    }
}

.at-navi-area .at-navi-ttl {
    background: #333;
    padding: 40px 25px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.at-navi-area .at-navi-ttl p {
    font-size: 30px;
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi-ttl {
        padding: 20px 10px
    }

    .at-navi-area .at-navi-ttl p {
        font-size: 20.at-navi-area .at-navi-ttlpx;
        line-height: 1.6
    }
}

.at-navi-area .at-navi {
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi {
        width: 100%
    }
}

.at-navi-area .at-navi li {
    margin-top: 40px
}

.at-navi-area .at-navi li:hover {
    opacity: 0.6;
    transition: all 0.5s
}

.at-navi-area .at-navi li a {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    aspect-ratio: 98 / 17;
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li a {
        padding: 48px 0 0 25px;
        width: 100%;
        height: 100px
    }
}

.at-navi-area .at-navi li span {
    background: #000;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li span {
        font-size: 18px
    }
}

.at-navi-area .at-navi li.frame {
    background: url(../images/img_navi_01_pc.jpg) 0 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li.frame {
        background: url(../images/img_navi_01_sp.jpg) right 0 no-repeat;
        background-size: cover
    }
}

.at-navi-area .at-navi li.engine {
    background: url(../images/img_navi_02_pc.jpg) 0 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li.engine {
        background: url(../images/img_navi_02_sp.jpg) right 0 no-repeat;
        background-size: cover
    }
}

.at-navi-area .at-navi li.dct {
    background: url(../images/img_navi_03_pc.jpg) 0 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li.dct {
        background: url(../images/img_navi_03_sp.jpg) right 0 no-repeat;
        background-size: cover
    }
}

.at-navi-area .at-navi li.suspension {
    background: url(../images/img_navi_04_pc.jpg) 0 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li.suspension {
        background: url(../images/img_navi_04_sp.jpg) right 0 no-repeat;
        background-size: cover
    }
}

.at-navi-area .at-navi li.electric {
    background: url(../images/img_navi_05_pc.jpg) 0 0 no-repeat;
    background-size: cover
}

@media screen and (max-width: 736px) {
    .at-navi-area .at-navi li.electric {
        background: url(../images/img_navi_05_sp.jpg) right 0 no-repeat;
        background-size: cover
    }
}

.at-engineer-ttl {
    background: url(../images/bg_ttl.png) 0 center repeat-x;
    width: 100%;
    max-width: 100%;
    margin: 80px auto 50px;
    text-align: center
}

@media screen and (max-width: 736px) {
    .at-engineer-ttl {
        width: 100%;
        margin: 50px auto 40px
    }
}

.at-engineer-ttl p {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 26px
}

@media screen and (max-width: 736px) {
    .at-engineer-ttl p {
        font-size: 18px
    }
}

.at-engineer-ttl p span {
    padding: 8px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

@media screen and (max-width: 736px) {
    .at-engineer-ttl p span {
        padding: 6px
    }
}

.at-profile-ttl {
    font-size: 26px
}

@media screen and (max-width: 736px) {
    .at-profile-ttl {
        font-size: 18px
    }
}

.at-section-ttl {
    background: #eee;
    margin-top: 100px;
    padding: 40px 25px;
    font-size: 30px;
    color: #000
}

.at-section-ttl p {
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 736px) {
    .at-section-ttl {
        margin: 60px -25px 40px;
        padding: 20px 25px
    }

    .at-section-ttl p {
        width: auto;
        font-size: 20px;
        line-height: 1.6
    }
}

.at-col {
    /*width:980px;*/
    padding: 0 0;
    margin: 60px auto 0;
    overflow: hidden
}

@media screen and (max-width: 736px) {
    .at-col {
        width: 100%;
        padding: 0;
        margin: 30px auto 0
    }

    .at-col img {
        width: 100% !important
    }
}

.at-col p {
    font-size: 16px;
    line-height: 1.8
}

@media screen and (max-width: 736px) {
    .at-col p {
        font-size: 15px
    }
}

.at-col p .first-line {
    background: url(../images/bg_ttl.png) 0 0.8em no-repeat;
    background-size: 1.8em 1px;
    font-weight: bold;
    display: block;
    margin: 35px 0 5px;
    padding-left: 2em;
    line-height: 1.8
}

@media screen and (max-width: 736px) {
    .at-col p .first-line {
        margin: 25px 0 5px
    }
}

.at-col p .first-line:before {
    width: 20px;
    content: " "
}

.at-col p .first-line:first-child {
    margin-top: 0
}

.at-col.at-col01 p {
    width: 60%;
    float: left
}

@media screen and (max-width: 736px) {
    .at-col.at-col01 p {
        width: 100%;
        float: none
    }
}

.at-col.at-col01 img {
    margin-right: -40px;
    float: right;
    width: 38%;
}

@media screen and (max-width: 736px) {
    .at-col.at-col01 img {
        margin-right: 0;
        float: none
    }
}

.at-col.at-col02 img {
    float: right;
    margin: 0 0 40px 40px
}

@media screen and (max-width: 736px) {
    .at-col.at-col02 img {
        margin-left: 0;
        margin-bottom: 30px;
        float: none
    }
}

.at-col.at-col03 {
    width: auto;
    padding: 0;
    margin-top: 0
}

.at-col.at-col03 p {
    width: 460px;
    margin-top: 35px
}

@media screen and (max-width: 736px) {
    .at-col.at-col03 p {
        margin-top: 20px;
        width: 100%
    }
}

.at-col.at-col03 img {
    float: right;
    margin: 35px 0 0
}

@media screen and (max-width: 736px) {
    .at-col.at-col03 img {
        margin: 20px 0 20px
    }
}

.at-col.at-col05 p {
    margin-top: 40px
}

.at-col.at-col05 img {
    float: left;
    margin-right: 40px
}

@media screen and (max-width: 736px) {
    .at-col.at-col05 img {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.at-col.at-col06 .img-wrap {
    float: right;
    margin: 0 0 40px 40px
}

.at-col.at-col06 .img-wrap img {
    display: block
}

@media screen and (max-width: 736px) {
    .at-col.at-col06 .img-wrap img {
        width: 50% !important;
        float: left
    }
}

.at-col.at-col06 .img-wrap img:last-child {
    margin-top: 40px
}

@media screen and (max-width: 736px) {
    .at-col.at-col06 .img-wrap img:last-child {
        margin-top: 0
    }
}

@media screen and (max-width: 736px) {
    .at-col.at-col06 .img-wrap {
        margin-left: 0;
        float: none;
        overflow: hidden
    }
}

.at-col.at-col07 .col-left {
    width: 430px;
    float: left
}

@media screen and (max-width: 736px) {
    .at-col.at-col07 .col-left {
        width: 100%
    }
}

.at-col.at-col07 .col-right {
    width: 430px;
    float: right
}

@media screen and (max-width: 736px) {
    .at-col.at-col07 .col-right {
        width: 100%;
        margin-top: 30px
    }
}

.at-col.at-col08 img {
    float: right;
    margin: 0 0 0 40px
}

@media screen and (max-width: 736px) {
    .at-col.at-col08 img {
        margin-left: 0;
        margin-bottom: 30px;
        float: none
    }
}

.at-col.at-banner {
    width: 880px;
    margin: 0 auto
}

@media screen and (max-width: 736px) {
    .at-col.at-banner {
        width: 100%
    }
}

.at-col .caption {
    font-size: 14px;
    padding-top: 20px;
    clear: both
}

@media screen and (max-width: 736px) {
    .at-col .caption {
        padding-top: 10px;
        font-size: 13px
    }
}

@media screen and (max-width: 736px) {
    .at-col .video {
        width: 100%;
        height: 49.6vw;
        background: url(../electric/images/img_05.jpg) no-repeat;
        background-size: 100%
    }
}

.at-col video {
    width: 100%
}

.at-swiper-section {
    width: 980px;
    padding: 0 40px;
    margin: 60px auto 0;
    position: relative;
    z-index: 0
}

@media screen and (max-width: 736px) {
    .at-swiper-section {
        margin: 30px auto 0;
        padding: 0 25px;
        width: 100%
    }
}

.at-swiper {
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 736px) {
    .at-swiper {
        width: 100%
    }
}

.at-swiper .swiper-wrapper .swiper-slide {
    width: 100%
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 736px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-size: 40px 40px
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.6;
    transition: all 0.5s
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img_shev_left.gif);
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img_shev_right.gif);
    right: 10px;
    left: auto
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: border-box
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: 500
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type="number"] {
    width: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~="screen"] {
        display: inherit
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -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 {
    -webkit-flex-shrink: 0;
    -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
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-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-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    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-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -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(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    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;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -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-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-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-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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-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
}