/* ------------------- ALL PAGES ------------------- */
.main-body .page-section{
    display: flex;
    flex-direction: column;
    padding: 12px;
    width: 100%;
    height: 100%;
    max-width: 721px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: white;
}

/* ------------------- SPLASH PAGE ------------------- */
.splash-page .bg{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ECC6C0;
    background: linear-gradient(180deg, rgba(236, 198, 192, 1) 0%, rgba(214, 107, 113, 1) 100%) !important;
}
.splash-page .page-section{
    justify-content: center;
    position: relative;
    background-color: unset;
}
.splash-page .splash-bg{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    z-index: 15;
}
.splash-page .tr{
    top: 0;
    right: 0;
    background: url("../images/sakura-tr-bg.png") no-repeat;
}
.splash-page .bl{
    bottom: 0;
    left: 0;
    background: url("../images/sakura-bf-bg.png") no-repeat;
}
.splash-page .logo-box{
    display: block;
    position: relative;
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
    margin: 0px auto;
}
.splash-page .logo-box > img{
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
}
.splash-page .process-box{
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 6px;
    bottom: 10px;
    left: 8px;
    right: 8px;
    z-index: 10;
}
.splash-page #splash_process_lbl{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-size: 14px;
}
.splash-page .splash-loading{
    display: block;
    position: relative;
    width: 60px;
    margin: 0 auto;
}
.splash-page .splash-loading .sakura{
    width: 60px !important;
    height: 60px !important;
}

/* ------------------- LOGIN PAGE ------------------- */
.login-signup-page #login_section{
    background: url('../images/login-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.login-signup-page .pwd-forgot-container{
    text-align: center;
    margin: 10px auto 5px auto;
    width: 100%;
    box-sizing: border-box;
}
.login-signup-page .logo-container{
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.login-signup-page .login-form-container .form-input{
    border-radius: 20px !important;
}
.login-signup-page .logo-box{
    display: block;
    position: relative;
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
    margin: 10px auto;
}
.login-signup-page .logo-box > img{
    filter: drop-shadow(0 0 8px white);
}
.login-signup-page .login-form-container{
    background-color: white;
    /*
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    */
    overflow: hidden;
    padding: 25px 15px 5px 15px;
    border-top:4px solid #D66B71;
    overflow-y: auto;
}
.login-signup-page .signup-btn{
    margin: 10px auto 4px auto;
    width: 100%;
    box-sizing: border-box;
}
.login-signup-page .signup-btn > a{
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
}
.login-signup-page #login_form{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.login-signup-page #signup_form{
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}
.login-signup-page .mx-flag{
    display: block;
    box-sizing: border-box;
    width: 25px;
    border-radius: 4px;
    overflow: hidden;
}
.dialog-box{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.dialog-box .close-btn{
    display: flex;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 32px;
    color: white;
    z-index: 10;
}
.dialog-box .dialog-box-top-img{
    display: block;
    position: relative;
    height: 118px;
    box-sizing: border-box;
    margin: 0 auto -10px auto;
}
#recover_btn{
    width: 100%;
    max-width: 150px;
}

@media screen and (max-width: 720px) {
    .login-signup-page #login_section{
        background-image: url('../images/login-bg-mobile2.webp');
    }
    .login-signup-page .logo-box{
        max-width: 160px;
    }
}
/* ------------------- ONBOARDING PAGE ------------------- */
.signup-page #signup_text{
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: end;
}
.signup-page #signup_text > p{
    flex: 1;
    padding: 15px;
    border-radius: 16px;
    border-bottom-right-radius: 0px;
    background-color: white;
    border: 1px solid lightgray;
    margin: 10px 0;
}
.signup-page #signup_text > #kitsune_signup{
    display: block;
    position: relative;
    width: 80px;
}

/* ------------------- PRIVACY PAGE ------------------- */
.privacy-page .logo{
    display: block;
    position: relative;
    width: 120px;
    margin: 20px auto 20px auto;
}

