html {
    scroll-behavior: auto !important;
}

.html-text-component {
    overflow: inherit;
}
#m5-new {
    width: 100%;
}
#m5-new .nowrap{
    white-space: nowrap;
}
#m5-new section .hidden-mob {
    display: block;
}

#m5-new section .hidden-pc {
    display: none;
}

#m5-new section {
    position: relative;
    width: 100%;
}

#m5-new picture,
#m5-new img,
#m5-new svg,
#m5-new video {
    display: block;
    width: 100%;
    max-width: 100%;
}

#m5-new sup a {
    color: inherit;
}

#m5-new .nowrap {
    white-space: nowrap;
}

#m5-new section .wrapper {
    padding-top: 7.8125vw;
}

#m5-new section .section-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#m5-new section h2,
#m5-new section h3 {
    font-weight: normal;
    line-height: 1.33;
}

#m5-new section h2 {
    font-size: 4.166667vw;
    margin-bottom: 1.302083vw;
}

#m5-new section h3 {
    font-size: 3.333333vw;
    margin-bottom: 1.302083vw;
}

#m5-new section p {
    font-size: .9375vw;
    font-weight: normal;
}

#m5-new section .pic-wrapper,
#m5-new section .media-wrapper {
    margin-top: 3.125vw;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

#m5-new section .img-mask {
    width: 100%;
    height: 19.010417vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/m5-new-mask.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#m5-new .blur-up {
    transition: filter 400ms;
    filter: blur(10px);
}

#m5-new .blur-up.lazyloaded {
    filter: blur(0);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #m5-new .blur-up {
        transition: opacity .3s;
        opacity: .001;
    }

    #m5-new .blur-up.lazyloaded {
        opacity: 1;
    }
}

#m5-new section .swiper-slide img {
    width: 100%;
}

#m5-new .mt-30 {
    margin-top: 1.5625vw;
}

#m5-new section.theme-dark {
    background-color: #000;
    color: #fff;
}

#m5-new .theme-dark .headline,
#m5-new .theme-dark p {
    color: #fff;
}

#m5-new section .img-scroll-bg-left {
    width: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 4;
    height: calc(100% + 2px);
}

#m5-new section .img-scroll-bg-right {
    width: 0;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 4;
    height: calc(100% + 2px);
}

#m5-new .sticky-content {
    position: sticky;
    top: 64px;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 64px);
}

#m5-new .section-hero {
    margin-top: -3.125vw;
}

#m5-new .section-hero .hero-content {
    position: absolute;
    top: 9.375vw;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-align: center;
}

#m5-new .section-hero .hero-logo {
    width: 27.5vw;
    margin: 0 auto 1.041667vw;
}

#m5-new .section-hero .hero-head-logo {
    position: absolute;
    top: 6.354167vw;
    right: 3.333333vw;
    width: 11.041667vw;
}

#m5-new .section-hero .hero-note {
    position: absolute;
    right: 3.333333vw;
    bottom: 2.604167vw;
    width: 20.833333vw;
}

#m5-new .section-hero .hero-headline {
    font-size: 2.1vw;
    color: #fff;
    letter-spacing: .4em;
}

#m5-new .section-hero .ksp {
    font-size: 1.666667vw;
    line-height: 1.33;
    letter-spacing: .03em;
}

#m5-new .section-design .sticky-container {
    height: 400vh;
}

#m5-new .section-design .sticky-content {
    top: 64px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

#m5-new .section-design .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}

#m5-new .design-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#m5-new .section-design .headline {
    margin: 9.791667vw auto 5.208333vw;
}

#m5-new .design-wrapper {
    width: 100%;
    position: relative;
}

#m5-new .design-1 {
    z-index: 2;
    position: relative;
}

#m5-new .design-wrapper .box-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 3;
}

#m5-new .design-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: 1;
}

#m5-new .design-describe {
    position: absolute;
    right: 2.5vw;
    bottom: 8.510417vw;
    color: #fff;
    text-align: right;
    z-index: 2;
}
@media screen and (max-width: 1600px) and (min-width: 1440px){
    #m5-new .design-describe{
        top: 38.375vw;
        bottom: auto;
    }
}
#m5-new .design-headline {
    font-size: 1.770833vw;
    line-height: 1.352;
}

#m5-new p.design-text {
    font-size: 1.145833vw;
    margin-top: .572917vw;
}

#m5-new .design-empty {
    position: absolute;
    left: auto;
    top: auto;
}

#m5-new .section-design .img-scroll-bg-left,
#m5-new .section-design .img-scroll-bg-right {
    background-color: #000;
}

#m5-new .section-sport {
    padding-top: 11.458333vw;
}

#m5-new .sport-wrapper {
    padding-bottom: 7.8125vw;
}

#m5-new .sport-swiper,
#m5-new .section-sport .swiper-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

#m5-new .section-sport .sport-text {
    position: absolute;
    width: 30.208333vw;
    top: 20.833333vw;
    left: 10vw;
    text-align: left;
    z-index: 2;
}

#m5-new .inline-sport {
    padding-top: 7.8125vw;
}

#m5-new .inline-sport-1 {
    width: 44.270833vw;
    margin-left: 47.135417vw;
    padding-top: 0;
}

#m5-new .inline-sport-2 {
    width: 36.979167vw;
    margin-left: 8.854167vw;
    position: absolute;
    margin-top: 2.734375vw;
}

#m5-new .inline-sport-3 {
    width: 27.604167vw;
    margin-left: 53.125vw;
    margin-top: 7.291667vw;
    padding: 0;
}

#m5-new .inline-sport-4 {
    width: 52.083333vw;
    margin: 0 auto;
    padding: 7.291667vw 0 0;
}

#m5-new .inline-sport-text {
    position: absolute;
    left: 2.083333vw;
    bottom: 1.510417vw;
    color: #fff;
}

#m5-new .inline-sport-2 .inline-sport-text {
    bottom: auto;
    left: auto;
    top: auto;
    transform: translate(2.083333vw, -2.760417vw);
}

#m5-new .section-detail {
    padding-bottom: 3.125vw;
}

#m5-new .section-detail .wrapper {
    padding: 0;
}

#m5-new .section-detail .section-content,
#m5-new .section-detail .pic-wrapper {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#m5-new .detail-swiper {
    margin-top: 2.083333vw;
    padding: 0 12.5%;
}

#m5-new .detail-swiper .bullet-list {
    display: none;
}

#m5-new .section-detail .bullet-active,
#m5-new .detail-swiper[data-active='1'] .bullet:nth-child(1),
#m5-new .detail-swiper[data-active='2'] .bullet:nth-child(2),
#m5-new .detail-swiper[data-active='3'] .bullet:nth-child(3),
#m5-new .detail-swiper[data-active='4'] .bullet:nth-child(4),
#m5-new .detail-swiper[data-active='5'] .bullet:nth-child(5) {
    transform: scale(1);
    opacity: 1;
}

