body {
    overflow-x: hidden;
}

.ckf * {
    /*border: 1px solid #666;*/
    box-sizing: border-box;
}

.ckf h1,
.ckf h2,
.ckf h3,
.ckf title {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    margin-bottom: 0.375em;
}

.ckf img {
    display: block;
    width: 100%;
    height: auto;
}

.ckf p,
.ckf strong,
.ckf li {
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}

.ckf p {
    margin-bottom: 0.5em;
}

@media (min-width: 1600px) {
    .ckf p,
    .ckf strong,
    .ckf li {
        font-size: 1rem;
        line-height: 1.5em;
    }
}

.ckf-fs {
    width: 100%;
}

.ckf-wrap {
    width: 1100px;
    margin: 0 auto 3em;
    overflow: hidden;
}

.ckf-header {
    background: url('../img/Circular-Knitting-Fabric/bg-header.png') no-repeat center center;
    background-size: 100% auto;
    min-height: 700px;
    height: 50vw;
    text-align: right;
}

.ckf-header h1 {
    font-size: 8.125rem;
    line-height: 0.85em;
    display: inline-block;
    text-align: left;
    max-width: 490px;
    margin-top: 100px;
    color: #2BA3DC;
}

.left-right-wrap {
    font-size: 0;
    position: relative;
    margin-bottom: 3rem;
}

.left-wrap {
    width: 45%;
    display: inline-block;
}

.right-wrap {
    width: 55%;
    padding-left: 5%;
    display: inline-block;
}

h2 {
    /* margin-bottom: 2em; */
    font-size: 2rem;
    line-height: 1.125em;
    color: #2BA3DC;
}


/* section-1 */

.first {
    margin-top: -7rem;
}

.first .ckf-wrap {
    overflow: visible;
}

.first .left-wrap:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    border: 12px solid rgb(209, 236, 255);
    display: block;
    z-index: -1;
    transform: translate(-40%, 40px);
    top: 0;
    left: 0;
}


/* .first .left-wrap {
    width: 45%;
    float: left;
}

.first .right-wrap {
    width: 55%;
    float: left;
    padding-left: 5%;
} */

.first h2 {
    margin-bottom: 1em;
    /* font-size: 2rem;
    line-height: 1.125em;
    color: #2BA3DC; */
}


/* section-2 */

.second {
    margin-top: 10rem;
}

.second .left-wrap,
.second .right-wrap {
    vertical-align: middle;
}


/* .second .left-wrap:after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    border: 12px solid rgb(209, 236, 255);
    display: block;
    z-index: -1;
    transform: translate(50%, 40px);
    top: 0;
    right: 0;
} */


/* .half {
    font-size: 0;
} */

.number-style {
    position: relative;
    height: 10rem;
    overflow: hidden;
    display: block;
    z-index: 100;
}

.number-style:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
}

.number-style.center {
    text-align: center;
}

.number-style.left {
    text-align: left;
}

.number-style.center span {
    left: 50%;
    transform: translateX(-50%);
}

.number-style.left span {
    left: 0;
}

.number-style h2 {
    display: inline-block;
    color: #000;
    font-size: 3rem;
    margin-top: 50px;
}

.number-style span {
    font-size: 10rem;
    letter-spacing: -1px;
    line-height: 1em;
    color: #F3F3F3;
    font-style: italic;
    position: absolute;
    z-index: -1;
    top: 0;
}

.half>div {
    display: inline-block;
    width: 50%;
}

