.section {
    position: relative;
    color: #828282;
}
.section .section-head {
    line-height: 1.2;
    font-size: 48px;
}
.section .section-txt {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.2;
}

.section-image {
    max-width: 100%;
    width: 100%;
}

.section-as-bg {
    position: relative;
    overflow: hidden;
    background: 50% no-repeat;
}
.section-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-sep {
    height: 32px;
    background-color: transparent;
}

.section-sep2 {
    height: 4em;
    background-color: #FBFBFB;
}

.section-sep-black {
    background-color: #0E0E0E;
}
.section-sep-grey {
    background-color: #DFDFDE;
}

.section-a-text-center .section-text {
    position: absolute;
    left: 36%;
    right: 36%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.section-a-text-left .section-text {
    position: absolute;
    left: 20%;
    right: 52%;
    top: 50%;
    transform: translateY(-50%);
}
.section-a-text-right .section-text {
    position: absolute;
    left: 52%;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.section-intro .section-text {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}

.section-intro .section-head {
    color: rgba(255, 255, 255, .95);
}
.section-intro .section-txt {
    color: rgba(255, 255, 255, .75);
}

.section-lh-note {
    font-size: 10px;
}

.section-lh-note .container {
    max-width: 1920px;
}

@media screen and (min-width: 1440px) {
    .section-lh-note .container {
        padding: 0 64px;
    }
}

@media screen and (min-width: 1600px) {
    .section-intro .section-as-bg {
        height: 650px;
    }
    .section-intro .section-subhead {
        font-size: 22px;
        line-height: 1.2;
    }
    .section-intro .section-head {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .section-intro .section-txt {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1599px){
    .section-intro .section-as-bg {
        height: 650px;
    }
    .section-intro .section-head {
        font-size: 52px;
    }
    .section-intro .section-txt {
        font-size: 34px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1024px) {
    .section .section-head {
        font-size: 32px;
    }
    .section .section-txt {
        font-size: 16px;
    }

    .section .section-as-bg {
        height: auto;
    }
    ._section-image-bg {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: 100%;
    }
    .section-sep {
        height: 24px;
    }
    .section-sep2 {
        height: 2em;
    }

    .section-a-text-center .section-text {
        left: 10%;
        right: 10%;
        top: 50%;
    }
    .section-a-text-left .section-text,
    .section-a-text-right .section-text {
        left: 10%;
        right: 10%;
        top: 5%;
        transform: unset;
    }
    .section-intro .section-text {
        top: 4%;
        left: 15px;
        right: 15px;
        transform: initial;
    }
    .section-intro .section-txt {
        font-size: 16px;
    }
    .section-intro .section-as-bg {
        height: 650px;
    }

    .section-camera .section-as-bg {
        height: 480px;
    }
    .section-camera .section-camera-wrap {
        max-width: 100%;
        width: 100%;
    }
    .section-camera .section-head {
        font-size: 24px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
    .section .section-head {
        font-size: 34px;
    }
    .section .section-txt {
        margin-top: 6px;
        font-size: 18px;
    }
    .section-a-text-center .section-text {
        left: 20%;
        right: 20%;
    }
    .section-a-text-left .section-text {
        left: 10%;
        right: 52%;
    }
    .section-a-text-right .section-text {
        left: 52%;
        right: 10%;
    }
}

.v-btn.v-btn--variant-icon_filled .v-icon {
    color: rgba(255,255,255,0.95);
    transition-property: box-shadow, transform, opacity, color, border, border-bottom, border-bottom-color, background;
    transition-duration: 240ms;
    transition-timing-function: cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
@media (min-width: 1024px) {
    .v-btn.v-btn--variant-icon_filled:hover {
        background: rgba(77,77,77,1);
    }
}

.v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-grid;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    transition-property: box-shadow, transform, opacity, color, border, border-bottom, border-bottom-color, background;
    transition-duration: 240ms;
    transition-timing-function: cubic-bezier(0.48, 0.04, 0.52, 0.96);
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    border-color: rgba(255,255,255,.12);
    border-style: solid;
    border-width: 0;
    cursor: pointer;
}
@supports selector(:focus-visible) {
  .v-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn:focus-visible::after {
    opacity: 0.25;
  }
}

.v-btn__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.v-btn__overlay,
.v-btn__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.v-btn__overlay {
    transition: none;
}

.v-btn__content,
.v-btn__prepend,
.v-btn__append {
    align-items: center;
    display: flex;
    transition: transform, opacity, border-bottom 240ms cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.v-btn--size-small .v-btn__prepend {
    grid-area: prepend;
    margin-right: 4px;
}

.v-btn__content {
    grid-area: content;
    justify-content: center;
    white-space: nowrap;
}

.v-icon {
    --v-icon-size-multiplier: 1;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
}
.v-btn--size-small .v-icon {
    font-size: 20px;
}
.v-btn .v-icon {
    --v-icon-size-multiplier: 0.8571428571;
}

.oop {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.oop_play_solid:before {
    content: "\e64f";
}
.oop_arrow_long-arrow_left:before {
    content: "\e607";
}
.oop_arrow_long-arrow_right:before {
    content: "\e621";
}
.oop_close_simple:before {
    content: "\e615";
}

.oop_font_title_sm {
    font-size: 24px;
    line-height: 32px;
}

.oop_font_body {
    font-size: 14px;
    line-height: 18px;
}

@media(max-width: 1023.98px) {
    .oop_font_body {
        font-size: 14px;
        line-height: 18px
    }

    .oop_font_title_sm {
        font-size: 20px;
        line-height: 26px
    }
}


.ksp_wrap {
    max-width: 1920px;
    margin: 0 auto;
}

.ksp_wrap .ksp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    margin-right: 16px;
    max-width: 1856px
}

@media(min-width: 650px) {
    .ksp_wrap .ksp-container {
        padding-left:24px;
        margin-right: 24px
    }
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container {
        padding-left:24px;
        margin-right: 24px
    }
}

@media(min-width: 1440px) {
    .ksp_wrap .ksp-container {
        padding-left:64px;
        margin-right: 64px
    }
}

.ksp_wrap .ksp-container .cmp_ksp-swiper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .ksp_wrap .ksp-container .cmp_ksp-swiper {
        padding-bottom: 38px;
    }
}

.ksp_wrap .ksp-container .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px
}

@media(max-width: 1023.98px) {
    .ksp_wrap .ksp-container .navigation {
        display:none !important
    }
}

.ksp_wrap .ksp-container .navigation .ksp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 16px;
    background: #f2f2f2
}

.ksp_wrap .ksp-container .navigation .ksp-button.swiper-button-lock {
    display: none
}

.ksp_wrap .ksp-container .navigation .ksp-button:first-child {
    margin-left: 0
}

.ksp_wrap .ksp-container .navigation .ksp-button.swiper-button-disabled {
    color: rgba(26,26,26,.35)
}

.ksp_wrap .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1025px) {
    .ksp_wrap .swiper-pagination {
        display: block;
        width: auto;
        right: 0;
        left: auto;
        bottom: 6px;
    }
}

.ksp_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(26, 26, 26, .95);
}

.ksp_wrap .swiper-wrapper {
    align-items: stretch;
}
.ksp_wrap .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #fafafa
}

.ksp_wrap .ksp-container .swiper-slide .banner-img,
.ksp_wrap .ksp-container .swiper-slide .video-box {
    --ksp-aspect-ratio: 56.03644646924829%;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative
}
.ksp_wrap .ksp-container .swiper-slide .banner-img::after,
.ksp_wrap .ksp-container .swiper-slide .video-box::after {
    content: "";
    display: block;
    padding-top: var(--ksp-aspect-ratio);
}
@media screen and (max-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img,
    .ksp_wrap .ksp-container .swiper-slide .video-box {
        --ksp-aspect-ratio: 100%;
    }
}

.ksp_wrap .ksp-container .swiper-slide .banner-img img,
.ksp_wrap .ksp-container .swiper-slide .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 649.98px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img,
    .ksp_wrap .ksp-container .swiper-slide .video-box {
        height:auto
    }
}