/* ------------------- PHONE VALIDATOR PAGE ------------------- */
.validation-page .input-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.validation-page .input-group input {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #dd676d;
    color: #333;
    background-color: white;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.2s;
}
.validation-page .input-group input:focus {
    border-color: #ecc6c0;
}
.validation-page #kitsune_img{
    display: block;
    position: relative;
    width: 100%;
    max-width: 275px;
    box-sizing: border-box;
    margin: 20px auto;
}
.validation-page .center-p{
    text-align: center;
    margin: 15px auto 0px auto;
}
.validation-page .no-validation-code{
    display: block;
    position: relative;
    text-align: center;
    margin: 15px auto 25px auto;
    font-size: 14px;
}
.validation-page #mobile_num{
    font-weight: bolder;
    color: #dd676d;
}
.validation-page #msg_type{
    font-weight: bolder;
    color: #dd676d;
}
.validation-page .whatsapp{
    color: #14A349 !important;
}

/* ------------------- WELCOME PAGE ------------------- */
.welcome-page .page-main-content{
    justify-content: center;
}
.welcome-page #irasshaimase_img{
    display: block;
    position: relative;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 10px auto;
}
.welcome-page h1, .welcome-page p{
    text-align: center;
}
.welcome-page h1{
    color: #dd676d;
}

/* ------------------- HOME PAGE ------------------- */
.home-page .page-section{
    padding: 0 !important;
}
.home-page #profile_section{
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 20px;
    padding: 20px 15px 15px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.home-page .profile-section-1-bg{
    background-image: url("../images/header-menu-bg.png");
    background-repeat: repeat;
    background-color: #BA4347;
}
.home-page #profile_section #photo_container{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 3px solid white;
    background-color: #ecc6c0;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}
.home-page .member-photo-container{
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
}
.home-page .member-uid{
    padding: 4px 9px;
    background: #ecc6c0;
    color: #BA4347;
    border-radius: 14px;
    font-size: 14px;
    text-align: center;
}
.home-page .member-data-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.home-page .member-data{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
}
.home-page .member-name{
    font-weight: bolder;
    font-size: 24px;
}
.home-page .xp-level-name{
    margin: 0px auto 5px auto;
}
.home-page .member-actions{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #BA4347;
    border-radius: 8px;
    padding: 2px 10px;
    background-color: #ecc6c0;
    text-align: center;
    cursor: pointer;
}
.home-page .progress-legend{
    font-style: italic;
    font-size: 13px;
    color: white;
    margin-top: 8px;
}
.home-page #profile_bday{
    font-weight: bolder;
}

.home-page .main-body{
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.home-page .wallets-btn-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

.home-page .wallets-btn-container .wallet-btn{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    height: 40px;
}
.custom-alert-icon{
    display: block;
    position: relative;
    width: 60px;
    box-sizing: border-box;
}

.kitsune-cupon{
    display: block;
    position: absolute;
    width: 230px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-98%);
}

