@charset "UTF-8";

/* font */
body {
    min-width: auto;
    font-family: 'HSGooltokki', sans-serif;
    letter-spacing: -0.03em;
    background: #F4F7F9;
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #d4d4d4;
}
::-webkit-scrollbar-thumb {
    background: #358f5e;
}

/* 애니메이션 */
.fadeIn {
    animation: fadeIn ease 0.6s both;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeOut {
    animation: fadeOut ease 0.6s both;
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.fadeInOut {
    animation: fadeInOut ease 1.5s both;
}
@keyframes fadeInOut {
    0% {opacity: 0;}
    20% {opacity: 1;}
    80% {opacity: 1;}
    100% {opacity: 0;}
}
.fadeUp {
    animation: fadeUp ease 0.5s backwards;
}
@keyframes fadeUp {
    0% {opacity: 0; margin-top: 50px;}
    100% {opacity: 1; margin-top: 0;}
}
.slideUp {
    animation: slideUp ease 0.5s backwards;
}
@keyframes slideUp {
    0% {transform: translateY(100px);}
    100% {transform: translateY(0);}
}
.scale {
    animation: scale ease 0.5s both;
}
@keyframes scale {
    0% {transform: scale(0.65);}
    100% {transform: scale(1);}
}

/* 최대폭 */
.container {
    position: relative;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 버튼 */
.container .btn {
    font-size: 21px;
    line-height: 27px;
    padding: 16px;
    color: #fff;
    background: #313450;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

/* 시작화면 ============ */
.start-page {
    text-align: center;
}
.start-page .wrap-flex {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.start-page .btn {
    font-family: 'HSSaemaul-Regular', sans-serif;
    border-radius: 16px;
    line-height: 1;
    background: #2157e4;
    padding: 14px 16px 18px;
    margin: 24px 16px 0;
}
.start-page h1 {
    position: relative;
    z-index: 999;
    font-size: 8vw;
    line-height: 1.3;
    font-weight: bold;
    word-break: keep-all;
}
.start-page .count {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    line-height: 19px;
    margin-top: 8px;
    font-weight: 600;
}
.start-page .area-bottom {
    width: 100%;
}
.start-page .logo {
    width: 123px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.start-page .santa {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: -1;
}
.start-page .chimney {
    width: 260px;
}
.start-page .start-santa {
    position: absolute;
    width: 234px;
    opacity: 0;
}
.start-page .santa01 {
    top: -20px;
    left: -46px;
    animation: fadeUp ease 0.6s both;
}
.start-page .santa02 {
    top: 130px;
    right: -51px;
    animation: fadeUp ease 0.6s both;
    animation-delay: 0.3s;
}
.start-page .santa03 {
    top: 336px;
    left: -63px;
    animation: fadeUp ease 0.6s both;
    animation-delay: 0.6s;
}

@media (min-width: 375px) {
    .start-page h1 {
        font-size: 30px;
    }
}

/* 질문 화면 =================== */
.ques-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.ques-page .ques-txt {
    position: relative;
    text-align: center;
}
.ques-page .ques-txt > div {
    width: 100%;
    display: none;
}
.ques-page .ques-txt .txt {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.3;
}
.ques-page .ques-txt .count {
    font-size: 17px;
    line-height: 1.4;
    color: #2499FF;
    margin-bottom: 7px;
    padding-top: 24px;
}
.ques-page .ques-txt .ques1 {
    display: block;
}
.ques-page .ques-txt .cat-img {
    width: 126px;
    padding-top: 16px;
}
.ques-page .ques-txt img {
    display: block;
    margin: 0 auto;
}
.ques-page .answer-box .area-scroll {
    overflow-y: auto;
    height: 100%;
    animation-delay: 0.3s;
    box-sizing: border-box;
}
.ques-page .answer-box .basic {
    padding: 8% 12%;
    overflow: hidden;
}
.ques-page .answer-box .basic .item {
    float: left;
    width: 46%;
    margin-bottom: 12%;
}
.ques-page .answer-box .basic .item:nth-child(even) {
    margin-left: 8%;
}
.ques-page .answer-box .basic .item img {
    max-width: 60px;
    vertical-align: middle;
}
.ques-page .answer-box .sex {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6%;
}
.ques-page .answer-box .area-scroll {
    display: none;
}
.ques-page .answer-box .answ1 {
    display: block;
}

.ques-page .answer-box .sex .item img {
    max-width: 100px;
}
.ques-page .answer-box .sex .item {
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
}
.ques-page .answer-box .item .txt {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}
.ques-page .answer-box .sex .item .txt {
    display: block;
    margin-top: 12px;
}
.ques-page .answer-box .basic .item .txt {
    margin-left: 8px;
}
.ques-page .answer-box .love {
    padding: 8% 12%;
    overflow: hidden;
}
.ques-page .answer-box .love .item img {
    max-width: 100px;
}
.ques-page .answer-box .love .item {
    float: left;
    width: 46%;
    margin-bottom: 8%;
    text-align: center;
}
.ques-page .answer-box .love .item:nth-child(even) {
    margin-left: 8%;
}
.ques-page .answer-box .love .item .txt {
    display: block;
    margin-top: 14px;
}
.ques-page .answer-box .feel {
    padding: 8%;
}
.ques-page .answer-box .feel img {
    width: 40%;
}
.ques-page .answer-box .book {
    padding: 0 16px 24px;
}
.ques-page .answer-box .book .item {
    text-align: center;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 16px 0;
    margin-bottom: 24px;
    background: #73DDFF;
    font-family: 'Pretendard', sans-serif;
}
.ques-page .answer-box .book .txt {
    font-size: 17px;
    line-height: 1.3;
}
.progress-bar {
    height: 6px;
    border-radius: 100px;
    background: #cccabd;
    margin-bottom: 34px;
    margin-left: 20px;
    margin-right: 20px;
}
.progress-bar .bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background: #358f5e;
    border-radius: 100px;
    overflow: visible!important;
}
.progress-bar .bar::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #cd2f2f;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    z-index: 10;
}
.step1 {
    animation: step1 0.8s forwards;
}
@keyframes step1 {
    0% {width: 0}
    100% {width: 14.28%}
}
.step2 {
    animation: step2 0.8s forwards;
}
@keyframes step2 {
    0% {width: 14.28%}
    100% {width: 28.56%}
}
.step3 {
    animation: step3 0.8s forwards;
}
@keyframes step3 {
    0% {width: 28.56%}
    100% {width: 42.84%}
}
.step4 {
    animation: step4 0.8s forwards;
}
@keyframes step4 {
    0% {width: 42.84%}
    100% {width: 57.12%}
}
.step5 {
    animation: step5 0.8s forwards;
}
@keyframes step5 {
    0% {width: 57.12%}
    100% {width: 71.4%}
}
.step6 {
    animation: step6 0.8s forwards;
}
@keyframes step6 {
    0% {width: 71.4%}
    100% {width: 85.68%}
}
.step7 {
    animation: step7 0.8s forwards;
}
@keyframes step7 {
    0% {width: 85.68%}
    100% {width: 100%}
}

/* 로딩페이지 ============= */
.loading .wrap-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.loading .loading-img {
    width: 96px;
}
.loading .loading-txt {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 22px;
}

/* 결과페이지 ========================= */
.result-page {
    text-align: center;
    background: #73DDFF;
    padding-bottom: 80px;
}
.result-page .share-modal-title {
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 24px;
}
.result-page .wrap-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px;
    opacity: 0;
}
.result-page .btn {
    display: block;
    text-align: center;
    line-height: 1.3;
    padding: 17px;
    border-radius: 16px;
    font-family: 'Pretendard', sans-serif;
    background: #2157e4;
    color: #fff;
    font-size: 17px;
}
.result-page .btn.refresh {
    margin-bottom: 76px;
}
.result-page .btn.black {
    width: 211px;
    margin: 0 auto;
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 24px;
    padding: 16px 0 20px;
    line-height: 1;
    background: #161616;
}
.result-page .btn-save {
    margin: 36px auto!important;
    cursor: pointer;
}
.result-page .type-box .top {
    font-family: 'HSSaemaul-Regular', sans-serif;
    border-radius: 24px 24px 0 0;
    background: #fff;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 24px 16px;
}
.result-page .type-box .top .txt {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 12px;
}
.result-page .type-box .top .type-name {
    border-radius: 1000px;
    background: #FDFFA5;
    padding: 10px 16px;
}
.result-page .type-box .top .type-name .name1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px;
}
.result-page .type-box .top .type-name .name2 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}
.result-page .type-box .bottom {
    font-family: 'Pretendard', sans-serif;
    background: #DAFFAA;
    border-radius: 0 0 24px 24px;
    border: 1px solid #000;
    border-top: 0;
    padding: 24px 16px;
}
.result-page .type-box .bottom .tit {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}
.result-page .type-box .bottom .sub {
    list-style: disc;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    padding-left: 18px;
}
.result-page .basic-box {
    position: relative;
    border: 1px solid #000;
    border-radius: 16px;
    background: #fff;
    padding: 30px 16px;
    margin: 36px 0;
}
.result-page .basic-box .title {
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 24px;
}
.result-page .basic-box .deco-txt {
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 24px;
}
.result-page .cloak-book {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 83px;
}
.result-page .life-book-box {
    width: 280px;
    display: block;
    height: 280px;
    margin: 0 auto 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid;
    border-radius: 32px;
}
.result-page .life-book-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
    filter: blur(12px);
    -webkit-filter: blur(7px);
}
.result-page .life-book-box .book-img {
    position: absolute;
    max-width: 180px;
    max-height: 180px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 0 8px 8px 0;
    box-shadow: 4px 4px 5px 0 rgba(109, 104, 84, 20%);
}
.result-page .profile-box {
    display: block;
    border-radius: 16px;
    background: #f7f8fc;
    padding: 16px;
}
.result-page .profile-info-box {
    font-family: 'Pretendard', sans-serif;
    display: block;
    background: #f7f8fc;
    border-radius: 16px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.result-page .profile-info-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result-page .profile-info-box .top .wrap-info {
    display: flex;
    align-items: center;
}
.result-page .profile-info-box .top .wrap-info .profile {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}
.result-page .profile-info-box .top .wrap-info .name {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.result-page .profile-info-box .top .wrap-info .id {
    font-size: 13px;
    line-height: 16px;
    color: #9499a5;
}
.result-page .profile-info-box .top .follow {
    width: 75px;
    line-height: 30px;
    border-radius: 8px;
    background: #2157e4;
    color: #fff;
    font-size: 13px;
}
.result-page .profile-info-box .introduce {
    margin-top: 8px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: #9499a5;
}
.result-page .profile-info-box .tag-box {
    margin-top: 8px;
    text-align: left;
}
.result-page .profile-info-box .tag-box span {
    display: inline-block;
    line-height: 20px;
    border: 1px solid #d5d7dc;
    border-radius: 85px;
    font-size: 11px;
    padding: 0 8px;
    margin-right: 1px;
    color: #9499a5;
    font-weight: 600;
}
.result-page .profile-info-box .flybook-box {
    display: flex;
    margin-top: 16px;
}
.result-page .profile-info-box .flybook-item {
    position: relative;
    flex: 1;
    height: 103px;
    overflow: hidden;
    border-radius: 14px;
}
.result-page .profile-info-box .flybook-item:nth-child(2) {
    transform: scale(1.15);
    z-index: 10;
}
.result-page .profile-info-box .flybook-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
    filter: blur(12px);
    -webkit-filter: blur(5px);
}
.result-page .profile-info-box .flybook-box .book-img {
    position: absolute;
    max-width: 47px;
    max-height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 0 4px 4px 0;
    box-shadow: 4px 4px 5px 0 rgba(109, 104, 84, 20%);
}
.result-page .book-slide {
    margin: 0 -16px;
    padding: 0 16px;
    font-family: 'Pretendard', sans-serif;
}
.result-page .book-slide .swiper-slide {
    width: 123px!important;
}
.result-page .book-slide .book-img {
    width: 100%;
    height: 185px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 8px;
}
.result-page .book-slide .wrap-people {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.result-page .book-slide .people-img {
    display: flex;
    padding-left: 8px;
}
.result-page .book-slide .people-img img {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    object-fit: cover;
    margin-left: -8px;
    max-width: none;
}
.result-page .book-slide .people-img img:nth-child(1) {
    z-index: 3;
}
.result-page .book-slide .people-img img:nth-child(2) {
    z-index: 2;
}
.result-page .book-slide .people-img img:nth-child(3) {
    z-index: 1;
}
.result-page .book-slide .people-cnt {
    padding-right: 19px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #5e9eff;
}
.result-page .book-slide .btn-ask {
    line-height: 35px;
    padding: 0 10px;
    border-radius: 20px;
    background: #2157e4;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 24px;
}
.result-page .deco-img {
    max-width: 300px;
}
.result-page .area-share {
    background: #fff;
}
.result-page .area-share .wrap-inner {
    padding: 32px 16px 51px;
    box-sizing: border-box;
}
.result-page .area-share h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 36px;
    word-break: keep-all;
}
.result-page .area-share .share-box-wrap {
    text-align: center;
}
.result-page .area-share .share-box-wrap li {
    width: 44px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
.result-page .area-share .share-box-wrap li:last-child {
    margin-right: 0;
}
.result-page .area-share .logo {
    width: 123px;
    margin: 0 auto;
    display: block;
    margin-top: 69px;
}
.result-page .merry {
    width: 65px;
    margin-top: 24px;
    margin-bottom: 22px;
}
.result-page .red-box {
    padding: 40px 20px 0;
    border-radius: 20px;
    background: #C61818;
    color: #fff;
    margin: 0 28px;
}
.result-page .top-txt {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.result-page .santa {
    width: 125px;
    margin-bottom: 20px;
}
.result-page .santa-txt {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.result-page .desc {
    font-size: 15px;
    line-height: 1.5;
    color: #FFA1A1;
    margin-bottom: 20px;
}
.result-page .coupon-img {
    width: 249px;
    margin-bottom: 20px;
}
.result-page .membership-img {
    margin-bottom: 20px;
}
.result-page .how-to {
    border-radius: 16px;
    background: #920000;
    margin-top: 20px;
    padding: 10px;
}
.result-page .how-to .tit {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px;
}
.result-page .how-to .sub {
    font-size: 15px;
    line-height: 1.5;
    color: #F66;
}
.result-page .result-book {
    margin-top: 48px;
}
.result-page .result-book .txt1 {
    font-size: 17px;
    line-height: 1.5;
}
.result-page .result-book .txt2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.result-page .book-box {
    position: relative;
    display: inline-block;
    margin-bottom: -28px;
}
.result-page .book-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 232px;
    height: 232px;
    background: #0e1830;
    border-radius: 100%;
}
.result-page .book-box img {
    position: relative;
    width: 170px;
    height: 238px;
    border-radius: 6px 12px 12px 6px;
    z-index: 100;
}
.result-page .chimney {
    width: 270px;
    z-index: 200;
    position: relative;
}
.result-page .fadeIn {
    animation: fadeIn ease 0.8s both;
}
.result-page .share-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 47px;
    padding: 0 48px;
    font-size: 21px;
    line-height: 1.3;
    text-align: left;
    word-break: keep-all;
}
.result-page .share-title img {
    width: 102px;
}
.result-page .combi-box {
    display: flex;
    gap: 16px;
}
.result-page .combi-box .item {
    flex: 1;
    border: 1px solid;
    border-radius: 16px;
    overflow: hidden;
}
.result-page .combi-box .item .top {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid;
    background: #3D3765;
    color: #fff;
}
.result-page .combi-box .item.best .top {
    background: #FFAFED;
    color: #171717;
}
.result-page .combi-box .item .top .icon {
    width: 40px;
}
.result-page .combi-box .item .top p {
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-left: 4px;
}
.result-page .combi-box .item .bottom {
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    background: #fff;
    border-top: 1px solid;
    padding-bottom: 16px;
    padding-top: 4px;
}
.result-page .float-box {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #73DDFF;
    border-top: 1px solid;
    padding: 16px;
    box-sizing: border-box;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.result-page .float-box .refresh-btn {
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 16px;
    margin-left: 12px;
    background: #DAFFAA;
}
.result-page .float-box .refresh-btn img {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.result-page .float-box .share-btn {
    background: #171717;
    color: #fff;
    width: calc(100% - 66px);
    font-family: 'HSSaemaul-Regular', sans-serif;
    font-size: 24px;
    padding-top: 12px;
    border-radius: 16px;
}

.result-page .all-type-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1000;
    width: 100%;
}
.result-page .all-type-modal-inner {
    max-height: 80%;
    height: 100%;
    overflow: hidden;
    padding: 16px 0 16px 16px;
    background: #fff;
    border-radius: 16px;
    max-width: calc(100% - 52px);
    width: 100%;
    margin: 0 auto;
}
.result-page .all-type-modal-close {
    width: 44px;
    margin-top: 16px;
    cursor: pointer;
}
.result-page .all-type-list {
    overflow-y: scroll;
    padding-right: 16px;
    height: 100%;
}
.result-page .all-type-modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 23, 32, 0.4);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.result-page .all-type-modal-bg.open {
    opacity: 1;
    visibility: visible;
}
.result-page .all-type-list .all-type-item {
    margin-bottom: 36px;
}
.result-page .all-type-list .all-type-item:last-child {
    margin-bottom: 0;
}
@media (min-width: 321px) {
    .result-page .area-share .share-box-wrap li {
        margin-right: 20px;
    }
}

/* 결과페이지 1단계 ============================ */
.check-page {
    text-align: center;
}
.check-page .merry {
    width: 65px;
    margin-top: 24px;
}
.check-page .santa {
    display: block;
    width: 122px;
    margin: 24px auto 18px;
}
.check-page .txt {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}
.check-page .btn {
    background: #f9f9f9;
    color: #313450;
}
.check-page .area-bottom {
    position: absolute;
    width: calc(100% - 32px);
    bottom: 80px;
    left: 16px;
    animation-delay: 1.5s;
}
.check-page .chimney {
    position: relative;
    z-index: 500;
    width: 270px;
}
.check-page .present {
    position: absolute;
    width: 80px;
    top: -73px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -60px;
    animation: presentAni ease 0.5s both;
    animation-delay:  1.7s;
}
.check-page .book {
    position: absolute;
    width: 200px;
    top: -199px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 10px;
    animation: bookAni ease 0.3s both;
    animation-delay: 1.5s;
}
@keyframes bookAni {
    0% {opacity: 0; margin-top: -100px;}
    100% {opacity: 1; margin-top: 0;}
}
@keyframes presentAni {
    0% {opacity: 0; margin-top: -130px;}
    100% {opacity: 1; margin-top: 0;}
}
.book-page {
    text-align: center; 
    display: none;
}
.book-page .wrap-flex {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.book-page .merry {
    width: 65px;
    margin-top: 24px;
}
.book-page .book-box {
    position: relative;
}
.book-page .book-box::after {
    content: '';
    position: absolute;
    width: 232px;
    height: 232px;
    background: #0e1830;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.book-page .book-img {
    width: 170px;
    height: 238px;
    border-radius: 6px 12px 12px 6px;
}
.book-page .book-box .hat {
    position: absolute;
    width: 61px;
    left: -31px;
    top: -16px;
}
.book-page .book-img-box {
    position: relative;
    display: inline-block;
    z-index: 100;
}
.book-page .btn {
    background: #f9f9ff;
    color: #313450;
}
.book-page .btn + .btn {
    margin-top: 11px;
}
.book-page .area-bottom {
    width: 100%;
    padding-bottom: 21px;
}
.book-page .book-tit {
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
    margin: 24px 0 8px;
}
.book-page .book-author {
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
}
.present-page {
    text-align: center; 
    display: none;
}
.present-page .wrap-flex {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.present-page .merry {
    width: 65px;
    margin-top: 24px;
}
.present-page .txt {
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
}
.present-page .area-bottom {
    width: 100%;
    padding-bottom: 80px;
}
.present-page .btn {
    background: #f9f9ff;
    color: #313450;
}
.present-page .present-box {
    position: relative;
    width: 232px;
    height: 232px;
    margin-top: 40px;
}
.present-page .present-box::after {
    content: '';
    position: absolute;
    width: 232px;
    height: 232px;
    background: #0E1830;
    border-radius: 100%;
    top: 0;
    left: 0;
}
.present-page .present-box img {
    position: relative;
    z-index: 100;
}