@media(min-width: 650px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img,
    .ksp_wrap .ksp-container .swiper-slide .video-box {
        height:auto
    }
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img,
    .ksp_wrap .ksp-container .swiper-slide .video-box {
        height:auto
    }
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .play-btn,
.ksp_wrap .ksp-container .swiper-slide .video-box .play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.55);
    border: 2px solid rgba(255,255,255,.15);
    border-radius: 50%;
    cursor: pointer;
    z-index: 4
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .banner,
.ksp_wrap .ksp-container .swiper-slide .video-box .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom
}

@media(max-width: 1023.98px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img .picture-pc,
    .ksp_wrap .ksp-container .swiper-slide .video-box .picture-pc {
        display:none
    }
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .picture-mo,
.ksp_wrap .ksp-container .swiper-slide .video-box .picture-mo {
    display: none
}

@media(max-width: 1023.98px) {
    .ksp_wrap .ksp-container .swiper-slide .banner-img .picture-mo,
    .ksp_wrap .ksp-container .swiper-slide .video-box .picture-mo {
        display:block
    }
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .banner-video,
.ksp_wrap .ksp-container .swiper-slide .video-box .banner-video {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-50%);
    height: 100%;
    object-fit: cover;
    z-index: 2
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .poster,
.ksp_wrap .ksp-container .swiper-slide .video-box .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    z-index: 3
}

.ksp_wrap .ksp-container .swiper-slide .banner-img .placeholder,
.ksp_wrap .ksp-container .swiper-slide .video-box .placeholder {
    width: 100%;
    z-index: 0
}

.ksp_wrap .ksp-container .swiper-slide .ksp-video-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ksp_wrap .ksp-container .swiper-slide .ksp-video-placeholder .error-img {
    width: 174px;
    height: 174px
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .ksp-video-placeholder .error-img {
        width:262px;
        height: 262px
    }
}

.ksp_wrap .ksp-container .swiper-slide .ksp-video-placeholder .error-text {
    font-size: 26px;
    color: rgba(26,26,26,.95);
    margin-top: 12px
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .ksp-video-placeholder .error-text {
        margin-top:16px
    }
}

.ksp_wrap .ksp-container .swiper-slide .card-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 16px;
    text-align: left;
    flex: 1;
    background: #fafafa
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .card-info {
        padding:16px 20px
    }
}

.ksp_wrap .ksp-container .swiper-slide .card-info .title {
    margin-bottom: 8px;
    color: rgba(26,26,26,.95);
    line-height: normal
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .card-info .title {
        margin-bottom:8px
    }
}

.ksp_wrap .ksp-container .swiper-slide .card-info .desc {
    color: rgba(26,26,26,.55);
    line-height: normal
}

.ksp_wrap .ksp-container .swiper-slide .card-info .button-group {
    margin-top: 16px
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .card-info .button-group {
        margin-top:20px
    }
}

.ksp_wrap .ksp-container .swiper-slide .card-info .button-group .secondary-btn {
    margin-left: 8px
}

@media(min-width: 1024px) {
    .ksp_wrap .ksp-container .swiper-slide .card-info .button-group .secondary-btn {
        margin-left:12px
    }
}