#m5-new .section-detail .swiper-slide {
    width: 33.333333vw;
}

#m5-new .section-detail .swiper-slide+.swiper-slide {
    margin-left: 2.083333vw;
}

#m5-new .section-detail .slidenav {
    display: flex;
    margin-top: 2.083333vw;
}

#m5-new .section-detail .slidenav-arrow {
    cursor: pointer;
    width: 3.020833vw;
}

#m5-new .section-detail .slidenav-arrow-next {
    margin-left: 2.083333vw;
}

#m5-new .section-detail .slidenav-disabled {
    opacity: .6;
    cursor: auto;
}

#m5-new .detail-text {
    position: absolute;
    bottom: 1.510417vw;
    left: 1.5625vw;
    z-index: 2;
    color: #fff;
}

#m5-new .section-endurance {
    padding: 10.416667vw 0 0;
}

#m5-new .section-endurance .section-text {
    position: absolute;
    left: 15.625vw;
    bottom: 5.15625vw;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}

#m5-new .section-endurance .endurance-left {
    width: 26.979167vw;
    display: flex;
    align-items: center;
}

#m5-new .section-endurance .endurance-value {
    color: #fff;
    margin-bottom: .104167vw;
}

#m5-new .section-endurance .endurance-value span {
    font-size: 1.25vw;
}

#m5-new .section-endurance .endurance-item:nth-child(2) {
    margin-left: auto;
}

#m5-new .section-endurance .endurance-describe {
    position: absolute;
    left: 56.979167vw;
    bottom: 5.15625vw;
    width: 33.229167vw;
    font-size: 1.145833vw;
    line-height: 1.6;
    color: #fff;
}

#m5-new .section-control {
    padding-top: 7.8125vw;
}

#m5-new .section-control .section-content {
    width: 45.416667vw;
    margin: 0 auto;
}

#m5-new .control-swiper {
    margin-top: 5.15625vw;
}

#m5-new .section-control .swiper-wrapper {
    width: 100%;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#m5-new .section-control .swiper-slide {
    background-color: #000;
}

#m5-new .section-control .swiper-slide picture {
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: .3;
}

#m5-new .section-control .swiper-slide-active picture,
#m5-new .section-control .swiper-slide-duplicate-active picture {
    opacity: 1;
}

#m5-new .section-control .swiper-pagination-bullet {
    width: .729167vw;
    height: .729167vw;
    background-color: #fff;
    opacity: 0.6;
    margin: 0 .520833vw;
}

#m5-new .section-control .swiper-pagination-bullet-active {
    opacity: 1;
}

#m5-new .section-control .swiper-container-horizontal>.swiper-pagination-bullets,
#m5-new .section-control .swiper-pagination-custom,
#m5-new .section-control .swiper-pagination-fraction {
    bottom: 1.5625vw;
    font-size: 0;
}

#m5-new .section-control .slidenav {
    display: flex;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#m5-new .section-control .slidenav-arrow {
    cursor: pointer;
    position: absolute;
    width: 3.020833vw;
    top: 50%;
    transform: translateY(-50%);
}

#m5-new .section-control .slidenav-arrow-prev {
    left: 0;
}

#m5-new .section-control .slidenav-arrow-next {
    right: 0;
}

#m5-new .section-control .slidenav-arrow {
    opacity: 0.6;
    transition: .3s;
}

#m5-new .section-control .slidenav-arrow:hover {
    opacity: 1;
}

#m5-new .section-colours .swiper-slide img {
    width: 100%;
}

#m5-new .exterior-color .color-swatch {
    width: 1.25vw;
    height: 1.25vw;
    border: 2px solid;
    border-radius: 100%;
}

#m5-new .exterior-color .color-label {
    margin-left: .416667vw;
    font-size: 1.041667vw;
    font-weight: lighter;
    white-space: nowrap;
    color: #ffffff;
}

#m5-new .exterior-color .color-item {
    position: absolute;
    display: flex;
    align-items: center;
}

#m5-new .exterior-color .color-item:nth-of-type(1) {
    top: 14.166667vw;
    left: 32.291667vw;
}

#m5-new .exterior-color .color-item:nth-of-type(1) .color-swatch {
    border-color: #ffffff;
    background-color: #D4D5DA;
}

#m5-new .exterior-color .color-item:nth-of-type(2) {
    top: 14.166667vw;
    left: 55.208333vw;
}

#m5-new .exterior-color .color-item:nth-of-type(2) .color-swatch {
    border-color: #ffffff;
    background-color: #848B9E;
}

#m5-new .exterior-color .color-item:nth-of-type(3) {
    top: 46.875vw;
    left: 57.8125vw;
}

#m5-new .exterior-color .color-item:nth-of-type(3) .color-swatch {
    border-color: #ffffff;
    background-color: #99051D;
}

#m5-new .exterior-color .color-item:nth-of-type(4) {
    top: 40.625vw;
    left: 78.385417vw;
}

#m5-new .exterior-color .color-item:nth-of-type(4) .color-swatch {
    border-color: #ffffff;
    background-color: #DBD9DA;
}

#m5-new .exterior-color .color-item:nth-of-type(5) {
    top: 18.28125vw;
    left: 77.65625vw;
}

#m5-new .exterior-color .color-item:nth-of-type(5) .color-swatch {
    border-color: #ffffff;
    background-color: #1A1A1A;
}
#m5-new .exterior-color .color-item:nth-of-type(6) {
    top: 40.625vw;
    left: 21.302083vw;
}
#m5-new .exterior-color .color-item:nth-of-type(6) .color-swatch {
    border-color: #ffffff;
    background-color: #685084;
}

#m5-new .swiper-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.416667vw;
    z-index: 2;
}

#m5-new .section-colours .tablist-wrapper {
    margin-top: 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 4.166667vw;
    transform: translate(-50%, 0);
}

#m5-new .section-colours .tabnav {
    outline: 0;
    font-size: 1.510417vw;
    padding: 0 3.208333vw 1.041667vw 3.208333vw;
}

#m5-new .section-colours .tabnav.active {
    opacity: 1;
}

#m5-new .section-intelligence {
    padding-top: 7.708333vw;
}

#m5-new .tablist-wrapper {
    position: relative;
    margin: 2.083333vw auto 0;
}

#m5-new .tablist {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#m5-new .tabnav-swiper {
    position: relative;
}

#m5-new .tabnav {
    padding: 0 4.583333vw 1.041667vw 4.583333vw;
    font-size: 1.25vw;
    cursor: pointer;
    transition: opacity .3s;
    white-space: nowrap;
    opacity: .6;
    color: #3B302B;
    margin: 0 auto;
}

#m5-new .tabnav-scrollbar {
    width: 100%;
    height: .104167vw;
    background-color: rgba(0, 0, 0, 0.5);
}

#m5-new .swiper-scrollbar-drag {
    width: 0;
    transition: transform .5s, width .5s;
    border-radius: 0;
    background-color: #000;
}

