* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0 auto;
    height: 100%;
    font-family: 'SanFranciscoDisplay-Regular', Sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.k14-wrapper {
    height: 100%;
}

#fp-nav ul li a.active span {
    background: url('../images/heart.png') no-repeat center;
    background-size: 100% auto;
    background-color: transparent !important;
    border-radius: 0;
}

.content {
    margin: 0 auto;
    width: 980px;
    position: relative;
    top: 20px;
}

.content .video {
    width: 100%;
}

.content .title img {
    position: relative;
    top: 6px;
}

#com-1 {
    background: url('../images/com-1.png') no-repeat #202020;
    background-position: center;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

#com-1 .fp-tableCell {
    vertical-align: top;
    position: relative;
    top: 60px;
}

#com-1 .content p {
    font-family: 'BrandonText-Regular', Sans-serif;
    line-height: initial;
}

#com-2, #com-4, #com-5 {
    background-color: #202020;
    color: #fff;
    text-align: center;
}

#com-2 .title, #com-4 .title, #com-5 .title {
    font-size: 40px;
    margin-bottom: 50px;
    font-family: 'BrandonText-Regular', Sans-serif;
}

#com-2 .sapo, #com-4 .sapo, #com-5 .sapo {
    padding: 40px 130px;
}

#com-3 {
    background-color: #f5bbb7;
    text-align: center;
    color: #fff;
}

#com-3 .content {
    width: 1170px;
    margin: 0 auto;
}

#com-3 .title {
    font-size: 70px;
    font-family: 'BrandonText-Regular', Sans-serif;
}

#com-3 ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#com-3 ul li {
    margin-top: 60px;
}

#com-3 .content .avata {
    position: relative;
    height: 250px;
    width: 250px;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    margin-bottom: 25px;
}

#com-3 .content .text {
    font-family: 'SanFranciscoDisplay-Semibold', Sans-serif;
}

#com-3 .content .avata .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

#com-3 .content .avata .hide {
    transition-duration: 0.4s;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#com-3 .content .avata .hide img {
    width: auto;
    margin-bottom: 10px;
}

#com-3 .content .avata .hide p {
    font-size: 20px;
}

.avata1 {
    background-image: url('../images/com-3-img01.jpg');
}

.avata2 {
    background-image: url('../images/com-3-img02.jpg');
}

.avata3 {
    background-image: url('../images/com-3-img03.jpg');
}

.avata4 {
    background-image: url('../images/com-3-img04.jpg');
}

.avata5 {
    background-image: url('../images/com-3-img05.jpg');
}

.avata6 {
    background-image: url('../images/com-3-img06.jpg');
}

.avata7 {
    background-image: url('../images/com-3-img07.jpg');
}

.avata8 {
    background-image: url('../images/com-3-img08.jpg');
}

#com-6 {
    background: url('../images/com-6-bg.png') center;
    color: #fff;
}

#com-6 .content {
    width: 1080px;
    display: flex;
    align-items: center;
    position: relative;
    top: -100px;
}

#com-6 #share {
    padding-right: 120px;
}

#com-6 .title {
    padding: 30px 0;
    font-size: 40px;
    font-family: 'BrandonText-Regular', Sans-serif;
}

#com-6 .sapo {
    margin-bottom: 30px;
}

#com-6 a {
    text-decoration: none;
    padding: 15px;
    border: solid 2px #f5bbb7;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: 'BrandonText-Regular', Sans-serif;
}

#com-6 #upload {
    text-align: center;
}

#com-6 #upload #canvas {
    display: block;
    width: 400px;
}

#com-6 #upload .upload {

}

#com-6 #upload .upload a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 35px 0;
    background-color: #000;
    border-radius: 0;
    border: none;
}

#com-6 #upload .upload input {
    display: none;
}

#com-6 #upload .upload img {
    margin-right: 8px;
}

.demo {
    vertical-align: middle;
}

.fancybox {
    width: 700px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.fancybox .header {
    position: relative;
    height: 350px;
    color: #fff;
    overflow: hidden;
}

.fancybox .header img {
    width: 100%;
    position: relative;
    top: -100px;
}

.fancybox .header .vector img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 40px;
}

.fancybox .header p {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.fancybox .title {
    text-align: center;
    padding: 0 40px;
    font-family: 'BrandonText-Regular', Sans-serif;
}

.fancybox .title h3 {
    margin: 40px 0;
    font-size: 42px;
    line-height: 44px;
}

.fancybox .content {
    width: 700px;
    padding: 0 80px;
    padding-bottom: 80px;
}

.fancybox .content p {
    margin-bottom: 15px;
}

.fancybox .content .large {
    font-size: 70px;
    position: relative;
    top: -8px;
    line-height: 1;
    float: left;
    color: #f5bbb7;
    margin-right: 10px;
}

.fancybox-slide {
    background-color: rgba(245, 178, 183, 0.5);
}

ul.list {
    z-index: 1999;
    position: fixed;
    top: 50%;
    right: 20px;
    list-style-type: none;
}

.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sp-back-to-k14 {
    width: 190px !important;
}

#canvas img {
    vertical-align: middle;
}

.fb-like {
    top: -4px;
}

#com-6 #upload .upload.save a{
    text-transform: uppercase;
    color: #f5bbb7;
}

@media (max-width: 1440px) {
    .content {
        margin: 0 auto;
        width: 800px;
        position: relative;
        transform: scale(0.8);
        top: -30px;
    }

    #com-2 .title, #com-4 .title, #com-5 .title {
        font-size: 25px;
        padding-top: 55px;
        margin-bottom: 20px;
    }

    #com-2 .sapo, #com-4 .sapo, #com-5 .sapo {
        padding: 10px 30px;
        padding-bottom: 15px;
    }

    #com-3 .content {
        width: 800px;
        margin: 0 auto;
        transform: scale(1);
        position: relative;
        top: 5px;
    }
    #com-3 .text {
        transform: scale(0.8);
    }
    #com-3 .title {
        padding-top: 55px;
        font-size: 40px;
    }

    #com-3 ul {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #com-3 ul li {
        margin-top: 30px;
    }

    #com-3 .content .avata {
        height: 180px;
        width: 180px;
        margin-bottom: 15px;
    }

    #com-6 .content {
        width: 800px;
        display: flex;
        align-items: center;
        top: -70px;
    }

    .fancybox .content {
        width: 700px;
        position: relative;
        padding: 0 40px;
    }

    .fancybox .content p.large {
        left: 0px;
    }
}

@media (max-width: 768px) {
    .content {
        margin: 0 auto;
        width: 100% !important;
        position: relative;
        top: -30px;
    }

    #com-2 .sapo, #com-4 .sapo, #com-5 .sapo {
        padding: 40px 130px;
    }

    #com-3 .content {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    #com-3 ul li {
        width: 21%;
    }

    #com-3 .content .avata {
        background-position: center;
        width: 100%;
        margin-bottom: 15px;
    }

    #com-6 .content {
        padding: 0 20px;
        width: 100%;
    }

    #com-6 #share {
        padding-right: 20px;
    }

    .fancybox-content {
        width: 100% !important;
        padding: 0 20px;
    }

    .fancybox {
        margin-top: 60px;
        width: 100%;
    }
}