@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

/*
.rootEl#top {
    background: url(img/bonasobo/bon_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center 130px;
    background-color: #0035A6;
    background-attachment: fixed;
}

.k-sale-top {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}
*/


.k-sale-top .left_frame {
    width: 475px;
}
.k-sale-top .center_frame {
    width: 475px;
}
.k-sale-top .right_frame {
    width: 475px;
    padding-top: 100px;
}

.k-sale-top .category_section {
    display: none;
}

.k-sale-top .wrapper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.k-sale-top .wrapper section {
    margin: 0 auto;
    padding-bottom: 2px;
}

/* .k-sale-top .wrapper section:nth-child(3) + section {
    margin-top: 40px;
} */

.k-sale-top h1.banner {
    width: 100%;
    line-height: 0;
}

.k-sale-top h1.banner img {
    width: 100%;
    height: auto;
    border: 0;
}

.k-sale-top h2 img {
    width: 100%;
    height: auto;
    border: 0;
}

/*
.k-sale-top .special_items_frame {
    width: 100%;
    overflow-x: auto;
}
*/

.k-sale-top .special_items_frame {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/*
.k-sale-top .special_items {
    width: max-content;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}
    */

.k-sale-top .special_items {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 15px;
}


.k-sale-top .special_items .special_item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 20px 0 0;
    background-color: rgb(255, 255, 255);

    font-size: 7.5px;
    line-height: 1.5;
}

.k-sale-top .special_appeal_frame {
    padding: 0 10px;
    margin: 20px 0;
}

.k-sale-top .special_items_solo .special_item {
    font-size: 16px;
}

.k-sale-top .special_items a {
    text-decoration: none;
    color: #333333;
}

.k-sale-top .special_items p {
    font-size: 1.8em;
}

.k-sale-top .special_items_solo p {
    font-size: 1.2em;
}

.k-sale-top .special_items .special_item_main {
    position: relative;
    margin-bottom: 35px;
}

.k-sale-top .special_items .special_item_mainimage {
    width: 100%;
    height: auto;
}

.k-sale-top .special_items .special_item_main .top_gentei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(22, 142, 68);
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    padding: 3px 5px;
}

.k-sale-top .wrapper .item_gen_section {
    margin-bottom: 40px;
}

/* 価格 */
.k-sale-top .special_items .special_item_price {
    position: absolute;
    bottom: -30px;
    right: 5px;
    text-align: right;

    -webkit-text-stroke: 4px white;
    text-stroke: 4px white;
    paint-order: stroke;
}

.k-sale-top .special_items_solo .special_item_price {
    -webkit-text-stroke: 6px white;
    text-stroke: 6px white;
}

.k-sale-top .special_items .price_subtext {
    font-size: 0.7em;
}

.k-sale-top .special_items .hontaikakaku {
    font-size: 1.5em;
    text-align: left;
}

.k-sale-top .special_items .special_item_price_nip {
    font-family: 'Anton';
    font-weight: 500;
    font-size: 2.0em;
    line-height: 1;
    text-align: left;
    /*
    display: flex;
    justify-content: end;
    align-items: flex-end;*/
}

.k-sale-top .special_items .special_item_price_nip_big {
    font-size: 3.0em;
}

.k-sale-top .special_items .special_item_price_ip {
    color: black;
    font-family: 'Anton';
    font-weight: 500;
    font-size: 2em;
    line-height: 1.8;
}

.k-sale-top .special_items .off_price,
.k-sale-top .special_items .off_price * {
    color: #D30000;
}

.k-sale-top .special_items .kaku {
    font-size: 0.4em;
}

.k-sale-top .special_items .normal_price .kaku {
    font-size: 1.0em;
}

.k-sale-top .special_items .special_item_captions {
    padding: 0 10px;
}


/* 右下爆発バッジ */
.special_items .bomb_badge {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: url(img/icons/bomb.svg) no-repeat;
    width: 100%;
    height: 100%;
}