/* ------------------- LOYALTY CARD ------------------- */
.loyalty-card{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 0px;
    border-radius: 18px;
    width: 95%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 20px auto 8px auto;

    border: 1px solid rgba(83, 13, 105, 0.2);
    background: #a572d4;
    background: linear-gradient(180deg, rgba(165, 114, 212, 1) 0%, rgba(83, 13, 105, 1) 100%), url("../images/icon-menu-sakura-active.svg") repeat;
}
.loyalty-card-tematic{
    background-image: url('../images/visits-card/mexico.webp') !important;
    background-position: center center;
    background-size: cover;
}
.loyalty-card > .title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid transparent;
    background:
    linear-gradient(90deg,
        #FFF6CC 0%,
        #FFD700 20%,
        #FFB800 40%,
        #FFF1A8 60%,
        #D4A017 80%,
        #FFF6CC 100%
    );
    z-index: 1;
}
.loyalty-card .card-title{
    flex: 1;
    text-align: center;
    font-size: 26px;
    font-family: 'arista_pro_triallight';
    color:#704C05;
    padding: 4px 0;
}
.loyalty-card .card-title-button{
    display: flex;
    width: 25px;
    text-align: center;
    font-size: 20px;
    color: #704C05;
    cursor: pointer;
}
.loyalty-card .card-title-button:hover, .loyalty-card .card-title-button:active{
    color: #9C6A07;
}
.loyalty-card .visits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 8px;
    padding: 10px 18px;
    z-index: 2;
}
.loyalty-card .visits-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    box-sizing: border-box;
}
.loyalty-card .loyalty-card-legend{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #EBD1FF;
    text-align: center;
    font-size: 13px;
    z-index: 3;
}
.loyalty-card #visits_left{
    font-weight: bold;
}
.loyalty-card .stamp, .custom-alert-icon .stamp{
    display: flex;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #d35f5f;
    background-color: white;
    padding: 8px;
    overflow: hidden;
} 
.loyalty-card .reward{
    display: flex;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
}
.loyalty-card .stamp-off{
    background-color: lightgray;
    border: 2px solid #a572d4;
}
.loyalty-card .sakura-bg{
    display: block;
    position: absolute;
    width: 100px;
    box-sizing: border-box;
}
.loyalty-card .sakura-tr-bg{
    top: 0;
    right: 0;
}
.loyalty-card .sakura-bl-bg{
    bottom: 0;
    left: 0;
}
.home-page #qr_section{
    padding: 5px 12px 35px 12px;
}
.home-page #qr_section > p{
    font-size: 15px;
    text-align: center;
}
.home-page #qr-preview{
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 256px;
    margin: 0 auto;
    border: 4px solid #d35f5f;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    padding: 0px;
}

/* ------------ PWD REQUIREMENTS ------------ */
.change-pwd-page .kitsune-req-list{
    display: block;
    position: relative;
    height: 100px;
    margin: 30px auto -27px auto;
    z-index: 5;
}
.change-pwd-page .pwd-requirements{
    display: flex;
    gap: 4px;
    flex-direction: column;
    position: relative;
    width: 90%;
    box-sizing: border-box;
    padding: 15px 14px;
    border-radius: 15px;
    border: 2px solid #855f51;
    margin: 15px auto;
    background: #FEF8E8;
    background: radial-gradient(circle, rgba(254, 248, 232, 1) 80%, rgba(233, 216, 211, 1) 100%);
}
.change-pwd-page .pwd-req-title{
    font-weight: 500;
    color: #b04d51;
    margin-bottom: 5px;
}
.change-pwd-page .pwd-req-row{
    display: flex;
    gap: 8px;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
}
.change-pwd-page .pwd-req-icon{
    width: 15px;
    padding-left: 10px;
    color: #b04d51;
}
.change-pwd-page .pwd-req-label{
    font-size: 14px;
    color: #333;
}
.change-pwd-page .req-check{
    color:green;
}
.change-pwd-page .req-error{
    color:red;
}

/* ------------ LOYALTY CARD TUTORIAL ------------ */
.loyalty-card-page .welcome{
    padding: 20px !important;
    background: #a572d4;
    background: linear-gradient(180deg, rgba(165, 114, 212, 1) 0%, rgba(83, 13, 105, 1) 100%), 
    url(../images/icon-menu-sakura-active.svg) repeat;
}
.loyalty-card-page .sakura-track{
    text-align: center;
    color: white;
    font-size: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}