#m5-new .tabnav-active,
#m5-new [data-active='1'] .tabnav:nth-of-type(1),
#m5-new [data-active='2'] .tabnav:nth-of-type(2),
#m5-new [data-active='3'] .tabnav:nth-of-type(3),
#m5-new [data-active='4'] .tabnav:nth-of-type(4),
#m5-new [data-active='5'] .tabnav:nth-of-type(5),
#m5-new [data-active='6'] .tabnav:nth-of-type(6) {
    opacity: 1;
}

#m5-new .stack-item-active,
#m5-new [data-active='1'] .stack-item:nth-of-type(1),
#m5-new [data-active='2'] .stack-item:nth-of-type(2),
#m5-new [data-active='3'] .stack-item:nth-of-type(3),
#m5-new [data-active='4'] .stack-item:nth-of-type(4),
#m5-new [data-active='5'] .stack-item:nth-of-type(5),
#m5-new [data-active='6'] .stack-item:nth-of-type(6) {
    z-index: 1;
    opacity: 1;
}

#m5-new .theme-dark .tabnav {
    color: #fff;
}

#m5-new .theme-dark .tabnav-scrollbar {
    background-color: rgba(255, 255, 255, 0.5);
}

#m5-new .theme-dark .swiper-scrollbar-drag {
    background-color: #fff;
}

#m5-new .section-security {
    padding-top: 9.791667vw;
}

#m5-new .section-security .section-text {
    font-size: 1.145833vw;
    position: absolute;
    width: 33.59375vw;
    right: 9.427083vw;
    bottom: 5.9375vw;
    z-index: 2;
    color: #fff;
}

#m5-new .subsection-safety {
    margin: 6.770833vw auto 0;
    width: 75vw;
}

.section-cockpit {
    padding-top: 7.708333vw;
}

#m5-new .subsection-safety .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#m5-new .safety-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
    margin-top: 2.083333vw;
}

#m5-new .safety-item .safety-text {
    text-align: left;
}

#m5-new .safety-item .safety-headline {
    font-size: 1.25vw;
    padding-bottom: .9375vw;
}

#m5-new .safety-item .safety-describe {
    color: #A8A8A8;
}

#m5-new .safety-item-lr {
    width: 100%;
}

#m5-new .safety-item-lr .safety-img {
    width: 37.5vw;
    flex-shrink: 0;
}

#m5-new .safety-item-lr .safety-text {
    padding: 0 3.645833vw;
}

#m5-new .safety-item-ud {
    width: 23.59375vw;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

#m5-new .safety-item-ud .safety-text {
    padding: 1.875vw 1.5625vw 1.875vw 2.5vw;
}

#m5-new .section-AI .section-content {
    width: 75vw;
    margin: 5.208333vw auto 8.333333vw;
}

#m5-new .section-AI .swiper-content {
    position: static;
    margin: 0 auto;
    left: auto;
    transform: translate(0, 0);
    color: #000;
}

#m5-new .section-AI .swiper-wrapper {
    align-items: end;
}
#m5-new .section-AI .tablist-wrapper{
    width: 100%;
}
#m5-new .section-AI .tablist-wrapper .tablist{
    justify-content: space-between;
}
#m5-new .section-AI .tabnav {
    padding: 0 9.583333vw 1.041667vw 9.583333vw;
}

#m5-new .section-game .tabnav {
    padding: 0 5.3125vw 1.041667vw 5.3125vw;
}

#m5-new .colornav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

#m5-new .stack-list {
    display: flex;
    text-align: center;
}

#m5-new .stack-item {
    position: relative;
    width: 100%;
    transition: opacity .3s;
    opacity: 0;
    font-size: .9375vw;
}

#m5-new .stack-item+.stack-item {
    margin-left: -100%;
}

#m5-new .interior-color {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 3.125vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.1875vw;
}

#m5-new .interior-color .colornav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0 1.041667vw;
    cursor: pointer;
    transition: width .6s, height .6s;
    border-radius: 1.5625vw;
    outline: 0;
}

#m5-new .interior-color .colornav:nth-of-type(1) {
    background-color: #BF6540;
}

#m5-new .interior-color .colornav:nth-of-type(2) {
    background-color: #B73944;
}

#m5-new .interior-color .colornav:nth-of-type(3) {
    background-color: #C5B4A8;
}

#m5-new .interior-color .colornav.active {
    width: 4.895833vw;
    height: 2.1875vw;
}

#m5-new .interior-color .colornav.active .color-swatch {
    transform: scale(1);
    opacity: 1;
}

#m5-new .interior-color .color-swatch {
    font-size: .9375vw;
    line-height: 1;
    transition: transform .6s, opacity .6s;
    transform: scale(0);
    white-space: nowrap;
    opacity: 0;
}

#m5-new .section-configuration .section-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding-top: 2.703125vw;
    padding-left: 15.651042vw;
    color: #fff;
    text-align: left;
}

#m5-new .section-configuration .headline {
    font-size: 2.5vw;
    margin-bottom: 0;
    font-weight: bold;
}

#m5-new .section-configuration .headline,
#m5-new .section-configuration .stat-header,
#m5-new .section-configuration p {
    color: #fff;
}

#m5-new .section-configuration .stats {
    width: 26.5625vw;
    line-height: 1.25;
}

#m5-new .section-configuration .stat {
    margin-top: 2.5vw;
}

#m5-new .section-configuration .stat-header {
    display: inline-block;
    padding: .3125vw .885417vw;
    font-size: .9375vw;
    border-radius: .3125vw;
    background-color: rgba(255, 255, 255, 0.24);
    margin-bottom: 0;
}

#m5-new .section-configuration .stat-item {
    margin-top: 1.145833vw;
    width: 50%;
}

#m5-new .section-configuration .stat-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#m5-new .section-configuration .stat-caption {
    font-size: .833333vw;
    opacity: .8;
}

#m5-new .section-configuration .stat-value {
    margin-top: .15625vw;
    font-size: 1.666667vw;
    font-weight: bold;
    line-height: 1.3;
}
#m5-new .section-configuration .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5vw;
    height: 2.604167vw;
    margin-top: 3.125vw;
    padding: 0;
    font-size: 1.145833vw;
    font-weight: normal;
}
#m5-new .section-configuration .button {
    font-weight: bold;
    transition: all .3s ease-out;
    background-color: #fff;
}

#m5-new .section-configuration .button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}


#m5-new .note {
    font-size: .625vw;
}
@media (min-width: 1366px){
    #m5-new .note {
        font-size: 12px;
    }
}
#m5-new .section-configuration .note {
    width: auto;
    margin-top: 2.916667vw;
    color: rgba(255, 255, 255, 0.6);
}

#m5-new .section-footnote {
    font-size: 12px;
    color: #A0A0AA;
    padding-top: 10.208333vw;
    padding-bottom: 12.5vw;
}

