@font-face {
    font-family: 'Fonters';
    src: url('../fonts/Fonters.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SST Bold';
    src: url('../fonts/SST/SST-Bold.otf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'SST Light';
    src: url('../fonts/SST/SST-Light.otf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'SST Medium';
    src: url('../fonts/SST/SST-Medium.otf') format('truetype');
    font-weight: 500;
}

@font-face {
    src: url('../fonts/SST/SST-BoldItalic.otf') format('truetype');
    font-family: 'SST Bold Italic';
    font-weight: bold;
    font-style: italic;
}

@font-face {
    src: url('../fonts/SST/SST-Italic.otf') format('truetype');
    font-family: 'SST Italic';
    font-weight: normal;
    font-style: italic;
}

@font-face {
    src: url('../fonts/SST/SST-LightItalic.otf') format('truetype');
    font-family: 'SST Light Italic';
    font-weight: 300;
    font-style: italic;
}

@font-face {
    src: url('../fonts/SST/SST-MediumItalic.otf') format('truetype');
    font-family: 'SST Medium Italic';
    font-weight: 500;
    font-style: italic;
}

@font-face {
    src: url('../fonts/SST/SST-Heavy.otf') format('truetype');
    font-family: 'SST Heavy';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/SST/SST-HeavyItalic.otf') format('truetype');
    font-family: 'SST Heavy Italic';
    font-weight: normal;
}

@font-face {
    src: url('../fonts/SST/SST-Condensed.otf') format('truetype');
    font-family: 'SST Condensed';
    font-weight: normal;
}

@font-face {
    src: url('../fonts/SST/SST-CondensedBd.otf') format('truetype');
    font-family: 'SST Condensed Bold';
    font-weight: bold;
}

@font-face {
    src: url('../fonts/SST/SST-CondensedMd.otf') format('truetype');
    font-family: 'SST Condensed Medium';
    font-weight: 500;
}

@font-face {
    src: url('../fonts/SST/SST-Roman.otf') format('truetype');
    font-family: 'SST Roman';
    font-weight: normal;
}

body {
    font-family: 'SST Medium', sans-serif !important;
    letter-spacing: 0.05em;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'SST Medium', sans-serif;
    letter-spacing: 0.05em;
}

.fonters-txt {
    font-family: 'Fonters', sans-serif;
    letter-spacing: 0.05em;
}

.sec-kol {
    background: url(../images/first-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-kol__head {
    padding: 0 25px;
}

.sec-kol__head__title {
    text-align: center;
}

.sec-kol__head__title h1 {
    color: #fff;
    margin: 0;
    padding-top: 40px;
    font-family: 'SST Medium', sans-serif;
    font-size: 50px;
    font-weight: 500;
}

.sec-kol__head__title h2 {
    padding-top: 6px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-family: 'SST Bold', sans-serif;
}

.sec-kol__head__title p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding-top: 15px;
    font-size: 30px;
    font-family: 'SST Medium', sans-serif;
}

.box-kol {
    position: relative;
    max-width: 206px;
    padding: 0 8px;
    cursor: pointer;
}

.box-kol>img {
    width: 100%;
    height: auto;
}

.box-kol__text {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 28px;
    left: 0;
}

.box-kol__text>h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'SST Bold', sans-serif;
}

.box-kol__text>p {
    margin: 0 0 0;
    font-size: 12px;
    color: #fff;
    font-family: 'SST Roman', sans-serif;
}

.sec-kol__body__slider {
    padding-top: 20px;
    padding-left: 36px;
    padding-bottom: 50px;
    position: relative;
}

.slider__next {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
}

.slider__prev {
    position: absolute;
    top: 50%;
    left: 20px;
    cursor: pointer;
}

.slider__next>img,
.slider__prev>img {
    width: 14px;
}

.sec-kol__body__slider .slider-01 {
    margin: 0;
}

.sec-kol__body__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    bottom: -25px;
}

.sec-kol__body__slider .slick-dots>li {
    color: #fff;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.sec-kol__body__slider .slick-dots>li.slick-active {
    background: #ccc;
}

.slick-dots li button {
    display: none;
}

.sec-kol__img {
    text-align: center;
}

.sec-kol__img__lst-name {
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: -2%;
    padding: 0 8%;
}

.sec-kol__img__lst-name>span:nth-child(1) {
    padding-left: 3%;
}

.sec-kol__img__lst-name>span:nth-child(2) {
    padding-left: 4%;
}

.sec-kol__img__lst-name>span:nth-child(3) {
    padding-left: 2.5%;
}

@media screen and (min-width: 1401px) {
    .sec-kol__img__lst-name {
        max-width: 1275px;
    }

    .sec-kol__img__lst-name {
        padding: 0;
    }
}

.sec-kol__img__lst-name>span {
    display: block;
    text-align: center;
    width: 25%;
    color: #fff;
    font-size: 20px;
    font-family: 'SST Bold', sans-serif;
}

.sec-kol__video {
    padding-top: 20px;
    padding-bottom: 45px;
    text-align: center;
    cursor: pointer;
    padding-left: 37px;
    padding-right: 37px;
}

.sec-kol__video__inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.sec-kol__video__inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-kol__popup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 540px;
    margin: 0 auto;
}

.box-kol__popup.claudio-kol-bg {
    background: #ffa053;
    color: #ffa053;
}

.box-kol__popup.sherry-kol-bg {
    background: #4bc088;
    color: #4bc088;
}

.box-kol__popup.chiouHuey-kol-bg {
    background: #a754ce;
    color: #a754ce;
}

.box-kol__popup.darren-kol-bg {
    background: #08b38d;
    color: #08b38d;
}

.box-kol__popup.rainier-kol-bg {
    background: #df9d00;
    color: #df9d00;
}

.box-kol__popup.amelyn-kol-bg {
    background: #ff7c9e;
    color: #ff7c9e;
}

.box-kol__popup.jaegan-kol-bg {
    background: #5fa8e3;
    color: #5fa8e3;
}

.box-kol__popup__img {
    max-width: 540px;
    width: 100%;
    height: auto;
    position: relative;
}

.box-kol__popup__close {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
}

.box-kol__popup__close>img {
    width: 30px;
    height: auto;
}

.box-kol__popup__text-quote {
    position: absolute;
    color: #fff;
    font-family: 'SST Medium Italic', sans-serif;
    font-size: 17px;
    width: calc(47% - 24px);
    text-align: center;
    right: 20px;
    top: 15.5%;
    line-height: 1.22;
}

.box-kol__popup__text-quote__icon-start,
.box-kol__popup__text-quote__icon-end {
    position: absolute;
    width: 60px;
}

.box-kol__popup__text-quote__icon-start {
    left: 0;
    top: -40px;
}

.box-kol__popup__text-quote__icon-end {
    right: 0;
    bottom: -45px;
}

.box-kol__popup__text-quote img {
    width: 100%;
    height: auto;
}

.box-kol__popup.rainier-kol-bg .box-kol__popup__text-quote {
    left: 20px;
    right: auto;
    color: #9c653d;
    width: calc(44% - 24px);
}

.box-kol__popup.amelyn-kol-bg .box-kol__popup__text-quote {
    left: 20px;
    right: auto;
}

.box-kol__popup__text-name {
    position: absolute;
    font-family: 'Fonters', sans-serif;
    font-size: 55px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 68%;
}

.box-kol__popup__text-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 78.6%;
    font-size: 18px;
    line-height: 1;
    color: inherit;
}

