.home-header {
    padding: 27px 0 36px;
    text-align: center;
}

.home-header__ttl {
    font-size: 2.16rem;
    font-weight: 500;
}

.home-header__point {
    display: inline-block;
    margin: 36px 0 0;
    font-size: 5.4rem;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    background: linear-gradient(0deg, #69C0AF, #576BF5);
    background: -webkit-linear-gradient(0deg, #69C0AF, #576BF5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-body {
    margin: auto;
    padding: 0 24px 27px;
    text-align: center;
    box-sizing: border-box;
}

.home-body__ttl {
    margin: 0 0 30px;
    font-size: 2.16rem;
    font-weight: 500;
}

.home-body__txt {
    line-height: 1.7;
    font-size: 1.62rem;
    color: #707070;
}

.home-body__txt span {
    line-height: 1.8;
    font-weight: 500;
    color: #EB5659;
}

.home__btn {
    display: block;
    margin: 0 auto 18px;
    width: 216px;
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 4px;
    text-indent: 0.5rem;
}

#cancel__btn {
    color: #fff;
    background: #B7BAC2;
}

#do__btn {
    color: #fff;
    background: #576BF5;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .21);
}

#home-pop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .72);
    z-index: 99;
    display: none;
}

.home-pop-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 27px 0;
    width: 270px;
    height: 81px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .27);

}

.home-pop__ttl {
    margin: 0 0 27px;
    font-size: 1.8rem;
}

.home-pop__btn {
    display: inline-block;
    margin: 0 9px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 1.62rem;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .18);
}


#no {
    color: #fff;
    background: #EB5659;
}

#ok {
    color: #fff;
    background: #576BF5;
}