.loyalty-card-page .sacred-sakura{
    font-family: 'candy_caneregular';
    font-size: 56px;
    display: block;
    position: relative;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 5;
}
.loyalty-card-page .sakura-bg{
    display: block;
    position: absolute;
    width: 130px;
    box-sizing: border-box;
    opacity: 0.6;
}
.loyalty-card-page .sakura-tr-bg{
    top: 0;
    right: 0;
}
.loyalty-card-page .sakura-bl-bg{
    bottom: 0;
    left: 0;
}
.loyalty-card-page .tutorial-title{
    font-family: 'candy_caneregular';
    font-size: 48px;
    text-align: center;
    margin: 12px auto;
    color: white;
    text-shadow: 0 4px rgba(0, 0, 0, 0.6);
}
.loyalty-card-page .tutorial-text{
    font-size: 16px;
    text-align: center;
    margin: 8px auto;
}
.loyalty-card-page #info_carousel{
    flex: 1;
}
.loyalty-card-page .info-page{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.loyalty-card-page .card-info-dots{
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    font-size: 12px;
    color: #FEE8FF;
}
.loyalty-card-page .card-info-dot-active{
    color: #dd676d;
}
.loyalty-card-page .card-info-photo-1{
    display: block;
    position: relative;
    height: 300px;
    box-sizing: border-box;
    margin: 10px auto;
}
.loyalty-card-page .card-info-photo-2{
    display: block;
    position: relative;
    height: 250px;
    box-sizing: border-box;
    margin: 10px auto;
}
.loyalty-card-page .card-info-photo-3{
    display: block;
    position: relative;
    margin: 25px auto 35px auto;
}
.loyalty-card-page .card-info-photo-4{
    display: block;
    position: relative;
    height: 250px;
    box-sizing: border-box;
    margin: 25px auto 35px auto;
    z-index: 5;
}
.loyalty-card-page .sakura-omikuji{
    display: block;
    position: absolute;
    background-image: url("../images/sakura.svg");
    background-size: contain;
}
.loyalty-card-page .sakura-s{
    width: 50px;
    height: 50px;
}
.loyalty-card-page .sakura-m{
    width: 80px;
    height: 80px;
}
.loyalty-card-page .sakura-l{
    width: 100px;
    height: 100px;
}
.rewards-highlight{
    font-style: italic;
    font-weight: bolder;
    color: #F5BE27;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* ------------ REWARDS PAGES ------------ */
.rewards-page .page-section{
    padding: 0 0 2px 0;
}
.rewards-page .main-body {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 8px;
}
.rewards-page .rewards-header{
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    box-sizing: border-box;
    border-bottom: 4px solid #d35f5f;
    overflow: hidden;
}
.rewards-page .rewards-header > .bg{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: rotatey(-180deg);

    background: url("../images/rewards-header-bg.jpg"), no-repeat;
    background-size: cover;
    background-position: center center;
}
.rewards-page .rewards-header .blur-filter{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px) saturate(100%);
    -webkit-backdrop-filter: blur(1px) saturate(100%);
    transition: all ease-in-out 1.0s;

    z-index: 3;
}

.rewards-page .kitsune-rewards{
    display: block;
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 240px;
    box-sizing: border-box;
    z-index: 10;
    transform: rotatey(-180deg);
    transition: all ease-in-out 0.5s;
}
.rewards-page .kitsune-hide{
    bottom: -175px;
}
.rewards-page .redeemed{
    filter: grayscale(100%);
    opacity: 0.8;
}
.rewards-page #page_title{
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    padding: 8px 50px 8px 15px;
    font-family: 'arista_pro_triallight';
    font-size: 26px;
    font-weight: bolder;
    z-index: 6;
}
.white-gradient{
    color: #b04d51;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
}
.pink-gradient{
    color: #FFFFFF;
    background: #b04d51;
    background: linear-gradient(90deg, rgba(176, 77, 81, 0.95) 70%, rgba(176, 77, 81, 0) 100%);
}

