@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/daily_point/bg.png) no-repeat;*/
    background-size: 100% auto;
    background-position: center 130px;
    background-color: #fffbe3;
    background-attachment: fixed;
}

#k-sale-top {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;

}
#k-sale-top img{
    height: auto;
}
#k-sale-top p{
    line-height: 1;
}

#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 .left_frame_bnr{
    width: 62%;
    margin: 80px auto;
    position: sticky;
    top: 200px;
}
#k-sale-top .left_frame_bnr p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin: 0 0 24px;
}
#k-sale-top .left_frame_bnr ul li{
    margin: 0 0 24px;
}

#k-sale-top .center_frame_bnr{
    display: none;
}

#k-sale-top .wrapper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
#k-sale-top .center_frame_inner{
    background-color:#fff;
    margin: 0 0 24px;
    padding: 0 0 40px;
}

/* #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 .daily_point_day .daily_point_day_title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
#k-sale-top .daily_point_day .daily_point_day_cont{
    background: #ffb302;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
    text-align: center; 
    margin: 16px 4% 0;  
    padding: 32px 0;
}

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

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

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

#k-sale-top .special_items_solo {
    grid-template-columns: 1fr;
    padding: 5px 0;
}

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

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

#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_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.2em;
    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: 2.4em;
}

#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: 30%;
    padding-top: 30%;
}

/*
#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: 1.0em;
    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))
}

/* ページ内リンク */


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

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


.category_section {
    margin: 40px 2% 0;
}
p.category_titile {
    font-size: 20px !important;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
}
.category_section .category_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 24px;
}
.category_section .category_list li{
    width: 98px;
    text-align: center;
}
.category_section .category_list li a{
    color: #1994af;
    font-size: 12px;
    font-weight: 500;
}
.category_section .category_list li a img{
    width: 98px;
    height: 98px;
    border: #cfcfcf solid 1px;
    border-radius: 50%;
    margin: 0 0 8px;
}
.category_section .small{
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 4%;
}

.category_section .special_items_category{
    display: none;
}
.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: #a4d9e7;
    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;
}

.cate_ttl{
    background: #1994af;
    color: #fff;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-align: center;
    margin: 40px 0 24px;
    padding: 16px 0 8px;
}
.cate_ttl span{
    font-size: 32px !important;
    display: block;
}

.daily_point_atten{
    margin: 40px 4% 0;
}
.daily_point_atten dt{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 24px;
}
.daily_point_atten dd p{
    line-height: 1.4 !important;
    margin: 0 0 16px;
}

.bnr-toTOP{
    margin: 0 0 40px;
}

@media(max-width:480px) {
    #k-sale-top {
        width: 100%;
    }

    #k-sale-top .daily_point_day .daily_point_day_cont{
        font-size: 18px;
    }
    
    #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;
    }

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

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

    .bnr-toTOP {
        margin: 0 4%;
    }
    #k-sale-top .center_frame_bnr{
        display: block;
        margin: 40px 4%;
    }
    #k-sale-top .center_frame_bnr p{
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 24px;
    }
    #k-sale-top .center_frame_bnr ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