@media (min-width: 1921px) {
    #m5-new .section-footnote {
        font-size: .625vw;
    }
}

@media (max-aspect-ratio: 11 / 10) {
    #m5-new .section-footnote {
        font-size: 3.333333vw;
    }
}

#m5-new .section-footnote .section-content {
    width: 66.666667vw;
    text-align: left;
    padding-top: 6.25vw;
    border-top: solid 1px #A0A0AA;
}

#m5-new .section-footnote .footnote-list{
    padding-left: 0;
}
#m5-new .section-footnote .footnote-list li {
    list-style-type: decimal;
    list-style-position: inside;
}

#m5-new .section-footnote .footnote-list li:target,
#m5-new .section-footnote .footnote-list li.current {
    color: #000;
}

#m5-new .section-footnote .disclaimer-list {
    margin-top: 1.041667vw;
}

#m5-new .section-footnote a {
    color: #3377ff;
}

#m5-new .section-popup {
    display: none;
}

@media (max-aspect-ratio: 11 / 10) {
    #m5-new .section-footnote {
        padding-top: 0;
    }

    #m5-new .section-footnote .section-content {
        width: 83.333333vw;
        margin: 0 auto;
        padding-top: 16.666667vw;
    }
}

#m5-new.no-sticky .interior-color .colornav,
#m5-new.no-sticky .interior-color .color-swatch {
    transition: none;
}

