.pc {
    display: block;
}
.sp {
    display: none;
}
#b_friday *{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
#b_friday .o-container {
    width: 1250px;
}
.view_timer_area-bf {
    text-align: center;
    display: none;
    background: url(/images/b_friday/headerpcbk.webp) top center;
    background-size: cover;
    margin: 0 auto;
}
#b_friday .grandcp_ttl {
    text-align: left;
    color: #545f64;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0 10px;
}
#b_friday .b_friday_mainbnr {
    background: url(/images/b_friday/main_pcbnr.webp) center no-repeat;
    height: 502px;
    background-size: cover;
}
#b_friday .bf_mainsec {
    background: url(/images/b_friday/bf_back.webp) center;
    height: auto;
    padding: 30px 0 70px 0;
    background-repeat-y: repeat;
}
#b_friday .bf_maintext {
    color: #715448;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#b_friday .bf_newsec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px 0;
}
#b_friday .bf_abtsec {
    margin: 40px 0 0 0;
}
#b_friday .bf_tabsec {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
#b_friday .bf_tabsec li {
    margin: 0 3px;
}
#b_friday .bf_cupweb {
    background: #000;
    border-radius: 22px;
    padding: 10px 15px 10px 24px;
    margin: 40px 0 0 0;
}
#b_friday .bf_cup-ttl {
    font-size: 43px;
    color: #f2dd93;
    font-weight: bold;
    text-align: right;
    right: 89px;
    position: relative;
    top: 30px;
}
#b_friday .bf_cup-ttl a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    vertical-align: middle;
}
#b_friday .bf_cupcode {
    display: flex;
    justify-content: center;
    align-items: center;
}
#b_friday .bf_cupcode li figure {
    display: flex;
    justify-content: center;
    align-items: center;
}
#b_friday .bf_cupcode li figure .figicn {
    position: relative;
    top: -42px;
    right: 4px;
    margin: 0;
}
#b_friday .bf_cupcode li:last-child {
    background: #fff;
    border-radius: 14px;
    border: 3px solid #401000;
    padding: 0 70px;
    color: #333;
    margin: 0 0 0 10px;
}
#b_friday .bf_cup-txt01 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
#b_friday .bf_cup-txt01 span {
    font-size: 16px;
}
#b_friday .bf_cup-txt02 {
    font-size: 70px;
    line-height: 1;
}
#b_friday .bf_cup-txt03 {
    color: #fff;
    font-size: 19px;
    position: relative;
    top: -27px;
    text-align: center;
    left: 30px;
}
#b_friday .bf_cup-txt03 span {
    color: #ffff4d;
    margin: 0 0 0 45px;
    display: inline-block;
    text-align: right;
}
#b_friday .bf_cupimg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    flex-flow: wrap;
}
#b_friday .bf_cupimg li {
    margin: 0 0 25px 0;
}
#b_friday .bf_cuptype01 {
    color: #f2dd93;
    font-size: 44px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin: 0 0 50px 0;
}
#b_friday .bf_cuptype01-2 {
    padding-top: 30px;
}
#b_friday .couponnote {
    margin: 60px 0 0 0;
}
#b_friday .couponnote_list {
    background: #ffefbf;
    border-radius: 20px;
    text-align: left;
    padding: 15px 30px;
    font-size: 21px;
    color: #715347;
    margin: 25px 0 0 0;
}
#b_friday .couponnote_list li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dashed #221815;
    padding: 8px 0;
}
#b_friday .couponnote_list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
#b_friday #couponflow {
    margin: 70px 0 100px 0;
}
#b_friday .couponflow_sec {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
#b_friday .couponflow_sec-img {
    width: 44%;
}
#b_friday .couponflow_list {
    color: #715347;
    font-size: 23px;
    width: 56%;
    text-align: left;
    padding: 44px 0 0 0;
}
#b_friday .couponflow_list li {
    padding: 0 0 15px 0;
}
#b_friday .couponflow_list li.couponflow_text {
    display: flex;
    justify-content: flex-start;
}
#b_friday .couponflow_num {
    color: #ff3e1f;
    font-weight: bold;
}
#b_friday .couponflow_list li.couponflow_text03 {
    color: #ff3f24;
}
@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #b_friday .o-container {
        width: 100%;
    }
    #b_friday .b_friday_mainbnr {
        background: none;
        height: auto;
    }
    #b_friday .bf_mainsec {
        padding: 20px;
    }
    #b_friday .bf_maintext {
        font-size: 18px;
    }
    #b_friday .bf_abtsec {
        margin: 30px 0 0 0;
    }
    #b_friday .bf_newsec {
        padding: 20px 0 15px 10px;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
    #b_friday .bf_newsec li {
        width: 100%;
        text-align: center;
    }
    #b_friday .bf_tabsec {
        margin: 20px 0 0 0;
        flex-wrap: wrap;
        width: 100%;
    }
    #b_friday .bf_tabsec li {
        width: 49%;
        margin: 0 1px;
    }
    #b_friday .bf_cupweb {
        padding: 10px 20px 10px 20px;
        margin: 30px 0 0 0;
    }
    #b_friday .bf_cup-ttl {
        font-size: 22px;
        right: 0;
        top: 0;
        text-align: center;
    }
    #b_friday .bf_cup-ttl a {
        font-size: 14px;
        display: block;
    }
    #b_friday .bf_cupcode {
        flex-wrap: wrap;
        width: 100%;
    }
    #b_friday .bf_cupcode li {
        width: 100%;
    }
    #b_friday .bf_cupcode li figure {
        width: 50%;
        margin: 50px auto 0;
    }
    #b_friday .bf_cupcode li figure .figicn {
        top: -19px;
        right: 0;
        margin: 0;
        width: 72%;
    }
    #b_friday .bf_cupcode li:last-child {
        border: 3px solid #401000;
        padding: 0 15px;
        margin: 0;
    }
    #b_friday .bf_cup-txt01 {
        font-size: 14px;
    }
    #b_friday .bf_cup-txt01 span {
        font-size: 10px;
    }
    #b_friday .bf_cup-txt02 {
        font-size: 43px;
    }
    #b_friday .bf_cup-txt03 {
        font-size: 16px;
        top: 0;
        text-align: center;
        left: 0;
        margin: 10px 0 20px 0;
    }
    #b_friday .bf_cuptype01 {
        margin: 0 0 30px;
        font-size: 30px;
    }
    #b_friday .bf_cuptype01-2 {
        padding-top: 0;
    }
    #b_friday .couponnote {
        margin: 20px 0 0 0;
    }
    #b_friday #couponnote .coupon_ttl {
        width: 60%;
        margin: 0 auto;
    }
    #b_friday .couponnote_list {
        padding: 15px 15px;
        font-size: 18px;
        color: #715347;
        margin: 25px 21px 0;
    }
    #b_friday #couponflow {
        margin: 40px 0 60px 0;
    }
    #b_friday #couponflow .coupon_ttl {
        width: 44%;
        margin: 0 auto;
    }
    #b_friday .couponflow_sec {
        flex-wrap: wrap;
        margin: 25px 0 0 0;
    }
    #b_friday .couponflow_sec-img {
        width: 75%;
        order: 2;
        margin: 0 auto;
    }
    #b_friday .couponflow_list {
        font-size: 18px;
        width: 85%;
        padding: 0 0 25px 0;
        order: 1;
        margin: 0 auto;
    }
    #b_friday .couponflow_list li {
        padding: 0 0 8px 0;
    }
   
}