/* ------------ REWARDS DETAILS PAGE ------------ */
.reward-detail-page .main-body {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    padding: 8px;
    z-index: 4;
}
.reward-detail-page .sheet .nav-bar{
    position: absolute;
    width: unset;
    top: 5px;
    right: 5px;
    left: 5px;
    box-sizing: border-box;
    z-index: 10;
}
.reward-detail-page .close-reward-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;
    box-sizing: border-box;

    text-align: center;
    font-size: 22px;
    color: #dd676d;

    background-color: white;
    cursor: pointer;
}
.reward-detail-page .sheet{
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: absolute;
    top: 50%;
    height: 95%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    box-sizing: border-box;

    background-color: white;
    padding: 15px 12px 20px 12px;
    overflow: hidden;
    border-radius: 2px;

    transition: all ease-in-out 0.8s;
}
.reward-detail-page .sheet .body{
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.reward-detail-page #reward_qr{
    display: block;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 5px auto;
}
.reward-body{
    flex: 1;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.reward-body > div{
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    overflow-y: auto;
}
.reward-body .reward-title{
    display: block;
    position: relative;
    width: 100%;
    color: #b04d51;
    text-align: center;
    font-family: 'arista_pro_triallight';
    font-size: 30px;
    font-weight: bolder;
    margin: 15px auto;
}
.reward-body p{
    text-align: center;
}
.reward-body .reward-text{
    font-family: 'candy_caneregular';
    text-align: center;
    font-size: 48px;
    display: block;
    position: relative;
    margin: 25px 20px 0 20px;
    color: #5D4A87;
    /*
    font-weight: bolder;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    */
}
.reward-body .reward-detail-icon{
    display: block;
    position: relative;
    height: 215px;
    width: auto;
    box-sizing: border-box;
    margin: 8px auto 0 auto;
}
.reward-conditions .conditions-title-box{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
}
.reward-conditions .conditions-title-box h3{
    flex: 1;
}
.reward-conditions .conditions-title-box .conditions-btn{
    font-size: 18px;
    color: #dd676d;
    cursor: pointer;
}
#reward_conditions ul{
    padding-left: 25px;
}
#reward_conditions ul li{
    font-size: 13px;
    margin: 12px 0;
    text-align: justify;
}
.line-separator{
    display: block;
    position: relative;
    flex: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #dd676d;
}
.paper-fold{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 2px solid #F7F7F7;
}
.reward-detail-page .sheet-hidden{
    transform: translateY(55%);
}
.reward-detail-page .blur-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(100%);
    transition: all ease-in-out 1.5s;

    z-index: 2;
}
.reward-detail-page .no-blur{
    backdrop-filter: blur(0px) saturate(100%) !important;
    -webkit-backdrop-filter: blur(0px) saturate(100%) !important;
}
.reward-detail-page .cupon-separator{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px dashed #D66B71;
    margin: 50px auto;
}
.reward-detail-page .cupon-cut{
    display: block;
    font-size: 26px;
    color: #D66B71;
    background: white;
    position: absolute;
    top: 2px;
    left: 16px;
    transform: translateY(-50%);
}
.reward-detail-page .sign-section{
    margin-top: 35px;
}
.reward-detail-page .sheet .sakura-bg{
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: url('../images/sakura-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.reward-detail-page .sheet .sakura-top{
    top: 0;
    left: 0;
    transform: rotateX(180deg);
}
.reward-detail-page .sheet .sakura-bottom{
    bottom: 0;
    right: 0;
    transform: rotateY(180deg);
}
.reward-detail-page .sheet .reward-note{
    text-align: center;
    font-style: italic;
    margin: 5px auto 10px auto;
}
.reward-detail-page .reward-warning{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 5px auto;
}
.reward-detail-page .reward-warning > p{
    font-size: 13px;
    text-align: left;
    margin: 2px 0;
}
.reward-detail-page .reward-warning .reward-highligth{
    font-weight: bold;
    color: #D66B71;
}
.reward-detail-page .reward-warning > i{
    color: #F58B27;
}
.reward-detail-page.letter-p{
    font-size: 16px;
}
.reward-detail-page .text-center{
    text-align: center;
}
.reward-detail-page .text-left{
    text-align: left;
}
.reward-detail-page .text-right{
    text-align: right;
}
/* ------------ SYSTEM REWARDS PAGE ------------ */
.system-reward-page .bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;

    background: url("../images/login-bg-mobile2.webp"), no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

/* ------------ BDAY REWARDS PAGE ------------ */
.bday-reward-page .page-section{
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 35%, rgba(42, 103, 209, 1) 78%);
}
.reward-welcome .miko-signature,
.bday-reward-page .miko-signature{
    width: 160px;
    margin: 5px 0px 5px auto;
    display: block;
    position: relative;
}
.reward-welcome .miko-signature > img,
.bday-reward-page .miko-signature > img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.reward-welcome .usr-name,
.bday-reward-page .usr-name{
    font-weight: bolder;
}
.bday-reward-page .letter-pd{
    font-size: 14px;
    margin: 35px auto 25px auto;
}
.bday-reward-page .top-ballons{
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    max-width: 325px;
    box-sizing: border-box;
    background-image: url("../images/ballons.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.bday-reward-page .right-ballons{
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}
.bday-reward-page .left-ballons{
    top: 0;
    left: 0;
}
.bday-reward-page .bottom-presents{
    display: block;
    position: absolute;
    width: 35%;
    max-width: 300px;
    aspect-ratio: 400 / 469;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    transform: rotateY(180deg);
    background-image: url("../images/presents.webp");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
}
.bday-reward-page .reward-image{
    display: block;
    position: relative;
    width: 80%;
    max-width: 368px;
    box-sizing: border-box;
    margin: 5px auto;
}
.bday-reward-page .redeem-date{
    font-weight: bold;
}
.bday-reward-page .letter-greetings{
    font-size: 20px;
    text-align: left;
}
.bday-reward-page .postdata-box{
    display: flex;
    flex-direction: row;
    align-items:end;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}
.bday-reward-page .postdata-box .yae-miko{
    display: block;
    position: relative;
    width: 85px;
}
.bday-reward-page .postdata-box > p{
    flex: 1;
    margin: 0;
    margin-bottom: 22px;
}

.comic-balloon {
    position: relative;
    font-size: 13px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    
    border: 1px solid lightgrey;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    padding: 9px 18px;
  }

/* ------------ OMIKUJI REWARDS PAGE ------------ */
.omikuji-reward-page .bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;

    background: url("../images/omikuji-reward-bg.webp"), no-repeat;
    background-size: cover;
    background-position: center center;

    z-index: 1;
}
.omikuji-reward-page .main-header{
    z-index: 3;
}
.omikuji-reward-page .all-border{
    border: 2px solid;
}
.omikuji-reward-page .right-border{
    border-right: 2px solid 
}
.omikuji-reward-page .bottom-border{
    border-bottom: 2px solid 
}
.omikuji-reward-page .border-color{
    border-color: rgba(229, 171, 164, 1.0);
}
.omikuji-reward-page .sheet .body header{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}
.omikuji-reward-page .sheet .body header > div{
    display: block;
    width: 50%;
}
.omikuji-reward-page .sheet .body header > div > img{
    max-width: 100px;
    margin: 6px auto;
}
.omikuji-reward-page .sheet .footer{
    display: flex;
    flex-direction: row;

    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.omikuji-reward-page .sheet-internal{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* ------------ MENU PAGE ------------ */
.menu-page .page-section{
    padding: 0 0 2px 0;
}
.menu-page .main-body {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 8px;
}
.menu-page .menu-header{
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    box-sizing: border-box;
    border-bottom: 4px solid #d35f5f;
    overflow: hidden;
}
.menu-page .menu-header > .bg{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    background: url("../images/menu-header-bg.webp"), no-repeat;
    background-size: cover;
    background-position: center center;
}
.menu-page .page-title{
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    padding: 8px 50px 8px 15px;
    font-family: 'arista_pro_triallight';
    font-size: 26px;
    font-weight: bolder;
    z-index: 6;
}
.menu-page .kitsune-menu{
    display: block;
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 240px;
    box-sizing: border-box;
    z-index: 10;
    transform: rotatey(-180deg);
    transition: all ease-in-out 0.5s;
}
.menu-page .kitsune-hide{
    bottom: -175px;
}

.menu-page .menu-section{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 4px;
}
.menu-page .menu-section .menu-list-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 8px;

    background-color: #d8677c;
    background-image: url(../images/header-menu-bg.png);
    background-repeat: repeat;
}
.menu-page .menu-section .menu-list-header .title{
    position: relative;
    flex: 1;
    font-family: 'arista_pro_triallight';
    font-size: 20px;
    color: white;
}
.menu-page .menu-section .menu-list-header .collapse-btn{
    position: relative;
    font-size: 20px;
    cursor: pointer;
    color: white;
    text-align: center;
    padding: 5px;
}
.menu-page .menu-section .menu-list-body{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.menu-page .menu-section .menu-list-body .menu-item-row{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border-bottom: 1px solid lightgray;
    background-color: white;
}
.menu-page .menu-section .menu-list-body .menu-item-row:hover,
.menu-page .menu-section .menu-list-body .menu-item-row:active{
    background-color: #F9EDEB;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-photo{
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-description{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-description > div{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-description .title{
    font-size: 14px;
    font-weight: bolder;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-description .subtitle{
    font-size: 18px;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-price{
    width: 55px;
    text-align: right;
    font-size: 18px;
    font-weight: bolder;
}
.menu-page .menu-section .menu-list-body .menu-item-row .item-badge{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 50px;
    
    color: white;

    position: absolute;
    top: 2px;
    left: 0;
    z-index: 5;
}
.badge-pink{
    background-color: #BA4347;
}
.badge-yellow{
    background-color: #F29C0C;
}
.menu-warning{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    position: relative;
    width: 96%;
    padding: 6px 10px;
    box-sizing: border-box;
    margin: 5px auto;
    font-size: 12px;
    background-color: #F0E4C6;
    border-radius: 20px;
}
.menu-warning > i{
    font-size: 18px;
    color:#524015;
}
.menu-warning > div{
    flex: 1;
    font-size: 12px;
    text-align: center;
    color:#524015;
}
.menu-dialog-icon {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.menu-dialog-icon .icon {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 30px;
    padding: 6px;
    border-radius: 50%;
}

/* ------------ STORE PAGE ------------ */
.store-page .page-section{
    padding: 0 0 2px 0;
}
.store-page .main-body {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 8px;
}
.store-page .main-body > section{
    margin-bottom: 30px;
}
.store-page .store-header{
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    box-sizing: border-box;
    border-bottom: 4px solid #d35f5f;
    overflow: hidden;
}
.store-page .store-header > .bg{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    background: url("../images/shop-header-bg.webp"), no-repeat;
    background-size: cover;
    background-position: center center;
}
.store-page .page-title{
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    padding: 8px 50px 8px 15px;
    font-family: 'arista_pro_triallight';
    font-size: 26px;
    font-weight: bolder;
    z-index: 6;
}
.store-page .kitsune-shop{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 195px;
    box-sizing: border-box;
    z-index: 10;
    transform: translateX(-50%);
    transition: all ease-in-out 0.5s;
}
.store-page .kitsune-hide{
    bottom: -145px;
}

.store-page .contact-box{
    display: block;
    position: relative;
    text-align: center;
}
.store-page .contact-btn{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #5D4A87;
    overflow: hidden;
    width: 29%;
    /* height: 100px; */
    margin: 5px;
    padding: 8px 12px;
    box-sizing: border-box;

    background-image: url("../images/contact-btn-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.store-page .contact-btn:active, .store-page .contact-btn:hover{
    background-color: #D8D1E6;
}

.store-page .contact-btn .icon{
    font-size: 28px;
    color: #5D4A87;
}
.store-page .contact-btn .label{
    color: #5D4A87;
}
.store-page .map-box {
    display: block;
    position: relative;
    width: 96%;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border: 1px solid lightgray;
}
.store-page #map {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.store-page h3{
    font-family: 'arista_pro_triallight';
    font-size: 22px !important;
    color: #BA4347;
}
.store-page .section-content{
    margin-left: 15px;
}
.store-page #version_display{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    font-weight: 12px;
    color: #dd676d;
}