@charset "UTF-8";
/* モバイルファースト */

.un_index_root_sect {
    background: transparent linear-gradient(180deg, #FFFFFF 10%, #ECF3F7 20%) 0% 0% no-repeat padding-box;
}

/* ---------------------
通知欄
------------------------*/
.bl_notifications {
    background: #F2F8FC;
    box-sizing: border-box;
    color: #656565;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.un_index_root_sect > .bl_notifications {
    width: 100%;
}

.bl_notifications > .bl_notifications_inner {
    display: flex;
    align-items: center;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #404040;
}

.bl_notifications_inner:hover {
    opacity: 0.7;
}

.bl_notifications_inner > icon:first-child {
    color: red;
    margin-right: 8px;
    font-size: 3.2rem;
}

.bl_notifications_inner > icon:last-child {
    color: #0065B8;
    margin-left: auto;
    font-size: 3.2rem;
}
/* ---------------------
汎用セクション
------------------------*/
.bl_index_sect {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

    .bl_index_sect > .el_btn {
        margin: auto;
        width: 260px;
        height: 40px;
        font-size: 1.6rem;
    }

        .bl_index_sect > .el_btn > icon {
            right: 3px;
        }

    .bl_index_sect > .bl_cardList {
        margin-top: 20px;
    }

/* ---------------------
ポイントセクション
------------------------*/
.un_point_sect {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

    .un_point_sect > .un_index_pointCard {
        max-width: 450px;
        width: 90%;
        height: 147px;
        min-height: 0;
    }

        .un_point_sect > .un_index_pointCard > .bl_pointCard_body {
        }

    .un_point_sect > .bl_pointCard.bl_pointCard__lg {
        min-height: 250px;
    }
    /* ---------------------
    ポイント：ログインセクション
    ------------------------*/
    .un_point_sect > .un_loginCard {
        margin-top: 30px;
        max-width: 351px;
        width: 95%;
        height: 122px;
        min-height: 0;
        background: transparent linear-gradient(180deg, #1F93DB 0%, #1C6AAA 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.un_loginCard > .un_login_btn {
    background: #FF9300;
    font-size: min(1.7rem,4.8vw);
    width: 90%;
    box-sizing: border-box;
    white-space: nowrap; /*hack:safari*/
    padding: 0;
    max-width: 303px;
    height: 42px;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 32px;
    font-weight: 400;
    box-shadow: 0px 1px 2px #0000001A;
    position: relative;
    text-shadow: 0px 1px 2px #00000029;
}

.un_login_btn > span {
    position: absolute;
    left: 10px;
}

.un_loginCard > .un_loginToMypage_btn {
    visibility: hidden;
    margin-top: 0px;
    background: #1F93DB;
    font-size: min(1.2rem,4.8vw);
    box-sizing: border-box;
    white-space: nowrap; /*hack:safari*/
    padding: 0;
    width: 220px;
    height: 0px;
    color: white;
    display: flex;
    padding-left: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 32px;
    font-weight: 400;
    box-shadow: 0px 1px 2px #0000001A;
    position: relative;
    text-shadow: 0px 1px 2px #00000029;
}

.un_loginToMypage_btn:hover {
    opacity: 0.4;
}

.un_loginToMypage_btn > icon {
    position: absolute;
    left: 10px;
    font-size: 1.2rem;
}

.un_loginToMypage_linkbtn {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #1D73B5!important;
    text-shadow:none!important;
    
}

.un_loginCard > .el_linkBtn {
    color: white;
    font-size: min(1.2rem,4vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 1px 2px #00000029;
    z-index: 10;
}

.un_loginCar_img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 58px;
    opacity: 0.2;
}

.un_loginCar_img2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.4;
    z-index: 0;
}

    .un_loginCar_img2 > img {
        width: 68px;
    }
/* ---------------------
キャンペーンセクション
------------------------*/
.un_campaign_sect {
    padding-top: 30px;
}

/* ---------------------
使えるお店セクション
------------------------*/
.un_outlet_sect {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* ---------------------
アプリセクション
------------------------*/
.un_app_sect {
    width: 100%;
}
/* ---------------------
アプリ:ヒーロー
------------------------*/
.un_blcaAppHero {
    max-height: 400px;
    background-image: url('/images/blcaapp/blc_app_bg.svg');
    background-size: cover;
    min-height: 263px;
    position: relative;
}

.un_blcaAppHero_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.un_blcaAppHero_cont_inner {
    width: 95%;
    max-width: 475px;
    height: 100%;
    position: relative;
    box-sizing: content-box;
}

/*タイトル*/
.un_blcaAppHero_ttl {
    margin-top: 18px;
    font-size: 3.8rem;
    color: #FAFAFA;
    height: 60px;
    text-shadow: 0px 1px 2px #00000029;
    background-image: url('/images/blcaapp/app_icon@2x.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    padding-left: 64px;
}

    .un_blcaAppHero_ttl > p {
        font-size: 1.2rem;
        color: #FAFAFA;
        margin-bottom: 8px;
        font-weight: 300;
    }

/*アップリンクリスト*/
.un_blcaAppHero_AppLinkSection {
    position: absolute;
    bottom: 34px;
    left: 0;
}

.un_blcaAppHero_AppLinkList {
}

    .un_blcaAppHero_AppLinkList > li:first-child {
        margin-bottom: 7px;
    }

    .un_blcaAppHero_AppLinkList > li:last-child {
        margin-top: 10px;
    }

    .un_blcaAppHero_AppLinkList > li > .el_btn {
        width: 120px;
        height: 32px;
    }

        .un_blcaAppHero_AppLinkList > li > .el_btn > icon {
            right: 0.13em;
        }

.un_blcaAppHero_AppLinkList_linkItem > img {
    width: 129px;
}

/* ---------------------
ヒーロー：アプリ画像
------------------------*/
.un_blcaAppHero_appImgWrapper {
    position: absolute;
    right: 0px;
    bottom: -40px;
}

    .un_blcaAppHero_appImgWrapper > img {
        width: 186px;
    }

/* ---------------------
ヒーロー：ダミー画像：サイズ調整用
------------------------*/
.un_blcaAppHero_dammyImgWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

    .un_blcaAppHero_dammyImgWrapper img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        pointer-events: none;
    }
/* ---------------------
モールセクション
------------------------*/
.un_mall_sect {
    padding-top: 50px;
}

.un_index_mall_card {
    height: 180px;
}

    .un_index_mall_card > .bl_card_footer {
        padding-bottom: 20px;
    }
/* ---------------------
モールヒーロー
------------------------*/
.un_aboutMallHero {
    background: #D0ECFA;
    background-image: url(/images/mall_bg_sp.svg);
    background-size: cover;
    margin-top: 56px;
}

    .un_aboutMallHero > .un_aboutMallHero_inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 303px;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center;
    }

.un_aboutMallHero_inner > h3 {
    display: none;
}

.un_aboutMallHero_inner > h1 {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.un_aboutMallHero_inner > .el_btn {
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
}

.un_aboutMallHero_inner > .el_linkBtn {
    color: white;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.un_aboutMallHero_imgWrapper {
    text-align: center;
}

    .un_aboutMallHero_imgWrapper > img {
        width: 72px;
        height: 72px;
    }

/* ---------------------
ニュースセクション
------------------------*/
.un_news_sect {
    padding-top: 40px;
    padding-bottom: 80px;
}

    /* ---------------------
ニュース一覧
------------------------*/
    .un_news_sect > .un_index_news {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.un_index_news_item {
    display: flex;
    align-items: start;
    justify-content: start;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #d6e0e5;
}

    .un_index_news_item:hover {
        opacity: 0.6;
    }

.un_index_news_item_notExists_txt {
    font-size: 22px;
    font-weight: 700;
    color: #0065B8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
/*日付*/
.un_index_news_time {
    width: 144px;
}

    .un_index_news_time > time {
        text-align: left;
        font-size: 1.4rem;
        color: #404040;
        font-weight: 600;
    }

.un_index_news_body {
    display: block;
    flex: 1;
    color: #404040;
    overflow: hidden;
}

    .un_index_news_body > h2 {
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.9rem;
    }

.un_index_news_btn {
    margin-left: auto;
    display: flex;
    align-items: center;
}

    .un_index_news_btn > i {
        color: #007cc9;
        font-size: 2.2rem;
    }

    .un_index_news_btn > span {
        color: #007cc9;
        display: none;
        font-size: 1.3rem;
    }

/* =============================
レスポンシブ
 PC
=============================*/
@media (min-width: 850px) {
    /* ---------------------
    PC汎用セクション
    ------------------------*/
    .bl_index_sect > .el_btn {
        margin: auto;
        width: 300px;
        height: 52px;
        line-height: 52px;
        margin-top: 40px;
    }

    .bl_index_sect > .bl_cardList {
        margin-top: 50px;
    }
    /* ---------------------
    PC通知欄
    ------------------------*/
    .bl_notifications {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 40px;
        padding-right: 10px;
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .bl_notifications_inner > icon:first-child {
        color: red;
        margin-right: 23px;
        font-size: 2.6rem;
    }

    .bl_notifications_inner > icon:last-child {
        color: #0065B8;
        margin-left: auto;
        font-size: 3.2rem;
    }
    /* ---------------------
    PC_ポイントセクション
    ------------------------*/
    .un_point_sect {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        padding-top: 30px;
    }

    .un_point_sect {
        padding-top: 30px;
    }

        .un_point_sect > .un_index_pointCard {
            max-width: 572px;
            width: 90%;
            height: 200px;
            min-height: 0;
        }
        /* ---------------------
        PCポイント：ログインセクション
        ------------------------*/
        .un_point_sect > .un_loginCard {
            margin-top: 10px;
            max-width: 572px;
            width: 90%;
            height: 200px;
            min-height: 0;
            background: transparent linear-gradient(180deg, #1F93DB 0%, #1C6AAA 100%) 0% 0% no-repeat padding-box;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }

    .un_loginCard > .un_login_btn {
        background: #FF9300;
        font-size: 1.7rem;
        max-width: 403px;
        height: 60px;
        margin-top: 24px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 32px;
        font-weight: 400;
        box-shadow: 0px 1px 2px #0000001A;
        position: relative;
    }

    .un_login_btn > span {
        position: absolute;
        left: 16px;
        font-size: 3rem;
    }

    .un_loginCard > .un_loginToMypage_btn {
        visibility: visible;
        margin-top: 14px;
        background: rgba(217, 217, 217, 0.4);
        font-size: min(1.2rem,4.8vw);
        box-sizing: border-box;
        white-space: nowrap; /*hack:safari*/
        padding: 0;
        width: 220px;
        height: 24px;
        color: white;
        display: flex;
        padding-left: 10px;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 32px;
        font-weight: 400;
        box-shadow: 0px 1px 2px #0000001A;
        position: relative;
        text-shadow: 0px 1px 2px #00000029;
    }

    .un_loginToMypage_btn:hover {
        opacity: 0.4;
    }

    .un_loginToMypage_btn > icon {
        position: absolute;
        left: 10px;
        font-size: 1.2rem;
    }


    .un_loginToMypage_linkbtn {
        visibility:hidden;
    }

    .un_loginCard > .el_linkBtn {
        color: white;
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        text-align: center;
        align-items: center;
        justify-content: center;
        z-index: 10;
        font-weight: 400;
    }

    .un_loginCar_img {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 78px;
        opacity: 0.2;
    }

    .un_loginCar_img2 {
        position: absolute;
        bottom: 10px;
        right: 15px;
        opacity: 0.4;
        z-index: 0;
    }

        .un_loginCar_img2 > img {
            width: 128px;
        }
    /* ---------------------
    PC_キャンペーンセクション
    ------------------------*/
    .un_campaign_sect {
        padding-top: 40px;
    }

    /* ---------------------
    PC_使えるお店セクション
    ------------------------*/
    .un_outlet_sect {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /* ---------------------
    PC_アプリセクション
    ------------------------*/
    .un_app_sect {
        width: 100%;
    }
    /* ---------------------
    PC_アプリ:ヒーロー
    ------------------------*/
    .un_blcaAppHero {
        max-height: 390px;
        background-image: url('/images/blcaapp/blc_app_bg.svg');
        background-size: cover;
        min-height: 390px;
        position: relative;
    }

    .un_blcaAppHero_cont {
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 15px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .un_blcaAppHero_cont_inner {
        margin-left: 0px;
        width: 100%;
        max-width: 1020px;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }

    /*タイトル*/
    .un_blcaAppHero_ttl {
        margin-top: 40px;
        font-size: 5.4rem;
        color: #FAFAFA;
        height: 100px;
        text-shadow: 0px 1px 2px #00000029;
        background-image: url('/images/blcaapp/app_icon@2x.png');
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 90px 90px;
        padding-left: 100px;
    }

        .un_blcaAppHero_ttl > p {
            font-size: 2.2rem;
            color: #FAFAFA;
            margin-bottom: 8px;
            font-weight: 500;
        }

    /*アップリンクリスト*/
    .un_blcaAppHero_AppLinkSection {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    .un_blcaAppHero_AppLinkList {
        display: flex;
        flex-wrap: wrap;
        width: 300px;
    }

        .un_blcaAppHero_AppLinkList > li:first-child {
            margin-right: 10px;
        }

        .un_blcaAppHero_AppLinkList > li:last-child {
            margin-top: 10px;
        }

        .un_blcaAppHero_AppLinkList > li > .el_btn {
            width: 140px;
            height: 32px;
        }

            .un_blcaAppHero_AppLinkList > li > .el_btn > icon {
                right: 0.13em;
            }

    .un_blcaAppHero_AppLinkList_linkItem > img {
        width: 140px;
    }

    /* ---------------------
    PC_ヒーロー：アプリ画像
    ------------------------*/
    .un_blcaAppHero_appImgWrapper {
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .un_blcaAppHero_appImgWrapper > img {
            width: auto;
        }

    /* ---------------------
    PC_ヒーロー：ダミー画像：サイズ調整用
    ------------------------*/
    .un_blcaAppHero_dammyImgWrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 0;
    }

        .un_blcaAppHero_dammyImgWrapper img {
            width: 100%;
            height: auto;
            vertical-align: bottom;
            pointer-events: none;
        }
    /* ---------------------
    PC_モールセクション
    ------------------------*/
    .un_mall_sect {
        padding-top: 80px;
    }

    .un_index_mall_card {
        height: 180px;
    }

        .un_index_mall_card > .bl_card_footer {
            padding-bottom: 20px;
        }
    /* ---------------------
    PC_モールヒーロー
    ------------------------*/
    .un_aboutMallHero {
        background: #D0ECFA;
        background-image: url(/images/mall_back_pc.svg);
        background-size: cover;
        margin-top: 90px;
    }

        .un_aboutMallHero > .un_aboutMallHero_inner {
            /*max-width: 303px;*/
            max-width: 830px;
            padding-top: 40px;
            padding-bottom: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    .un_aboutMallHero_inner > h3 {
        display: block;
        font-size: 2.2rem;
        line-height: 2.8rem;
        color: white;
        margin-top: 10px;
    }

    .un_aboutMallHero_inner > h1 {
        font-size: 6.9rem;
        line-height: 8.8rem;
        margin-bottom: 40px;
    }

    .un_aboutMallHero_imgWrapper > img {
        width: 100px;
        height: 100px;
    }

    .un_aboutMallHero_inner > .el_btn {
        width: 300px;
        height: 52px;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .un_aboutMallHero_inner > .el_linkBtn {
        color: white;
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 42px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    /* ---------------------
    PC_ニュースセクション
    ------------------------*/
    .un_news_sect {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        /* ---------------------
        PC_ニュース一覧
        ------------------------*/
        .un_news_sect > .un_index_news {
            margin-top: 50px;
            margin-bottom: 60px;
        }

    .un_index_news_item {
        display: flex;
        align-items: start;
        justify-content: start;
        cursor: pointer;
        padding: 0;
        padding-top: 25px;
        padding-bottom: 21px;
        border-bottom: 1px solid #d6e0e5;
    }

        .un_index_news_item:hover {
            opacity: 0.6;
        }

    /*日付*/
    .un_index_news_time {
        width: 144px;
    }

        .un_index_news_time > time {
            text-align: left;
            font-size: 1.6rem;
            color: #404040;
            font-weight: 600;
        }

    .un_index_news_body {
        display: block;
        flex: 1;
        color: #404040;
        overflow: hidden;
    }

        .un_index_news_body > h2 {
            font-size: 1.6rem;
            font-weight: normal;
            line-height: 1.9rem;
        }

    .un_index_news_btn {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

        .un_index_news_btn > i {
            color: #007cc9;
            font-size: 2.6rem;
        }

        .un_index_news_btn > span {
            color: #007cc9;
            display: none;
            font-size: 1.3rem;
        }
    /* ---------------------
    PC_見出し部分
    ------------------------*/
    .bl_heading {
        padding-bottom: 6px !important;
    }

        .bl_heading > .bl_heading_txt {
            margin-top: auto;
            margin-bottom: 8px;
        }

        .bl_heading > .bl_heading_link {
            margin-top: auto;
            margin-bottom: 3px;
        }
}