.box-kol__popup__text-btn:hover {
    color: inherit;
}

.box-kol__popup__text-job {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    font-size: 18px;
    line-height: 1;
}

.sec-kol__video__popup .box-kol__popup__close {
    top: -50px;
}

.sec-kol__video__popup {
    text-align: center;
    line-height: 0;
}

.sec-kol__video__popup video {
    width: 100%;
    height: 100%;
    max-width: 1080px;
}

@media screen and (min-width: 541px) {
    .box-kol {
        max-width: 300px;
        padding: 0 16px;
    }

    .box-kol__text {
        bottom: 42px;
    }

    .box-kol__text>h3 {
        font-size: 18px;
    }

    .box-kol__text>p {
        font-size: 14px;
    }

    .slider__next>img,
    .slider__prev>img {
        width: 20px;
    }

    .sec-kol__body__slider .slick-dots>li {
        width: 10px;
        height: 10px;
    }

    .box-kol__popup {
        align-items: center;
    }

    .box-kol__popup__text-quote {
        right: 4%;
    }

    .sec-kol__video {
        padding-top: 40px;
    }
}

.sec-ksp {
    padding: 0 25px;
    background: url(../images/second-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-ksp__head {
    padding-top: 25px;
}

.sec-ksp__head>h2 {
    position: relative;
    margin: 0;
    text-align: center;
}

.sec-ksp__head>h2 img {
    max-width: 450px;
    width: 100%;
    height: auto;
}

.sec-ksp__head>h2>p {
    font-size: 30px;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    font-family: 'SST Medium', sans-serif;
}

.sec-ksp__head>h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    max-width: 350px;
    margin: 25px auto 0;
    font-family: 'SST Medium', sans-serif;
    position: relative;
}

.sec-ksp__head>h3 img {
    width: 100%;
}

.sec-ksp__head>h3>.bg-element-01 {
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec-ksp__head>h3>.star-01 {
    width: 42px;
    position: absolute;
    right: 0;
    top: -10px;
}

.sec-ksp__head>p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    line-height: 1.22;
    max-width: 450px;
    margin: 0 auto;
    font-family: 'SST Roman', sans-serif;
}

.sec-ksp__body {
    padding-top: 30px;
}

.box-ksp {
    padding: 0 13px;
}

.box-ksp__text {
    color: #1582bb;
    font-size: 15px;
    text-align: center;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 1.22;
    font-family: 'SST Roman', sans-serif;
}

.box-ksp__text>b {
    font-family: 'SST Bold', sans-serif;
}

.box-ksp__note {
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-family: 'SST Roman', sans-serif;
    padding-top: 6px;
    margin: 0;
}

.sec-ksp__slider {
    position: relative;
}

.sec-ksp__slider .slider__next {
    right: -10px;
    top: 54%;
}

.sec-ksp__slider .slider__prev {
    left: -10px;
    top: 54%;
}

.sec-ksp__slider__dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sec-ksp__slider__dot .slick-dots {
    position: relative;
    bottom: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sec-ksp__slider__dot .slick-dots li button {
    display: none;
}

.sec-ksp__slider__dot .slick-dots li {
    width: 40px;
    height: 28px;
    background-image: url(../images/KSP/CL-frame.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-ksp__slider__dot .slick-dots li.slick-active {
    background-color: #1582bb;
    background-image: none;
}

.sec-ksp__slider__dot .slick-dots li:after {
    content: '';
    color: #fff;
    font-size: 17px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-ksp__slider__dot .slick-dots li:nth-child(1):after {
    content: 'ST';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(2):after {
    content: 'FL';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(3):after {
    content: 'IN';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(4):after {
    content: 'SH';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(5):after {
    content: 'VV2';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(6):after {
    content: 'VV';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(7):after {
    content: 'NT';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(8):after {
    content: 'BW';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(9):after {
    content: 'SE';
}

.sec-ksp__slider__dot .slick-dots li:nth-child(10):after {
    content: 'PT';
}

.sec-ksp__slider .slick-slider {
    margin-bottom: 0;
}

.slider-02__img {
    border: 2px solid #e3dad4;
    border-radius: 16px;
    overflow: hidden;
}

.sec-ksp__feature-lst {
    padding-top: 45px;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
}

.sec-ksp__feature-lst__item {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
}

.box-feature,
.box-feature__img {
    position: relative;
}

.box-feature__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-feature__img>img {
    position: relative;
    z-index: 2;
}

.box-feature__el-bg {
    z-index: 1;
    position: absolute;
}

.box-feature__text>h3 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0;
    font-family: 'SST Medium', sans-serif;
    padding-top: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.box-feature__text>p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    line-height: 1.22;
    font-family: 'SST Roman', sans-serif;
}

.box-feature__text>small {
    display: block;
    font-family: 'SST Roman', sans-serif;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    line-height: 1.22;
}

.box-feature__icon {
    position: absolute;
    z-index: 2;
    width: 50px;
}

.box-feature__icon>img {
    width: 100%;
    height: auto;
}

.box-feature__icon.icon-spark-icon {
    width: 62px;
    top: -15px;
    left: -10px;
}

.box-feature__icon.icon-tap {
    width: 42px;
    right: 0;
    bottom: -15px;
}

.box-feature__icon.icon-eyes {
    width: 55px;
    top: 0;
    left: -36px;
}

.box-feature__icon.icon-hotdog {
    width: 38px;
    right: 0;
    bottom: -10px;
}

.box-feature__icon.icon-wave {
    width: 45px;
    top: -8px;
    right: -14px;
}

.box-feature__icon.icon-mic {
    width: 45px;
    left: 10px;
    bottom: -18px;
}

.box-feature__icon.icon-heart {
    width: 31px;
    top: -8px;
    right: 10px;
}

.box-feature__icon.icon-feather {
    width: 47px;
    left: -24px;
    bottom: -5px;
}

.box-feature__icon.icon-swipe {
    width: 35px;
    right: -12px;
    bottom: -40px;
}

.box-feature__icon.icon-image {
    width: 42px;
    right: 6px;
    top: -8px;
}

.box-feature__icon.icon-glow {
    width: 50px;
    right: 0;
    bottom: -25px;
}

.box-feature__el-bg.bg-element-02 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.box-feature__el-bg.bg-element-03 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.box-feature__el-bg.bg-element-04 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.box-feature__el-bg.bg-element-05 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.box-feature__el-bg.bg-element-06 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.box-feature__el-bg.bg-element-07 {
    width: 100%;
    left: 0;
    bottom: -35px;
}

.sec-kol__video,
.sec-ksp__body,
.sec-gallery__body,
.sec-product__body {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (min-width: 541px) {
    .sec-ksp__slider__dot .slick-dots li {
        /* min-width: 60px;
        height: 40px; */
    }

    .box-ksp__text {
        padding-top: 70px;
    }

    .sec-ksp__head {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1081px) {
    .sec-ksp__feature-lst__item {
        width: calc(33.33% - 16px);
    }

    .sec-ksp__slider__dot .slick-dots li {
        min-width: 60px;
        height: 40px;
    }
}

.sec-gallery {
    padding: 0 25px;
    background: url(../images/third-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-gallery__head {
    padding-top: 35px;
}

.sec-gallery__head>h2 {
    position: relative;
    margin: 0;
    text-align: center;
}

.sec-gallery__head>h2 img {
    max-width: 450px;
    height: auto;
    width: 100%;
}

.sec-gallery__head>h2>p {
    font-size: 29px;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    font-family: 'SST Medium', sans-serif;
}

.sec-gallery__head>p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    line-height: 1.22;
    max-width: 450px;
    margin: 0 auto;
    font-family: 'SST Roman', sans-serif;
}

.sec-gallery__body {
    /* padding-top: 30px; */
}

.box-gallery {
    padding: 25px 13px 55px;
}

.box-gallery__set {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #31c2a2;
    border-radius: 12px;
    border: 2px solid #fff;
}

.box-gallery__set__text {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-family: 'SST Bold', sans-serif;
    line-height: 1.22;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.box-gallery__set__img {
    position: relative;
    width: 130px;
}

.box-gallery__set__img>img {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec-gallery__body__slider {
    position: relative;
}

.sec-gallery__body__slider>.star-01 {
    width: 42px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.sec-gallery__body__slider>.star-01>img {
    width: 100%;
    height: auto;
}

.box-gallery__slide {
    margin-top: 5px;
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    /* height: 300px; */
}

.box-gallery__slide--01 .box-gallery__slide__img,
.box-gallery__slide--03 .box-gallery__slide__img {
    width: 33.33%;
}

.box-gallery__slide__img.js-video-container {
    position: relative;
    line-height: 0;
}

.box-gallery__slide__img.js-video-container video {
    width: 100%;
    height: auto;
}

.box-gallery__slide__img.js-video-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-gallery__slide__img {
    width: 100%;
}

.box-gallery__slide__img>img {
    width: 100%;
    height: auto;
}

.sec-gallery__body__slider .slider__next {
    right: -10px;
    top: 51%;
}

.sec-gallery__body__slider .slider__prev {
    left: -10px;
    top: 51%;
}

.sec-gallery__body__slider .slider-03 {
    margin-bottom: 0;
}

.box-gallery__slide__video {
    position: relative;
}

.box-gallery__slide__video .box-kol__popup__close {
    top: -40px;
}

.box-gallery__slide__video {
    text-align: center;
}

.box-gallery__slide__video video {
    width: 100%;
    height: 100%;
    max-width: 1080px;
}

#set-1-gallery video,
#set-3-gallery-1 video,
#set-3-gallery-2 video {
    max-width: 320px;
}

@media screen and (min-width: 541px) {
    .box-gallery__slide {
        margin-top: 10px;
    }

    #set-1-gallery video,
    #set-3-gallery-1 video,
    #set-3-gallery-2 video {
        max-width: 340px;
    }

    .sec-gallery__head>p {
        max-width: 520px;
    }
}

@media screen and (min-width: 1081px) {
    .box-gallery {
        padding-top: 50px;
    }

    .box-gallery__set__img {
        width: 220px;
    }

    .box-gallery__set {
        padding: 20px 10px 20px;
    }

    .box-gallery__set__img>img {
        bottom: -20px;
    }
}

.sec-product {
    padding: 0 25px;
    background: url(../images/fourth-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-product__head {
    padding-top: 35px;
}

.sec-product__head>h2 {
    position: relative;
    margin: 0;
    text-align: center;
}

.sec-product__head>h2 img {
    max-width: 450px;
    height: auto;
    width: 100%;
}

.sec-product__head>h2>p {
    font-size: 29px;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    font-family: 'SST Medium', sans-serif;
}

.sec-product__lst__item__ttl {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    font-family: 'SST Bold', sans-serif;
    padding-top: 20px;
}

.sec-product__lst__item.sec-product__lst__item--apsc .sec-product__lst__item__ttl {
    /* padding-top: 48px; */
}

.box-product {
    margin: 0 13px;
}

.box-product {
    padding: 12px 12px 15px;
    border: 1px solid #fff;
    border-radius: 12px;
    text-align: center;
}

.box-product__img {
    position: relative;
    width: 100%;
}

.box-product__img img {
    width: 100%;
    height: auto;
}

.box-product__text {}

.box-product__text>h4 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-family: 'SST Medium', sans-serif;
    padding-top: 10px;
    line-height: 1.22;
}

.box-product__text>p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
    line-height: 1.22;
    font-family: 'SST Roman', sans-serif;
}

.box-product__text>p>span {
    font-size: 15px;
}

.box-product__text>a {
    margin-top: 20px;
    display: inline-block;
    width: 130px;
    position: relative;
}

.box-product__text>a>img {
    width: 100%;
    height: auto;
}

.box-product__text>a>span {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: 'SST Bold', sans-serif;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    text-align: center;
}

.sec-product__body__slider {
    position: relative;
    padding-top: 20px;
}

.sec-product__lst__item {
    /* padding-bottom: 50px; */
}

.sec-product__body__slider .slider-04,
.sec-product__body__slider .slider-05,
.sec-product__body__slider .slider-06,
.sec-product__body__slider .slider-07 {
    margin-bottom: 0;
}

.sec-product__body__slider .slider__next {
    right: -10px;
}

.sec-product__body__slider .slider__prev {
    left: -10px;
}

@media screen and (min-width: 541px) {
    .slider__next {
        right: -16px !important;
    }

    .slider__prev {
        left: -16px !important;
    }

    .sec-kol__body__slider .slider__next {
        right: 20px !important;
    }

    .sec-kol__body__slider .slider__prev {
        left: 20px !important;
    }

    .sec-product__lst__item {
        padding-top: 30px;
    }

    .sec-product__lst__item__ttl {
        padding-top: 30px;
    }

    .sec-product__body__slider {
        padding-top: 30px;
    }
}

.sec-product__body__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    bottom: -25px;
}

.sec-product__body__slider .slick-dots>li {
    color: #fff;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.sec-product__body__slider .slick-dots>li.slick-active {
    background: #ccc;
}

.sec-product__lst {
    padding-bottom: 50px;
}

.sec-product__lst__item {
    padding-top: 25px;
}

.sec-product__lst__item__subttl {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 1.22;
    padding-top: 22px;
    text-align: center;
    font-family: 'SST Medium', sans-serif;
}

.sec-product__lst__item__ttl+.sec-product__lst__item__subttl {
    padding-top: 10px;
}

.slider-06~.slick-arrow {
    display: block;
}

@media screen and (max-width: 540px) {
    .box-kol__popup__text-name {
        font-size: 7vw;
    }

    .box-kol__popup__text-btn {
        font-size: 14px;
        top: 78.5%;
    }

    .box-kol__popup__text-quote {
        font-size: 11px;
    }

    .box-kol__popup__text-job {
        font-size: 14px;
    }

    .box-feature__text>h3 {
        font-size: 16px;
    }

    .box-feature__text>p {
        font-size: 12px;
    }

    .sec-ksp__head>p {
        /* font-size: 15px; */
    }

    .box-gallery__set__text {
        font-size: 14px;
    }

    .box-kol__popup.claudio-kol-bg .box-kol__popup__text-btn {
        font-size: 13px;
    }

    .sec-ksp__head>h2>p {
        font-size: 25px;
    }

    .sec-kol__img__lst-name>span {
        font-size: 14px;
    }

    .sec-ksp__slider .slider__next {
        top: 57%;
    }

    .sec-ksp__slider .slider__prev {
        top: 57%;
    }

    .sec-ksp__body {
        padding-top: 70px;
    }

    .sec-ksp__slider__dot {
        top: -40px;
    }

    .sec-ksp__slider__dot .slick-dots {
        max-width: 280px;
        margin: 0 auto;
    }

    .box-feature__text>h3 {
        font-size: 15px;
    }

    .sec-product__lst__item__ttl {
        font-size: 20px;
    }

    .box-product__text>h4 {
        font-size: 20px;
    }

    .box-product__text>p>span {
        font-size: 15px;
    }

    .box-kol {
        max-width: 40vw;
    }

    .box-kol__text>h3 {
        font-size: 12px;
    }

    .box-kol__text>p {
        font-size: 10px;
    }

    .box-kol__text {
        bottom: 18px;
    }

    .box-kol__popup__text-quote__icon-start,
    .box-kol__popup__text-quote__icon-end {
        width: 40px;
    }

    .box-kol__popup__text-quote__icon-start {
        top: -30px;
    }

    .box-kol__popup__text-quote__icon-end {
        bottom: -35px;
    }

    .box-feature__icon.icon-spark-icon {
        top: -25px;
    }

    .box-feature__icon.icon-mic {
        bottom: -10px;
    }

    .box-gallery {
        /* padding-bottom: 40px; */
    }
}

@media screen and (min-width: 1081px) {

    .sec-kol,
    .sec-gallery,
    .sec-ksp,
    .sec-product {
        background-size: 100% 100%;
    }

    .box-feature__icon.icon-spark-icon {
        top: 20px;
        width: 65px;
    }

    .box-feature__icon.icon-tap {
        width: 53px;
        right: 15px;
        bottom: 42px;
    }

    .box-feature__icon.icon-eyes {
        top: 40px;
        left: -30px;
        width: 70px;
    }

    .box-feature__icon.icon-hotdog {
        width: 52px;
        right: 0;
        bottom: 10px;
    }

    .box-feature__icon.icon-wave {
        width: 47px;
        top: -5px;
        right: 19px;
    }

    .box-feature__icon.icon-mic {
        width: 50px;
        left: 15px;
        bottom: -4px;
    }

    .box-feature__icon.icon-heart {
        width: 44px;
        top: 5px;
        right: 12px;
    }

    .box-feature__icon.icon-feather {
        width: 70px;
        left: -23px;
        bottom: -5px;
    }

    .box-feature__icon.icon-swipe {
        width: 44px;
        right: -12px;
        bottom: 18px;
    }

    .box-feature__icon.icon-image {
        width: 53px;
        right: 6px;
        top: 47px;
    }
}



.sec-kol__img {
    position: relative;
}

.sec-kol__img .gif-element {
    position: absolute;
    top: 0;
    left: 20%;
    transform: translateX(-50%);
    z-index: 100;
}

.sec-kol__img .gif-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .sec-kol__img .gif-element {
        top: -25px;
        left: 10%;
    }
}

@media screen and (max-width: 475px) {
    .sec-kol__img .gif-element {
        left: 10%;
        top: -60px;
    }
}

/* back-to-top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}
.back-to-top img {
    width: 150px;
    height: auto;
}
/* sec-zv-hangout */
.sec-zn-hangout {
    background: url(../images/hangout-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media screen and (min-width: 1081px) {
    .sec-zn-hangout {
        background-size: 100% 100%;
    }
}
.sec-zn-hangout__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 25px;
    padding-bottom: 30px;
}
.sec-zn-hangout__ttl {
    padding-top: 140px;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: 'SST Bold', sans-serif;
    position: relative;
    z-index: 3;
}
.sec-zn-hangout__mainimg {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}
.sec-zn-hangout__mainimg img {
    position: relative;
    z-index: 2;
}
.sec-zn-hangout__mainimg__bg {
    position: absolute;
    top: 62%;
    left: 2.5%;
    z-index: 1;
    width: 95%;
}
.sec-zn-hangout__mainimg__icon {
    position: absolute;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(1) {
    top: 20%;
    left: -5%;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(2) {
    top: 16%;
    left: 10%;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(3) {
    top: -2%;
    left: 22%;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(4) {
    top: -5%;
    right: 3%;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(5) {
    top: 40%;
    right: 3%;
}
.sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(6) {
    bottom: -6%;
    left: 2%;
}
.sec-zn-hangout__txt {
    display: block;
    font-size: 26px;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-family: 'SST Heavy', sans-serif; 
    position: relative;
    z-index: 2;
}
.sec-zn-hangout__adress {
    display: block;
    font-size: 20px;
    line-height: 1.22;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.sec-zn-hangout__adress span:nth-child(1) {
    font-family: 'SST Bold', sans-serif;
}
.sec-zn-hangout__adress span:nth-child(2) {
    font-family: 'SST Roman', sans-serif;
    margin-left: 16px;
}
.sec-zn-hangout__adress__icon {
    position: absolute;
}
.sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(1) {
    top: -70px;
    left: 0;
}
.sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(2) {
    top: -20px;
    left: 16%;
}
.sec-zn-hangout__adress span:nth-child(2) img {
    width: 20px;
    height: auto;
    vertical-align: bottom;
}
.sec-zn-hangout__lst {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0 30px;
    max-width: 800px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.sec-zn-hangout__lst--icon__item {
    position: absolute;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(1) {
    top: 10%;
    left: -10%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(2) {
    top: 10%;
    right: -7%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(2) img {
    width: 90px;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) {
    top: 27%;
    left: -6%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) img {
    width: 40px;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(4) {
    top: 17%;
    right: -4%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(5) {
    top: 45%;
    right: -2%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(6) {
    top: 70%;
    left: -4%;
}
.sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(7) {
    bottom: 12%;
    right: -5%;
}
.sec-zn-hangout__item {
    border-radius: 12px;
    border: 2px solid #fff;
    overflow: hidden;
}
.sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content{
    padding-right: 80px;
}
.sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content .box-register__lst-kol__link > span.sherry{
    margin-left: 32px;
}
.sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content .box-register__txt {
    margin-left: 15px;
}
.box-register {
    display: flex;
    color: #fff;
}
.box-register__time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #fff;
    font-family: 'SST Bold', sans-serif;
    flex-basis: 20%;
}
.box-register.box-register--amelyn-rainier .box-register__time {
    color: #ee7c9e;
}
.box-register.box-register--sherry-darren .box-register__time {
    color: #07b38d;
}
.box-register.box-register--jaegen .box-register__time {
    color: #5ca5df;
}
.box-register.box-register--claudio .box-register__time {
    color: #ff9f53;
}
.box-register.box-register--chiouHuey .box-register__time {
    color: #a753ce;
}
.box-register__content {
    text-align: center;
    padding: 20px 25px;
    border-right: 2px solid #fff;
    flex-basis: 60%;
}
.box-register__txt {
    font-size: 18px;
    line-height: 1.22;
    color: #fff;
    font-family: 'SST Medium', sans-serif;
}
.box-register__lst-kol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.box-register__lst-kol__item {
    display: flex;
    flex-direction: column;
}
.box-register__lst-kol__link {
    color: #fff;
}
.box-register__lst-kol__link:hover,
.box-register__lst-kol__link:active,
.box-register__lst-kol__link:focus {
    color: #fff;
}
.box-register__lst-kol__link > span{
    display: inline-block;
    padding: 4px 35px 4px 12px;
    line-height: 1;
    font-size: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'SST Bold', sans-serif;
}
.box-register__lst-kol__link > span.amelyn {
    background-image: url(../images/ZV-Hangout/amelyn-link.png);
}
.box-register__lst-kol__link > span.rainier {
    background-image: url(../images/ZV-Hangout/rainier-link.png);
}
.box-register__lst-kol__link > span.sherry {
    background-image: url(../images/ZV-Hangout/sherry-link.png);
}
.box-register__lst-kol__link > span.darren {
    background-image: url(../images/ZV-Hangout/darren-link.png);
}
.box-register__lst-kol__link > span.jaegen {
    background-image: url(../images/ZV-Hangout/jaegen-link.png);
}
.box-register__lst-kol__link > span.claudio {
    background-image: url(../images/ZV-Hangout/claudio-link.png);
}
.box-register__lst-kol__link > span.chiouHuey {
    background-image: url(../images/ZV-Hangout/CH-link.png);
}
.box-register__lst-kol__item > span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-family: 'SST Medium', sans-serif;
}
.box-register__btn {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
}
.visible-pc {
    display: block;
}
.visible-sp {
    display: none;
}
@media screen and (max-width: 1080px) {
    .sec-zn-hangout__inner {
        overflow: hidden;
    }
    .sec-zn-hangout__ttl {
        padding-top: 12vw;
    }
    .sec-zn-hangout__mainimg {
        margin-top: -10vw;
    }
    .box-register__btn {
        padding: 0 5px;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(1) img {
        width: 10vw;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(2) img {
        width: 4vw;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(3) img {
        width: 12vw;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(4) {
        top: -5%;
        right: -3%;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(4) img {
        width: 6vw;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(5) img {
        width: 5vw;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(6) img {
        width: 5vw;
    }

    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(1) img {
        width: 16vw;
    }
    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(2) img {
        width: 5vw;
    }
    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(2) {
        top: -36px;
        left: 20%;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(1) img {
        width: 12vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(2) img {
        width: 10vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) img {
        width: 5vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(4) img {
        width: 5vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(5) img {
        width: 5vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(6) {
        left: -2%;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(6) img {
        width: 5vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(7) {
        right: -2%;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(7) img {
        width: 5vw;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) {
        left: -3%;
    }
    .sec-zn-hangout__mainimg__bg {
        /* display: none; */
    }
    .sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content{
        padding-right: 25px;
    }
    .sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content .box-register__lst-kol__link > span.sherry{
        margin-left: 0;
    }
    .sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content .box-register__txt {
        margin-left: 0;
    }
    .box-register__lst-kol {
        flex-wrap: nowrap;
        gap: 15px;
    }
    .box-register__content {
        padding: 20px 12px;
    }
}
@media screen and (max-width: 540px) {
    .sec-zn-hangout__ttl {
        font-size: 26px;
    }
    .sec-zn-hangout__txt {
        font-size: 18px;
    }
    .sec-zn-hangout__adress {
        font-size: 16px;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(2) img {
        width: 22px;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(5) {
        right: 0;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(5) img {
        width: 28px;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(6) img {
        width: 25px;
    }
    .sec-zn-hangout__mainimg .sec-zn-hangout__mainimg__icon:nth-child(6) {
        bottom: -7%;
        left: 2%;
    }
    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(1) {
        top: -60px;
        left: -15px;
    }
    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(1) img {
        width: 80px;
    }
    .sec-zn-hangout__adress .sec-zn-hangout__adress__icon:nth-child(2) img {
        width: 30px;
    }
    .sec-zn-hangout__txt {
        margin-top: 20px;
    }
    .sec-zn-hangout__lst {
        padding: 0 12px;
    }
    .box-register {
        flex-direction: column;
    }
    .box-register__time {
        padding: 10px 0;
        font-size: 18px;
    }
    .box-register__content {
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 14px 12px;
    }
    .box-register__btn {
        padding: 10px 0;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(4) img {
        width: 28px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) {
        left: -15px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(3) img {
        width: 30px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(5) {
        right: -15px;
        top: 50%;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(5) img {
        width: 30px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(6) {
        left: -15px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(6) img {
        width: 30px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(7) {
        right: -15px;
    }
    .sec-zn-hangout__lst--icon .sec-zn-hangout__lst--icon__item:nth-child(7) img {
        width: 36px;
    }
    .sec-zn-hangout__lst {
        gap: 16px;
    }
    .sec-zn-hangout__inner {
        padding-bottom: 10px;
    }
    .visible-pc {
        display: none;
    }
    .visible-sp {
        display: block;
    }
    .sec-zn-hangout .sec-zn-hangout__item:nth-child(2) .box-register__content{
        padding-right: 12px;
    }
}