@charset "UTF-8";
/* モバイルファースト */

.un_mallSection {
    margin-bottom: 80px;
}

    .un_mallSection > .bl_heading {
        height: 44px;
        padding: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .un_mallSection > .el_btn {
        width: 100%;
        max-width: 260px;
        height: 40px;
        font-size: 1.6rem;
        margin: 0 auto;
        margin-top: 40px;
    }

.un_mall_list_cont {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

    .un_mall_list_cont > h2 {
        margin-top: 20px;
        font-size: 2rem;
    }

/* =======================
注記: アフィリエイト広告
 =========================*/
.un_mall_note_cont {
    width: 100%;
    max-width: 940px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
}
/* =======================
ブルカモールってボタン
 =========================*/
.un_mallSection_moreBtn {
    margin-left: auto;
    font-size: min(1.4rem,3vw);
}

    .un_mallSection_moreBtn > img {
        width: 24px;
        margin-right: 4px;
    }

/* =======================
データ一覧 1行
 =========================*/
.un_mall_dataList_item > .un_mall_media {
    padding-top: 20px;
    padding-bottom: 10px;
}

.un_mall_media {
    display: flex;
    align-items: start;
    position: relative;
    border-bottom: 1px solid #ccc;
}

/* =======================
ヘッダー部分
 =========================*/
.un_mall_media_header {
    margin: 0;
    margin-right: 10px;
    width: 25%;
    min-width: 126px;
}
    /*ヘッダー：タイトル*/
    .un_mall_media_header > un_mall_media_title {
        margin-top: 11px;
    }
    /*ヘッダー：ポイント*/
    .un_mall_media_header > .bl_genre_tagList {
        margin-top: 14px;
    }
/* =======================
ヘッダー：画像
 =========================*/
.un_mall_media_imgWrapper {
    flex: 0 1 27.58333%;
    margin: 0;
    margin-right: 2.3%;
    overflow: hidden;
    position: relative;
}

    .un_mall_media_imgWrapper > img {
        width: 100%;
    }

/* 画像：リボン */
.un_mall_media_ribbon {
    position: absolute;
    top: 0;
}

    .un_mall_media_ribbon::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-width: 3.75rem 3.75rem 0 0;
        border-style: solid;
        border-color: #fffd00 transparent transparent transparent;
    }

.un_mall_media_ribbon_txt {
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    left: 0.3125rem;
    color: #222;
    font-size: 0.875rem;
    font-weight: bold;
    transform: rotate(-45deg);
}

/* =======================
ボディ
 =========================*/
.un_mall_media_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.un_mall_media_body_column {
}

.un_mall_media_body_inner > .un_mall_media_title {
    margin-top: 5px;
    margin-bottom: 10px;
}
/*タイトル*/
.un_mall_media_title {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.76px;
    color: #0065B8;
}
/*テキスト*/
.un_mall_media_body_column > .un_mall_media_txt {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.un_mall_media_txt {
    font-size: 1.6rem;
    letter-spacing: 0.64px;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .un_mall_media_txt > span {
        display: block;
        margin-top: 5px;
        color: #E60000;
        white-space: pre-wrap;
        word-wrap: anywhere;
    }

/* =======================
お気に入り
 =========================*/
.un_mall_media_body_items > .un_mall_media_link__favorite {
    font-size: 1.2rem;
    margin-top: 5px;
    width: 100%;
    max-width: 215px;
}

    .un_mall_media_body_items > .un_mall_media_link__favorite .el_favorite {
        height: 25px;
    }

    .un_mall_media_body_items > .un_mall_media_link__favorite .el_favorite_icon {
        font-size: 22px;
    }

    .un_mall_media_body_items > .un_mall_media_link__favorite .el_favorite_ripple {
        width: 45px;
        height: 45px;
    }

    .un_mall_media_body_items > .un_mall_media_link__favorite > label {
        margin-left: 0px;
    }

    .un_mall_media_body_items > .un_mall_media_link__favorite > span {
        z-index: 999;
        user-select: none;
        pointer-events: none;
    }

.un_mall_media_body_items > .un_mall_media_side_lastItem {
    margin-top: auto;
}

/* =======================
ポイント
 =========================*/
.un_mall_media_body_items > .un_mall_media_point {
    margin-top: 10px;
    margin-bottom: 8px;
}

.un_mall_media_point {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 215px;
    height: 40px;
    border: 1px solid rgba(188, 188, 188, 1);
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box;
}

.un_mall_media_point_title {
    font-size: min( 1.3rem,3vw);
    font-weight: 600;
}

.un_mall_media_point_value {
    margin-left: auto;
    font-size: min(2.6rem,6.5vw);
    font-weight: 900;
    color: rgba(255, 118, 0, 1);
}

    .un_mall_media_point_value > span {
        font-size: 1.6rem;
        margin-left: 4px;
    }

/* =======================
このサイトでお買い物ボタン
 =========================*/
/*.un_mall_media_side > .un_mall_media_button {
    margin-top: 10px;
}*/

.un_mall_media_button {
    display: flex;
    box-sizing: border-box;
    white-space: nowrap; /*hack:safari*/
    align-items: center;
    width: 100%;
    max-width: 215px;
    height: 40px;
    background: rgba(255, 147, 0, 1);
    border-radius: 6px;
    color: white;
    font-size: min(1.4rem,3vw);
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

    .un_mall_media_button:hover {
        background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
    }

.un_mall_media_button_icon {
    margin-right: 7px;
}

.un_mall_media_button_lastIcon {
    font-size: 1.5rem !important;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* =======================
ログインしてお買い物ボタン
 =========================*/

.un_mall_media_login_button {
    display: flex;
    box-sizing: border-box;
    white-space: nowrap; /*hack:safari*/
    align-items: center;
    width: 100%;
    max-width: 215px;
    height: 40px;
    background: #0065b8;
    border-radius: 6px;
    color: white;
    font-size: min(1.4rem,3vw);
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

    .un_mall_media_login_button:hover {
        background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
    }

    .un_mall_media_login_button > .un_mall_media_button_icon {
        margin-right: 12px;
        width: 26px;
    }

un_mall_media_login_button > .un_mall_media_button_lastIcon {
    font-size: 1.5rem !important;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* =============================
レスポンシブ
 PC
=============================*/
@media (min-width: 850px) {
    .un_mallSection > .bl_heading {
        height: 80px;
        padding: 0;
        padding-left: 30px;
    }

    .un_mallSection > .el_btn {
        width: 300px;
        height: 52px;
        font-size: 1.6rem;
        margin: 0 auto;
        margin-top: 60px;
    }

    /* =======================
    注記: アフィリエイト広告
     =========================*/
    .un_mall_note_cont {
        width: 100%;
        max-width: 940px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
        letter-spacing: 0.64px;
        color: #333;
        font-weight: 600;
    }
    /* =======================
    ブルカモールってボタン
     =========================*/
    .un_mallSection_moreBtn {
        margin-left: 20px;
        font-size: 1.4rem;
    }

        .un_mallSection_moreBtn > img {
            width: 28px;
            margin-right: 4px;
        }

    /* =======================
    PC_データ一覧 1行
     =========================*/
    .un_mall_dataList_item > .un_mall_media {
        padding-top: 20px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .un_mall_media {
        display: flex;
        align-items: stretch;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    /* =======================
    PC_ヘッダー部分
     =========================*/
    .un_mall_media_header {
        margin: 0;
        margin-right: 10px;
        width: 25%;
        max-width: 282px;
    }

    /* =======================
    PC_ヘッダー：画像
     =========================*/
    .un_mall_media_imgWrapper {
        margin: 0;
        margin-right: 2.3%;
        overflow: hidden;
        position: relative;
    }

        .un_mall_media_imgWrapper > img {
            width: 100%;
        }

    /* 画像：リボン */
    .un_mall_media_ribbon {
        position: absolute;
        top: 0;
    }

        .un_mall_media_ribbon::after {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-width: 3.75rem 3.75rem 0 0;
            border-style: solid;
            border-color: #fffd00 transparent transparent transparent;
        }

    .un_mall_media_ribbon_txt {
        position: absolute;
        z-index: 2;
        top: 0.5rem;
        left: 0.3125rem;
        color: #222;
        font-size: 0.875rem;
        font-weight: bold;
        transform: rotate(-45deg);
    }

    /* =======================
    PC ボディ
     =========================*/
    .un_mall_media_body {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        /*max-width: 640px;*/
    }

    .un_mall_media_body_column {
        max-width: 640px;
    }

        .un_mall_media_body_column > .un_mall_media_title {
            margin-top: 0px;
            margin-bottom: 10px;
        }
    /*タイトル*/
    .un_mall_media_title {
        font-size: 1.9rem;
        line-height: 2.5rem;
        letter-spacing: 0.76px;
        color: #0065B8;
    }
    /*テキスト*/
    .un_mall_media_body_column > .un_mall_media_txt {
        margin-bottom: 10px;
    }

    .un_mall_media_txt {
        font-size: 1.6rem;
        line-height: 1.9rem;
        letter-spacing: 0.64px;
        color: #333;
    }

        .un_mall_media_txt > span {
            display: block;
            margin-top: 5px;
            color: #E60000;
        }

    /*ジャンルタグ*/
    .un_mall_media_body_column > .bl_genre_tagList {
        padding-top: 8px;
        margin-top: auto;
        margin-bottom: 0px;
    }

    /* =======================
    PC_ポイント
     =========================*/
    .un_mall_media_body_items {
        margin-left: auto;
        padding-left: 10px;
    }

        .un_mall_media_body_items > .un_mall_media_point {
            margin-top: 10px;
            margin-bottom: 8px;
        }

    .un_mall_media_point {
        display: flex;
        align-items: center;
        width: 215px;
        height: 40px;
        border: none;
        border-radius: 6px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .un_mall_media_point_title {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .un_mall_media_point_value {
        margin-left: auto;
        font-size: 2.6rem;
        font-weight: 900;
        color: rgba(255, 118, 0, 1);
    }

        .un_mall_media_point_value > span {
            font-size: 2rem;
            margin-left: 4px;
        }

    /* =======================
    PC_お気に入り
     =========================*/
    .un_mall_media_body_items > .un_mall_media_link__favorite {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 1.4rem;
        letter-spacing: 0.96px;
        color: rgba(101, 101, 101, 1);
    }

        .un_mall_media_body_items > .un_mall_media_link__favorite .el_favorite_icon {
            font-size: 22px;
        }

        .un_mall_media_body_items > .un_mall_media_link__favorite .el_favorite_ripple {
            width: 45px;
            height: 45px;
        }

        .un_mall_media_body_items > .un_mall_media_link__favorite > label {
            margin-left: -13px;
        }

        .un_mall_media_body_items > .un_mall_media_link__favorite > span {
            z-index: 999;
            user-select: none;
            pointer-events: none;
        }
    /* =======================
    PC: このサイトでお買い物ボタン
     =========================*/
    .un_mall_media_body_items > .un_mall_media_button {
        margin-top: 10px;
    }

    .un_mall_media_button {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        width: 215px;
        height: 40px;
        background: rgba(255, 147, 0, 1);
        border-radius: 6px;
        color: white;
        font-size: 1.4rem;
        padding-left: 10px;
        position: relative;
        cursor: pointer;
    }

        .un_mall_media_button:hover {
            background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
        }

    .un_mall_media_button_icon {
        margin-right: 7px;
    }

    .un_mall_media_button_lastIcon {
        font-size: 1.5rem !important;
        position: absolute;
        right: 8px;
        top: 5px;
    }

    /* =======================
    PC: ログインしてお買い物ボタン
     =========================*/
    .un_mall_media_body_items > .un_mall_media_login_button {
        margin-top: 10px;
    }

    .un_mall_media_login_button {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        width: 215px;
        height: 40px;
        border-radius: 6px;
        color: white;
        font-size: 1.4rem;
        padding-left: 10px;
        position: relative;
        cursor: pointer;
    }

        .un_mall_media_login_button:hover {
            background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
        }

        .un_mall_media_login_button > .un_mall_media_button_icon {
            margin-right: 15px;
        }

        .un_mall_media_login_button > .un_mall_media_button_lastIcon {
            font-size: 1.5rem !important;
            position: absolute;
            right: 8px;
            top: 5px;
        }
}