/* 左下OFF */
.k-sale-top .special_items .off_badge {
    position: absolute;
    bottom: -20px;
    left: 5px;
    width: 25%;
    padding-top: 25%;
}

.k-sale-top .special_items .off_badge .off_badge_inner {
}

.k-sale-top .special_items .off_badge .off_badge_inner > img {
    position: absolute;
    top: 0;
    left: 0;
}

.k-sale-top .special_items .off_badge .off_badge_inner .off_shubetsu {
    width: 96%;
    margin: 0 2%;
}
/*
.k-sale-top .special_items .off_badge .off_badge_inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.k-sale-top .special_items .exception_badge .off_badge_inner {
    justify-content: space-around;
}

.k-sale-top .special_items .off_badge p {
    text-align: center;
    color: white;
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1;
}

.k-sale-top .special_items .off_badge p span {
    color: white;
}

.k-sale-top .special_items .off_badge p.off_badge_header {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    background-color: black;
    color: white;
    padding: 3px 0;
}

.k-sale-top .special_items .off_badge p span {
    font-size: 0.4em;
}

.k-sale-top .special_items .off_badge .firstrow {
    font-size: 1.8em;
    text-align: left;
    line-height: 1;
    padding: 5px;
}

.k-sale-top .special_items .off_badge .lastrow {
    font-size: 1.2em;
    text-align: right;
    line-height: 1;
    padding: 5px;
}

.k-sale-top .special_items .point_badge p {
    font-size: 1.0em;
    text-align: left;
    line-height: 1;
    padding-left: 0.5em;
}

.k-sale-top .special_items .point_badge .lastrow {
    text-align: center;
    color: white;
    font-size: 3.0em;
    font-weight: 700;
    line-height: 1;
}

.k-sale-top .special_items_solo .point_badge .lastrow {
    font-size: 3.2em;
}

.k-sale-top .special_items .point_badge .lastrow span {
    font-size: 0.5em;
}
*/

/* 商品名 */
.k-sale-top .special_items .special_item_name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.0em;
}

.k-sale-top .special_items_solo .special_item_name {
    font-size: 1.5em;
}

/* 写真外バッジ */
.k-sale-top .special_items .inline_badges span {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: 700;
}

.k-sale-top .special_items_solo .inline_badges span {
    font-size: 0.75em;
}


.k-sale-top .special_items .inline_badge {
    color: white;
    background-color: black;
}

.k-sale-top .special_items .inline_badge_size {
    background-color: gray;
}

.k-sale-top .special_items .inline_badge_off {
    background-color: red;
}

.k-sale-top .special_items .inline_badge_point {
    background-color: #025BAC;
}

.k-sale-top .special_items .inline_badge_aeonstyle {
    background-color: #a0006f;
}

/* 通常価格 */
.k-sale-top .special_items .normal_price {
    text-align: left;
    font-size: 1.0em;
}

/* ボーナスポイント */
.k-sale-top .special_items .bonus_point_badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
}

.k-sale-top .special_items .bonus_point_badge_inner {
    background: url(img/icons/bonus.svg) no-repeat;
    width: 45px;
    height: 45px;
}

.k-sale-top .special_items .bonus_point_badge .bonus_point {
    font-family: 'Anton';
    font-weight: 500;
    font-size: 2.0em;
    text-align: center;
    line-height: 1.0;
    padding-top: 3px;
}

.k-sale-top .special_items_solo .bonus_point_badge {
    width: 80px;
}

.k-sale-top .special_items_solo .bonus_point_badge_inner {
    width: 80px;
    height: 80px;
}

.k-sale-top .special_items .bonus_point_badge .bonus_point_note {
    color: #a0006f;
    font-size: 1.0em;
    font-weight: 700;
    background: white;
    text-align: center;
}

/* シャドウ（共通） */
.k-sale-top .special_items .comm_shadow {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3))
}