.ckf-series {
    background: url('../img/Circular-Knitting-Fabric/bg-series.svg') repeat-x left bottom;
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.products-series h2 {}

.products-ul {
    margin-top: 3rem;
}

.products-ul ul {
    display: block;
    float: left;
    width: 33.33%;
}

.products-ul li {
    color: #5E626A;
    padding-left: 25px;
    position: relative;
}

.products-ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: skyblue;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.products-ul li.space {
    color: transparent;
    height: 22px;
    padding-left: 0
}

.products-ul li.space:before {
    display: none;
}

@media (min-width: 1600px) {
    .products-ul li.space {
        height: 24px;
    }
}

.products-ul ul .title {
    color: #80CBFF;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.75em;
    padding-left: 0;
}

.products-ul ul li.subtitle:before,
.products-ul ul li.title:before,
.products-ul ul li.nodot:before {
    display: none;
}

.products-ul ul .nodot {
    padding-left: 0;
}

.products-ul ul .subtitle {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
    padding-left: 0;
}

.app-left,
.app-right {
    font-size: 0;
    position: relative;
    margin-bottom: 6rem;
}

.ckf-app {
    padding-top: 6rem;
}

.ckf-app strong {
    color: #80CBFF;
}

.ckf-app .number-style {
    margin-bottom: 4rem;
}

.ckf-app .ckf-wrap {
    overflow: visible;
}

.ckf-app h3 {
    font-size: 4rem;
    color: #000;
    line-height: 1.125em;
}


/* .ckf-app p {
    font-size: 14px;
} */

.app-left .img-wrap {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.app-1 .img-wrap:after {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    border: 12px solid rgb(209, 236, 255);
    display: block;
    z-index: -1;
    transform: translate(90%, 150px);
    top: 0;
    left: 0;
}

.app-2 .img-wrap:after {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    border: 12px solid rgb(209, 236, 255);
    display: block;
    z-index: -1;
    transform: translate(-80%, -130px);
    top: 0;
    left: 0;
}

.app-3 .img-wrap:after {
    content: "";
    width: 80%;
    height: 70%;
    position: absolute;
    border: 12px solid rgb(209, 236, 255);
    display: block;
    z-index: -1;
    transform: translate(100%, 150px);
    top: 0;
    left: 0;
}

.app-left .content {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10%;
}

.app-right .img-wrap {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 55%;
}


/* .app-right .img-wrap:after {
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    border: 13px solid #80CBFF;
    display: block;
    z-index: -1;
    transform: translate(80px, 80px);
    top: 0;
    right: 0;
} */

.app-right .content {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10%;
    margin-left: -100%;
}

.ckf-contact {
    background: url('../img/Circular-Knitting-Fabric/bg-contact.svg') no-repeat center top;
    background-size: cover;
    color: #fff;
    padding-top: 7rem;
    margin-top: 10rem;
    padding-bottom: 4rem;
}

.ckf-contact ul,
.ckf-contact h2 {
    display: block;
    float: left;
    width: 25%;
}

.ckf-contact h2,
.ckf-contact li {
    color: #fff;
}

.ckf-contact .title {
    color: #9FD8FF;
    font-weight: normal;
    font-size: 1.625rem;
    margin-bottom: 1em;
}

.deco {
    width: 600px;
    height: 1050px;
    background-size: contain;
    background: url('../img/Circular-Knitting-Fabric/deco-right.svg') no-repeat right top;
    position: absolute;
    right: 0;
    top: 120vw;
    z-index: 1;
    /*z-index: -1;*/
}

@media (max-width: 1300px) {
    .deco {
        top: 170vw;
        width: 500px;
        height: 800px;
        background-size: 100% auto;
    }
}

@media (min-width: 1400px) {
    .deco {
        top: 115vw;
    }
}

@media (min-width: 1500px) {
    .deco {
        top: 100vw;
    }
}

@media (min-width: 1600px) {
    .deco {
        width: 800px;
        height: 1500px;
    }
}


/* @media (min-width: 1800px) {
    .deco {
        top: 95vw;
    }
} */


/* 
.anime {
    width: 500px;
    height: 20px;
    background-color: #ff0;
}

.dot {
    width: 550px;
    height: 15px;
    background: url('../img/Circular-Knitting-Fabric/dot.svg') no-repeat left top;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-size: auto 5px;
    opacity: 0.5;
}

@keyframes example {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
} */