@media (min-width: 1921px) {
    #m5-new .note {
        font-size: .625vw;
    }
}
@media (max-width: 800px) and (min-width: 780px) and (min-aspect-ratio: 11 / 10){
    #m5-new .section-hero .hero-content{
        top: 12.375vw;
    }
    #m5-new .section-configuration .note{
        width: 95%;
    }
    #m5-new section .hidden-matex.hidden-mob{
        display: none;
    }
    #m5-new .section-configuration .note{
        margin-top: 2.5vw;
    }
}
@media (max-aspect-ratio: 11 / 10) {
    #m5-new section .hidden-mob {
        display: none;
    }

    #m5-new section .hidden-pc {
        display: block;
    }

    #m5-new section h2 {
        font-size: 13.333333vw;
        margin-bottom: 4.722222vw;
    }

    #m5-new section h3 {
        font-size: 8.888889vw;
        margin-bottom: 4.722222vw;
    }

    #m5-new section p {
        font-size: 4.444444vw;
        color: #A8A8A8;
    }

    #m5-new section .section-content {
        text-align: left;
        margin-left: 5.555556vw;
        margin-right: auto;
    }

    #m5-new .swiper-container {
        width: 88.888889vw;
        margin: 0 auto;
    }

    #m5-new .swiper-content {
        position: static;
    }

    #m5-new section .pic-wrapper,
    #m5-new section .media-wrapper {
        margin-top: 6.944444vw;
    }

    #m5-new section .img-scroll-bg-left,
    #m5-new section .img-scroll-bg-right {
        width: 20vw;
    }

    #m5-new .section-hero {
        margin-top: 0;
    }

    #m5-new .section-hero .hero-content {
        width: 100%;
        top: 37.5vw;
        z-index: 2;
    }
    #m5-new .section-hero .kv-mask{
        width: 100%;
        height: 81.388889vw;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(180deg, #000000 0%, #0F5692 80%, transparent);
        z-index: 1;
    }
    #m5-new .section-hero .hero-head-logo {
        width: 33.351389vw;
        top: 13.888889vw;
        right: 5.555556vw;
        z-index: 2;
    }

    #m5-new .section-hero .hero-note {
        width: 50.455556vw;
        right: 5.555556vw;
        bottom: 6.944444vw;
    }

    #m5-new .section-hero .hero-logo {
        width: 76.944444vw;
        margin: 0 auto 2.069444vw;
    }

    #m5-new .section-hero .hero-headline {
        font-size: 5.888889vw;
        text-indent: 2.222222vw;
        margin-bottom: 2.222222vw;
    }

    #m5-new .section-hero .ksp {
        font-size: 3.055556vw;
        color: #fff;
        letter-spacing: 0;
    }

    #m5-new .section-design .sticky-content {
        top: 0;
    }

    #m5-new .section-design .headline {
        margin: 34.027778vw auto 0 4.166667vw;
    }

    #m5-new .section-design .sticky-container {
        height: 300vh;
    }

    #m5-new .section-design .img-scroll-bg-left,
    #m5-new .section-design .img-scroll-bg-right {
        height: 128vw;
        top: auto;
        bottom: -1.5vw;
    }

    #m5-new .design-wrapper {
        width: 88.888889vw;
        overflow: hidden;
    }

    #m5-new .design-headline {
        font-size: 8.888889vw;
    }

    #m5-new .design-describe {
        position: static;
        bottom: auto;
        right: auto;
        text-align: left;
        padding: 26.805556vw 0 6.944444vw;
    }

    #m5-new p.design-text {
        font-size: 4.444444vw;
        margin-top: 4.861111vw;
    }

    #m5-new .detail-text {
        font-size: 3.611111vw;
        left: 4.166667vw;
        bottom: 4.027778vw;
    }

    #m5-new .section-sport {
        padding-top: 34.722222vw;
    }

    #m5-new .sport-wrapper {
        padding-bottom: 34.722222vw;
    }

    #m5-new .section-sport .sport-text {
        position: static;
        width: 100%;
        top: auto;
        left: auto;
        padding-bottom: 8.333333vw;
    }

    #m5-new .section-sport .swiper-wrapper {
        display: flex;
    }

    #m5-new .section-sport .headline,
    #m5-new .section-detail .headline {
        font-size: 11.111111vw;
    }

    #m5-new .thumbnav-swiper .thumb-slide {
        margin-left: 0;
    }



    #m5-new .inline-sport {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    #m5-new .inline-sport-text {
        left: 5.555556vw;
        bottom: 5.555556vw;
    }

    #m5-new .inline-sport-2 .inline-sport-text {
        left: auto;
        bottom: auto;
        transform: translate(5.555556vw, -11.527778vw);
    }

    #m5-new .section-detail {
        padding-bottom: 13.888889vw;
    }

    #m5-new .section-detail .detail-swiper {
        margin-top: 2.777778vw;
        padding: 0;
    }

    #m5-new .section-detail .swiper-slide+.swiper-slide {
        margin-left: 1.388889vw;
    }

    #m5-new .section-detail .slidenav {
        display: none;
    }

    #m5-new .detail-swiper .bullet-list {
        display: flex;
    }

    #m5-new .section-detail .section-content,
    #m5-new .section-detail .pic-wrapper {
        width: 88.88%;
        text-align: left;
    }
    #m5-new .section-detail .section-content {
        padding-bottom: 8.333333vw;
    }
    #m5-new section .bullet-list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4.166667vw;
        height: 4.194444vw;
    }

    #m5-new section .bullet {
        width: 2.222222vw;
        height: 2.222222vw;
        margin-right: 1.527778vw;
        margin-left: 1.527778vw;
        transition: .5s;
        opacity: .4;
        border-radius: 50%;
        outline: 0;
    }

    #m5-new section .bullet.active {
        transform: scale(1.5);
        opacity: 1;
    }

    #m5-new section.theme-dark .bullet {
        background-color: #fff;
    }

    #m5-new section .img-mask {
        height: 50.694444vw;
    }

    #m5-new .endurance-trigger {
        position: relative;
        top: -50vh;
    }

    #m5-new .section-endurance {
        padding-top: 23.611111vw;
    }

    #m5-new .section-endurance .section-text {
        left: 5.555556vw;
        bottom: 11.388889vw
    }

    #m5-new .section-endurance .endurance-left {
        width: 85.833333vw;
    }

    #m5-new .section-endurance .endurance-caption {
        color: #A8A8A8;
    }

    #m5-new .section-endurance .endurance-describe {
        position: static;
        font-size: 4.444444vw;
        color: #A8A8A8;
        width: 90.138889vw;
        margin-top: 6.25vw;
        margin-left: 5.555556vw;
    }

    #m5-new .section-endurance .endurance-value span {
        font-size: 3.333333vw;
    }
    #m5-new .section-endurance .img-mask{
        background: url(../new-images/m5-new-mask-xs.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #m5-new .section-control {
        padding-top: 34.722222vw;
    }

    #m5-new .section-control .section-content {
        width: 89.027778vw;
        margin: 0 auto 6.944444vw;
    }

    #m5-new .control-swiper {
        width: 89.027778vw;
    }

    #m5-new .section-control .slidenav {
        display: none;
    }

    #m5-new .section-control .swiper-pagination {
        position: static;
        margin-top: 4.166667vw;
        height: 3.194444vw;
    }

    #m5-new .section-control .swiper-pagination-bullet {
        width: 2.222222vw;
        height: 2.222222vw;
        background-color: #000000;
        opacity: 0.5;
        margin: 0 1.527778vw;
    }

    #m5-new .section-control .swiper-pagination-bullet-active {
        opacity: 1;
        transform: scale(1.5);
    }

    #m5-new .section-intelligence {
        padding-top: 34.722222vw;
    }

    #m5-new .section-intelligence .swiper-container {
        width: 100%;
    }

    #m5-new .section-intelligence .img-scroll-bg-left,
    #m5-new .section-intelligence .img-scroll-bg-right,
    #m5-new .section-intelligence .img-mask {
        display: none;
    }

    #m5-new .section-security {
        padding-top: 34.722222vw;
    }

    #m5-new .section-security .headline {
        font-size: 12.333333vw;
    }

    #m5-new .section-security .img-mask {
        display: none;
    }

    #m5-new .section-security .pic-wrapper {
        margin: 0 auto;
    }

    #m5-new .section-security .section-text {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0 5.555556vw 8.333333vw;
        width: auto;
    }

    #m5-new .cockpit-trigger {
        position: relative;
        top: -30vh;
    }

    #m5-new #section-cockpit {
        position: relative;
        top: -15vh;
    }

    #m5-new .section-cockpit .swiper-container {
        width: 100%;
    }
    #m5-new .section-cockpit .section-AI .swiper-container{
        width: 88.888889vw;
    }
    #m5-new .section-AI .section-content {
        width: 100%;
        margin: 6.527778vw auto 27.777778vw;
    }

    #m5-new .section-AI .tabnav {
        padding: 0 4.166667vw 4.166667vw;
    }
    #m5-new .section-AI .tabnav+.tabnav {
        margin: 0;
    }
    #m5-new .section-AI .tabnav-scrollbar {
        background-color: rgba(0, 0, 0, 0);
    }



    #m5-new .section-game {
        padding-top: 27.777778vw;
    }

    #m5-new .section-game .tabnav {
        padding-bottom: 4.166667vw;
    }

    #m5-new .subsection-safety {
        width: 88.888889vw;
        margin: 27.777778vw 5.555556vw 34.722222vw;
    }

    #m5-new .subsection-safety .section-content {
        margin: 0 auto;
    }

    .section-cockpit {
        padding-top: 0;
    }

    #m5-new .safety-item {
        flex-wrap: wrap;
        margin-top: 13.888889vw;
    }

    #m5-new .safety-item .safety-headline {
        font-size: 5.555556vw;
        padding: 5.555556vw 0;
        width: 100%;
        position: relative;
    }

    #m5-new .safety-item .safety-describe {
        display: none;

    }

    #m5-new .safety-item .safety-text {
        width: 100%;
        padding: 0;
    }

    #m5-new .safety-item .safety-more {
        width: 7.222222vw;
        object-fit: contain;
        position: absolute;
        right: 1.805556vw;
        top: 50%;
        transform: translateY(-50%);
    }

    #m5-new .safety-item .safety-img {
        width: 100%;
    }

    #m5-new .safety-item-lr:nth-child(1) {
        margin-top: 0;
    }

    #m5-new .safety-item-lr:nth-child(2) {
        flex-wrap: wrap-reverse;
    }


    #m5-new .safety-item-lr .safety-text,
    #m5-new .safety-item-ud .safety-text {
        padding: 0 4.027778vw 0 4.166667vw;
    }

    #m5-new .safety-item-ud {
        width: 100%;
    }

    #m5-new .section-colours {
        padding-top: 34.722222vw;
    }

    #m5-new .section-colours .swiper-container {
        width: 100%;
    }

    #m5-new .section-colours .tablist-wrapper {
        position: relative;
        width: 69.236111vw;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        margin-bottom: 9.722222vw;
    }

    #m5-new .section-colours h2.tabnav {
        margin: 0;
        padding-bottom: 2.222222vw;
        font-size: 5.555556vw;
    }

    #m5-new .section-colours h2.tabnav.active {
        font-size: 6.666667vw;
    }

    #m5-new .section-colours .tabnav-scrollbar {
        background-color: #D1D1D1;
    }

    #m5-new .section-colours .tablist::after {
        background-color: rgba(0, 0, 0, 0);
    }

    #m5-new .exterior-color .color-label {
        font-size: 3.333333vw;
        color: #fff;
        margin-left: 1.666667vw;
    }

    #m5-new .exterior-color .color-swatch {
        width: 2.777778vw;
        height: 2.777778vw;
    }

    #m5-new .exterior-color .color-item:nth-of-type(1) {
        top: 7.777778vw;
        left: 16.25vw;
    }

    #m5-new .exterior-color .color-item:nth-of-type(2) {
        top: 6.25vw;
        left: 41.111111vw;
    }

    #m5-new .exterior-color .color-item:nth-of-type(3) {
        top: 55.416667vw;
        left: 41.111111vw;
    }

    #m5-new .exterior-color .color-item:nth-of-type(4) {
        top: 44.583333vw;
        left: 74.861111vw;
    }

    #m5-new .exterior-color .color-item:nth-of-type(5) {
        top: 7.777778vw;
        left: 67.638889vw;
    }
    #m5-new .exterior-color .color-item:nth-of-type(6) {
        top: 44.583333vw;
        left: 10.694444vw;
    }
    #m5-new .swiper-content {
        display: block;
        width: 100%;
        margin-top: 5.555556vw;
    }

    #m5-new section .tabnav-swiper {
        margin: 0 auto;
    }

    #m5-new .tablist-wrapper {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin: 5.972222vw auto 0;
    }

    #m5-new .tablist-wrapper::-webkit-scrollbar {
        display: none;
    }

    #m5-new .tablist {
        position: relative;
        display: inline-block;
        margin: 0 5.555556vw;
    }

    #m5-new .tablist::after {
        position: absolute;
        right: 0;
        bottom: -.555556vw;
        left: 0;
        height: .555556vw;
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
    }

    #m5-new .tabnav {
        display: inline-block;
        padding: 0 0 4.166667vw 0;
        font-size: 6.666667vw;
    }

    #m5-new .tabnav+.tabnav {
        margin-left: 8.333333vw;
    }

    #m5-new .stack-list {
        width: 100%;
        padding: 0 5.555556vw;
        text-align: left;
    }

    #m5-new p.stack-item {
        font-size: 4.444444vw;
        color: #A8A8A8;
    }

    #m5-new .colornav-list {
        margin-top: 2.777778vw;
    }

    #m5-new .tabnav-scrollbar {
        width: auto;
        height: .555556vw;
        margin: 0 5.555556vw;
    }

    #m5-new .theme-dark .tabnav {
        color: #3B302B;
    }

    #m5-new .theme-dark .swiper-scrollbar-drag {
        background-color: #000;
    }

    #m5-new .interior-color {
        bottom: 5.555556vw;
        height: 6.666667vw;
    }

    #m5-new .interior-color .colornav {
        width: 6.666667vw;
        height: 6.666667vw;
        margin: 0 2.777778vw;
        border-radius: 6.666667vw;
    }

    #m5-new .interior-color .colornav.active {
        width: 14.444444vw;
        height: 6.666667vw;
    }

    #m5-new .interior-color .color-swatch {
        font-size: 3.333333vw;
        color: #000;
    }

    #m5-new .section-configuration .section-content {
        position: static;
        width: 100%;
        padding: 16.666667vw 0;
        margin: 0;
    }

    #m5-new .section-configuration .headline,
    #m5-new .section-configuration p {
        color: #000;
        font-weight: normal;
    }

    #m5-new .section-configuration .headline {
        font-size: 7.5vw;
        text-align: center;
        padding-bottom: 2.777778vw;
    }

    #m5-new .section-configuration .stats {
        width: 100%;
        margin-top: 8.333333vw;
        text-align: center;
    }

    #m5-new .section-configuration .stat {
        margin-top: 0;
    }

    #m5-new .section-configuration .stat+.stat {
        margin-top: 11.111111vw;
        margin-left: 0;
    }

    #m5-new .section-configuration .stat-item {
        margin-top: 6.25vw;
        width: 100%;
    }

    #m5-new .section-configuration .stat-header {
        padding: 1.25vw 2.361111vw 1.111111vw;
        font-size: 4.444444vw;
        border-radius: 1.111111vw;
        background-color: #000000;
    }

    #m5-new .section-configuration .stat-content {
        display: block;
        margin-top: 0;
    }

    #m5-new .section-configuration .stat-caption {
        font-size: 3.888889vw;
    }

    #m5-new .section-configuration .stat-value {
        margin-top: .555556vw;
        font-size: 6.666667vw;
        font-weight: normal;
    }

    #m5-new .section-configuration .stat-small {
        font-size: 3.888889vw;
    }


    #m5-new .section-configuration .button {
        width: 27.777778vw;
        height: 11.111111vw;
        margin-top: 18.611111vw;
        margin-right: auto;
        margin-left: auto;
        font-size: 3.333333vw;
    }

    #m5-new .section-configuration .button::after {
        background-color: #000;
    }
    #m5-new .section-configuration .button {
        color: #fff;
        background-color: #000;
    }

    #m5-new .section-configuration .button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }
    #m5-new .section-configuration .note {
        position: static;
        width: 100%;
        margin-top: 10.555556vw;
        padding-right: 8.333333vw;
        padding-left: 8.333333vw;
        color: rgba(0, 0, 0, 0.3);
        font-size: 3.333333vw;
    }

    #m5-new .backdrop-filter {
        background-color: rgba(0, 0, 0, 0.8);
    }

    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        #m5-new .backdrop-filter {
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-backdrop-filter: saturate(180%) blur(30px);
            backdrop-filter: saturate(180%) blur(30px);
        }
    }

    #m5-new .section-popup {
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        pointer-events: none;
    }

    #m5-new .section-popup .content-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .4s;
        opacity: 0;
    }

    #m5-new .slideup-container .section-content {
        width: 100%;
        padding-top: 0;
        border-top-left-radius: 4.166667vw;
        border-top-right-radius: 4.166667vw;
        margin: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
        transition: transform .4s;
        transform: translateY(101%);
        background-color: #fff;
        max-height: 75vh;
        overflow-y: scroll;
    }

    #m5-new .slideup-container .wrapper {
        overflow-y: scroll;
        height: 100%;
        padding: 0 4.166667vw;
    }

    #m5-new .section-popup .popup-wrapper {
        overflow-y: scroll;
        height: 100%;
    }

    #m5-new .section-popup .popup-item {
        display: none;
    }

    #m5-new .section-popup .popup-item.active {
        display: block;
    }

    #m5-new .section-popup .popup-item-img {
        margin-top: 11.111111vw;
    }

    #m5-new .section-popup .popup-content {
        padding: 7.5vw 4.166667vw 10.972222vw;
        background-color: #F8F8F8;
    }

    #m5-new .section-popup .popup-headline {
        font-size: 5.555556vw;
        line-height: 1.325;
        margin-bottom: 3.611111vw;
    }

    #m5-new .section-popup .popup-describe p {
        font-size: 3.611111vw;
    }

    #m5-new .section-popup .popup-close {
        position: sticky;
        top: 5.555556vw;
        right: auto;
        width: 7.222222vw;
        margin-left: auto;
    }

    html.html-model-active {
        margin-right: var(--scrollbar-width);
        overflow-y: hidden;
    }

    .slideup-active #m5-new .slideup-container .section-content {
        transform: translateY(0%);
    }

    .slideup-active #m5-new .section-popup {
        pointer-events: all;
    }

    .slideup-active #m5-new .section-popup .content-overlay {
        opacity: 1;
    }

}