/* コーナータイトル */
.k-sale-top .bf_corner {
    font-size: 2.0em;
    /*background: linear-gradient(90deg, #d4a436 0%, #fee893 50%, #d4a436 100%);*/
    background: #fff189;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 1;
    padding: 12px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.more_button {
    width: 100%;
    margin-top: 30px;
}

.more_button a {
    width: fit-content;
    font-weight: 500;
    line-height: 1;
    border: #333333 1px solid;
    border-radius: 3em;
    background: white url(/Contents/ImagesPkg/kids/k-item/img/rect_gray.svg) no-repeat center;
    background-position: center right 1.5rem;
    background-size: auto 1.2rem;
    color: #333333;
    padding: 1.5em 4em 1.5em 3.5em;
    margin: 0 auto;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 3rem;
    border-radius: 2em;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

/* ページ内リンク */

.k-sale-top .inner_link {
    margin: 0;
    padding: 10px 0;
    background: black;
    /*
    position: sticky;
    top: 134px;
    z-index: 98;
    */
}

.k-sale-top .inner_link ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.k-sale-top .inner_link ul.closed {
    display: none;
}

.k-sale-top .inner_link ul li {
    display: block;
    width: calc(50% - 2px);
    margin: 1px 0;
}

.k-sale-top .inner_link ul a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 10px 18px;
    text-decoration: none;
    background: linear-gradient(90deg, #d4a436 0%, #fee893 50%, #d4a436 100%);
    text-align: center;
    color: black;
    height: 100%;
    font-size: 1.4rem;
}

.k-sale-top .inner_link ul a::before {
    content: "▶";
    line-height: 1em;
    width: 12px;
    height: 12px;
    color: black;
    margin: -6px 0 2px 8px;
    position: absolute;
    right: 8px;
    top: 50%;
}

.k-sale-top .inner_link .innner_link_close {
    text-align: center;
}

.k-sale-top .inner_link .innner_link_close a {
    color: white;
}

/*
.right_frame_el {
    position: sticky;
    top: 200px;
    margin: 0 0px 40px 40px;
    z-index: 10;

    width: 220px;
    max-width: 220px;
}

.category_titile {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 8px;
}

.special_items_category ul {
    list-style: none;
    width: 100%;
}

.special_items_category ul li {
    margin-bottom: 8px;
}

.special_items_category ul a {
    display: block;
    position: relative;
    padding: 10px;
    text-decoration: none;
    background: #ffee02;
    text-align: center;
    color: black;
}

.special_items_category ul a::before {
    content: "▶";
    line-height: 1em;
    width: 12px;
    height: 12px;
    color: #00498f;
    margin: -6px 0 2px 8px;
    position: absolute;
    right: 24px;
    top: 50%;
}

.special_items_category ul a:hover {
    background: #ffb302;
    color: rgb(65, 65, 65);
    opacity: 1.0;
}
*/

@media(max-width:480px) {
    .k-sale-top {
        width: 100%;
    }
    .k-sale-top .special_items {
        grid-template-columns: 1fr 1fr;
    }
    .k-sale-top .special_items_frame {
        width: calc(100% - 20px);
    }
    .k-sale-top .special_items .special_item {
        font-size: 6px;
    }

    .k-sale-top .special_items_solo .special_item {
        font-size: 14px;
    }
    .k-sale-top .right_frame, .k-sale-top .left_frame {
        display: none;
    }

    .k-sale-top .category_section {
        display: block;
    }

    /*
    .k-sale-top .inner_link ul li {
        width: calc(100% - 2px);
    }
    */

    .category_titile {
        color: black;
        padding-top: 8px;
    }

    .special_items_category ul li {
        margin-bottom: 1px;
    }

    .special_items_category ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
    }

    /* コーナータイトル */
    .k-sale-top .bf_corner {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .more_button a {
        font-size: 1.5rem;
    }
    .k-sale-top .inner_link ul a {
        font-size: 1.0rem;
    }
}