#globalnav.transparent .gn-link {
    color: #000;
}

@media (min-width: 1200.01px) {
    #globalnav.transparent .gn-link::after {
        background-color: #000;
    }
}

#globalnav.transparent .gn-logo-icon {
    fill: #000;
}

#globalnav.transparent .gn-action-link {
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
}

#globalnav.transparent .gn-action-link:hover {
    color: #fff;
}

#globalnav.transparent .gn-action-link::after {
    background-color: #000;
}

#globalnav.transparent .gn-menu-bar::before {
    background: #000;
}

.has-localnav .header-component nav {
    position: absolute;
    transform: none !important;
    border-bottom: 0 !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

#localnav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 50px;
    line-height: 50px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.8);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    #localnav {
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-backdrop-filter: saturate(150%) blur(20px);
        backdrop-filter: saturate(150%) blur(20px);
    }
}

.localnav-show #localnav {
    transform: translateY(0%);
}

#localnav .ln-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 50px;
}

#localnav .ln-content::before,
#localnav .ln-content::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    background-color: #414141;
}

#localnav .ln-content::before {
    top: 50px;
}

#localnav .ln-content::after {
    bottom: 0;
}

#localnav .ln-title {
    flex-grow: 1;
    height: 50px;
    padding-left: 160px;
}

#localnav .ln-title .ln-link {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

#localnav button {
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    text-align: center;
    vertical-align: inherit;
    color: inherit;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

#localnav svg {
    display: block;
}

#localnav .ln-menu-trigger {
    display: none;
    width: 40px;
    padding: 16px 8px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#localnav .ln-menu {
    display: flex;
    margin-left: 12px;
}

#localnav .ln-menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#localnav .ln-link {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    color: #fff;
}

#localnav .ln-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    margin-left: 20px;
    padding-right: 160px;
}

/* #localnav .ln-button {
    display: inline-block;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    transition: all .3s ease-out;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

#localnav .ln-button:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
} */

.localnav-collapse #localnav {
    max-height: 56px;
    line-height: 56px;
}

.localnav-collapse #localnav .ln-content {
    height: 100%;
}

.localnav-collapse #localnav .ln-content::before {
    top: 56px;
}

.localnav-collapse #localnav .ln-title {
    display: flex;
    flex-grow: 0;
    height: 56px;
    padding-left: 24px;
}

.localnav-collapse #localnav .ln-menu {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.localnav-collapse #localnav .ln-menu::-webkit-scrollbar {
    display: none;
}

.localnav-collapse #localnav .ln-link {
    height: 56px;
    line-height: 56px;
}

.localnav-collapse #localnav .ln-action {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 56px;
    margin-left: 0;
    padding-right: 24px;
}

/* .localnav-collapse #localnav .ln-button {
    padding-right: 15px;
    padding-left: 15px;
} */

.localnav-collapse #localnav .ln-menu-item {
    transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
}

.localnav-collapse #localnav .ln-menu-item .ln-link {
    padding: 0 8px;
}

.localnav-collapse #localnav .ln-menu-trigger {
    display: block;
}

#localnav.ln-expanded {
    max-height: 100%;
}

#localnav.ln-expanded .ln-menu-trigger {
    transform: rotate(180deg);
}

#localnav.ln-expanded .ln-menu {
    visibility: visible;
    transition-delay: 0s;
}

#localnav.ln-expanded .ln-menu-item {
    opacity: 1;
}

@media only screen and (min-width: 1200.01px) {
    #localnav .ln-link::after {
        position: absolute;
        right: 20px;
        bottom: 1px;
        left: 20px;
        height: 2px;
        content: '';
        transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: scaleX(0);
        transform-origin: center;
        background-color: #fff;
    }

    #localnav .ln-link:hover::after {
        transform: scaleX(1);
    }

    #localnav .ln-title .ln-link::after {
        display: none;
    }
}

@media only screen and (max-width: 1919px) {
    #localnav .ln-title {
        padding-left: 80px;
    }

    #localnav .ln-action {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 1200px) {
    #localnav .ln-title {
        padding-left: 32px;
    }

    #localnav .ln-menu {
        margin-left: 20px;
    }

    #localnav .ln-link {
        padding: 0 12px;
    }

    #localnav .ln-link.current::after {
        right: 12px;
        left: 12px;
    }

    #localnav .ln-action {
        margin-left: 12px;
        padding-right: 32px;
    }

    #localnav .ln-menu-trigger {
        left: 0;
    }
}

#m5-new .thumbnav-swiper .gallery-container {
    position: relative;
}

#m5-new .thumbnav-swiper .gallery-swiper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#m5-new .thumbnav-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

#m5-new .thumbnav-swiper .gallery-wrapper {
    position: relative;
    overflow: hidden;
}

#m5-new .thumbnav-swiper .gallery-item {
    position: relative;
    width: 100%;
    transition: clip-path 0s .6s;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
}

#m5-new .thumbnav-swiper .gallery-item+.gallery-item {
    position: absolute;
    top: 0;
    left: 0;
}

#m5-new .thumbnav-swiper .gallery-picture {
    transition: transform 0s .6s;
    transform: scale(1.2);
}

#m5-new .thumbnav-swiper .gallery-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#m5-new .thumbnav-swiper .thumbnav-wrapper {
    margin-top: -2.083333vw;
    padding-top: 1.041667vw;
    background-color: #fff;
}

#m5-new .thumbnav-swiper .thumbnav-image {
    transition: .3s;
    opacity: .8;
}

#m5-new .thumbnav-swiper .thumbnav-caption {
    margin-top: .520833vw;
    line-height: 1.25;
    transition: opacity .3s;
    text-align: center;
    opacity: .6;
}

#m5-new .thumbnav-swiper .thumb-slide {
    width: 8.333333vw;
    margin-left: 1.041667vw;
    cursor: pointer;
}

#m5-new .thumbnav-swiper .thumb-slide:hover .thumbnav-image {
    transform: scale(1.1);
    opacity: 1;
}

#m5-new .thumbnav-swiper .thumb-slide:hover .thumbnav-caption {
    opacity: 1;
}

#m5-new .thumbnav-swiper .bullet-list {
    display: none;
}

#m5-new .thumbnav-swiper .stack-list {
    margin-top: 1.25vw;
    margin-right: 3.125vw;
    text-align: left;
}

#m5-new .thumbnav-swiper .stack-list .headline {
    display: none;
}

#m5-new .thumbnav-swiper .gallery-item-active,
#m5-new .thumbnav-swiper[data-active='1'] .gallery-item:nth-child(1),
#m5-new .thumbnav-swiper[data-active='2'] .gallery-item:nth-child(2),
#m5-new .thumbnav-swiper[data-active='3'] .gallery-item:nth-child(3),
#m5-new .thumbnav-swiper[data-active='4'] .gallery-item:nth-child(4),
#m5-new .thumbnav-swiper[data-active='5'] .gallery-item:nth-child(5),
#m9.no-sticky .thumbnav-swiper[data-active='1'] .gallery-item:nth-child(1),
#m9.no-sticky .thumbnav-swiper[data-active='2'] .gallery-item:nth-child(2),
#m9.no-sticky .thumbnav-swiper[data-active='3'] .gallery-item:nth-child(3),
#m9.no-sticky .thumbnav-swiper[data-active='4'] .gallery-item:nth-child(4),
#m9.no-sticky .thumbnav-swiper[data-active='5'] .gallery-item:nth-child(5) {
    z-index: 2;
    transition: clip-path .6s;
    -webkit-clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
}

#m5-new .thumbnav-swiper .gallery-picture-active,
#m5-new .thumbnav-swiper[data-active='1'] .gallery-item:nth-child(1) .gallery-picture,
#m5-new .thumbnav-swiper[data-active='2'] .gallery-item:nth-child(2) .gallery-picture,
#m5-new .thumbnav-swiper[data-active='3'] .gallery-item:nth-child(3) .gallery-picture,
#m5-new .thumbnav-swiper[data-active='4'] .gallery-item:nth-child(4) .gallery-picture,
#m5-new .thumbnav-swiper[data-active='5'] .gallery-item:nth-child(5) .gallery-picture {
    transition: transform .6s;
    transform: scale(1);
}

#m5-new .thumbnav-swiper .thumb-slide-active,
#m5-new .thumbnav-swiper[data-active='1'] .thumb-slide:nth-child(1) .thumbnav-image,
#m5-new .thumbnav-swiper[data-active='1'] .thumb-slide:nth-child(1) .thumbnav-caption,
#m5-new .thumbnav-swiper[data-active='2'] .thumb-slide:nth-child(2) .thumbnav-image,
#m5-new .thumbnav-swiper[data-active='2'] .thumb-slide:nth-child(2) .thumbnav-caption,
#m5-new .thumbnav-swiper[data-active='3'] .thumb-slide:nth-child(3) .thumbnav-image,
#m5-new .thumbnav-swiper[data-active='3'] .thumb-slide:nth-child(3) .thumbnav-caption,
#m5-new .thumbnav-swiper[data-active='4'] .thumb-slide:nth-child(4) .thumbnav-image,
#m5-new .thumbnav-swiper[data-active='4'] .thumb-slide:nth-child(4) .thumbnav-caption,
#m5-new .thumbnav-swiper[data-active='5'] .thumb-slide:nth-child(5) .thumbnav-image,
#m5-new .thumbnav-swiper[data-active='5'] .thumb-slide:nth-child(5) .thumbnav-caption {
    opacity: 1;
}

#m5-new .thumbnav-swiper .bullet-active,
#m5-new .thumbnav-swiper[data-active='1'] .bullet:nth-child(1),
#m5-new .thumbnav-swiper[data-active='2'] .bullet:nth-child(2),
#m5-new .thumbnav-swiper[data-active='3'] .bullet:nth-child(3),
#m5-new .thumbnav-swiper[data-active='4'] .bullet:nth-child(4),
#m5-new .thumbnav-swiper[data-active='5'] .bullet:nth-child(5) {
    transform: scale(1.5);
    opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
    #m5-new .thumbnav-swiper {
        width: 100%;
    }

    #m5-new .thumbnav-swiper .gallery-wrapper {
        width: 100%;
    }

    #m5-new .thumbnav-swiper .gallery-intro {
        bottom: 2.083333vw;
        left: 0;
        width: 100%;
        color: #b9b9bb;
    }

    #m5-new .thumbnav-swiper .gallery-content,
    #m5-new .thumbnav-swiper .stack-list .headline {
        display: block;
    }

    #m5-new .thumbnav-swiper .thumbnav-wrapper {
        width: 100%;
        margin-top: 4.166667vw;
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
    }

    #m5-new .thumbnav-swiper .thumb-slide {
        width: 25.583333vw;
    }

    #m5-new .thumbnav-swiper .thumb-slide+.swiper-slide {
        margin-left: 1.388889vw;
    }

    #m5-new .thumbnav-swiper .thumb-slide:hover .thumbnav-image {
        transform: none;
        opacity: .4;
    }

    #m5-new .thumbnav-swiper .thumbnav-image {
        transform: none !important;
        opacity: .4;
    }

    #m5-new .thumbnav-swiper .thumbnav-caption {
        display: none;
    }

    #m5-new .thumbnav-swiper .stack-list {
        display: flex;
        margin-top: 5.555556vw;
        margin-right: auto;
        text-align: left;
    }

    #m5-new .thumbnav-swiper h3 {
        font-size: 5.277778vw;
    }

    #m5-new .thumbnav-swiper .intro {
        margin-top: 2.777778vw;
    }

    #m5-new .thumbnav-swiper .bullet-list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5.555556vw;
    }

    #m5-new .thumbnav-swiper .bullet {
        width: 2.222222vw;
        height: 2.222222vw;
        margin-right: 1.527778vw;
        margin-left: 1.527778vw;
        transition: .5s;
        opacity: .4;
        border-radius: 50%;
        outline: 0;
    }
}

#m5-new .theme-dark .thumbnav-swiper .thumbnav-wrapper {
    background-color: #000;
}

@media (max-aspect-ratio: 11 / 10) {
    #m5-new .theme-dark .thumbnav-swiper .bullet {
        background-color: #fff;
    }
}

#m5-new .is-visible .gallery-item {
    will-change: clip-path;
}

#m5-new .is-visible .gallery-picture {
    will-change: transform;
}

#m9.no-sticky .thumbnav-swiper .gallery-item {
    transition: opacity 0s .6s;
    opacity: 0;
    clip-path: none;
}

#m9.no-sticky .thumbnav-swiper .gallery-item-active,
#m9.no-sticky .thumbnav-swiper[data-active='1'] .gallery-item:nth-child(1),
#m9.no-sticky .thumbnav-swiper[data-active='2'] .gallery-item:nth-child(2),
#m9.no-sticky .thumbnav-swiper[data-active='3'] .gallery-item:nth-child(3),
#m9.no-sticky .thumbnav-swiper[data-active='4'] .gallery-item:nth-child(4),
#m9.no-sticky .thumbnav-swiper[data-active='5'] .gallery-item:nth-child(5) {
    transition: opacity .6s;
    opacity: 1;
    clip-path: none;
}

@media (max-aspect-ratio: 11 / 10) {
    #m5-new .thumbnav-swiper .thumb-slide:nth-child(1) {
        margin-left: 0;
    }

    #m5-new .section-cockpit .tabnav {
        font-size: 5.555556vw;
    }
}

#m5-new sup a {
    cursor: pointer;
}

#m5-new .stack-item .stack-note{
    display: block;
    text-align: right;
    margin-top: 1.927083vw;
    font-size: .729167vw;
}
@media (max-aspect-ratio: 11 / 10) {
    #m5-new .stack-item .stack-note{
        margin-top: 5vw;
        font-size: 3.333333vw;
    }
}