@charset "UTF-8";

.wrapper_wrapper_ .special_price_login_ .special_price_login_btn_ {
    position: relative;
    display: block;
    width: 600px;
    margin: 0 auto 20px;
    padding: 17px 62px;
    border-radius: 38px;
    font-size: 21px;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #FFEC8D, #EB6E00);
}
.wrapper_wrapper_ .special_price_login_ .special_price_login_btn_::before {
    position: absolute;
    top: calc(50% - 21.5px);
    right: 19px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #FFF;
    z-index: 1;
    content: "";
}
.wrapper_wrapper_ .special_price_login_ .special_price_login_btn_::after {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 36px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #EB6E00;
    border-right: 2px solid #EB6E00;
    transform: rotate(45deg);
    z-index: 2;
    content: "";
}
.wrapper_wrapper_ .special_price_login_ .special_price_login_remarks_ {
    margin: 0 0 48px;
    font-size: 15px;
    text-align: center;
}
.wrapper_wrapper_ .special_price_event_tab_ .special_price_event_tab_list_ {
    display: flex;
    margin: 0 0 40px;
    border-radius: 28px;
    overflow: hidden;
    background: #ECECEC;
}
.wrapper_wrapper_ .special_price_event_tab_ .special_price_event_tab_list_ > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 56px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}
.wrapper_wrapper_ .special_price_event_tab_ .special_price_event_tab_list_ > li.active {
    color: #fff;
    background: #EB6E00;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ {
    display: contents;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ {
    position: relative;
    display: grid;
    grid-template-columns: 157px auto;
    width: calc(50% - 10px);
    margin: 0;
    padding: 55px 20px 20px;
    border-radius: 9px;
    background: #FFF8F2;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2px 9px 2px 53px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.0;
    color: #FFF;
    background: #FF0000;
    z-index: 1;
    content: "今月だけの特別価格";
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_::after {
    position: absolute;
    top: -3px;
    left: 8px;
    width: 41px;
    height: 41px;
    background: url(../../../img/usr/event/ew-b/sale_icon.png) center center / 100% auto no-repeat;
    z-index: 2;
    content: "";
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .img_ {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    width: 138px;
    height: 138px;
    margin: 0 19px 0 0;
    padding: 6px;
    border-radius: 5px;
    background: #FFF;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .desc_ {
    display: contents;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .icon_ {
    display: none;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .name_ {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: auto !important;
    max-height: 4.5em;
    margin: 0 0 9px;
    font-size: 14px;
    color: #0091D1;
    line-height: 1.5;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .name_ a {
    color: #0091D1;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .order_number_ {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .maker_price_ {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    margin: 0 0 5px;
    font-size: 13px;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .maker_price_ dd .large_ {
    font-size: 13px;
    text-decoration: line-through;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .g_price_ {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    margin: 0;
    padding: 7px 0 0;
    border-top: 1px solid #707070;
    align-items: baseline;
    line-height: 1.3334;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .g_price_ dt {
    font-size: 13px;
    font-weight: 500;
    color: #FF0000;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .g_price_ dd {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .g_price_ dd .large_ {
    font-size: 23px;
    font-weight: bold;
    color: #FF0000;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .cart_qty_ {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
    margin: 12px 0 0;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .cart_ {
    width: calc(100% - 79px);
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .cart_ a {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: #FFEC8D;
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .cart_ a .btn_cart_ {
    width: 100%;
    padding: 0 calc(50% - 55.5px);
}
.wrapper_wrapper_ .special_price_event_tab_content_ .goods_ > div.StyleP_Frame_ > div.StyleP_Line_ > div.StyleP_Item_ .bookmark_ {
    display: none;
}

#contentArea .special_price_login_ .special_price_login_btn_ {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 13px 62px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #FFEC8D, #EB6E00);
}
#contentArea .special_price_login_ .special_price_login_btn_::before {
    position: absolute;
    top: calc(50% - 21.5px);
    right: 17px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #FFF;
    z-index: 1;
    content: "";
}
#contentArea .special_price_login_ .special_price_login_btn_::after {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 34px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #EB6E00;
    border-right: 2px solid #EB6E00;
    transform: rotate(45deg);
    z-index: 2;
    content: "";
}
#contentArea .special_price_login_ .special_price_login_remarks_ {
    margin: 0 0 30px;
    font-size: 15px;
    text-align: center;
}
#contentArea .special_price_event_tab_ .special_price_event_tab_list_frame_ {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 -12px 35px;
    padding: 0 12px 12px;
}
#contentArea .special_price_event_tab_ .special_price_event_tab_list_ {
    display: flex;
    width: 890px;
    max-width: none;
    border-radius: 28px;
    background: #ECECEC;
}
#contentArea .special_price_event_tab_ .special_price_event_tab_list_ > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    min-width: 178px;
    height: 56px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}
#contentArea .special_price_event_tab_ .special_price_event_tab_list_ > li.active {
    color: #fff;
    background: #EB6E00;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ {
    gap: 23px 10px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ {
    position: relative;
    width: calc(50% - 5px);
    margin: 0;
    padding: 0 12px 12px;
    border-radius: 9px;
    background: #FFF8F2;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_::before {
    width: calc(100% + 24px);
    margin: 0 -12px 12px;
    padding: 6px 0 6px 43px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #FFF;
    background: #FF0000;
    content: "今月だけの特別価格";
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_::after {
    position: absolute;
    top: -3px;
    left: 2px;
    width: 41px;
    height: 41px;
    background: url(../../../img/usr/event/ew-b/sale_icon.png) center center / 100% auto no-repeat;
    z-index: 2;
    content: "";
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .img_ {
    border-radius: 5px;
    background: #FFF;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .icon_ {
    display: none;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .desc_ {
    margin: 0;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .name_ {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    height: auto !important;
    max-height: 60px;
    margin: 0 0 8px;
    font-size: 14px;
    color: #0091D1;
    line-height: 1.428571;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .name_ a {
    color: #0091D1;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .order_number_ {
    margin: 0;
    font-size: 11px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .order_number_ dd {
    font-size: 11px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .maker_price_ {
    margin: 0 0 4px;
    font-size: 12px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .maker_price_ dt {
    font-size: 11px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .maker_price_ dd {
    font-size: 12px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .maker_price_ dd .large_ {
    font-size: 11px;
    text-decoration: line-through;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .g_price_ {
    margin: 0 0 10px;
    padding: 7px 0 0;
    border-top: 1px solid #707070;
    align-items: baseline;
    font-size: 14px;
    line-height: 1.2;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .g_price_ dt,
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .g_price_ dd {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    line-height: 1.2;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .g_price_ dt {
    white-space: nowrap;
    font-size: 12px;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .g_price_ dd .large_ {
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .cart_ a {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: #FFEC8D;
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .cart_ a .btn_cart_ {
    width: 100%;
    padding: 0 calc(50% - 47px);
}
#contentArea .special_price_event_tab_content_ .goods_ > .goods_p_frame_ > .goods_p_ > .goods_p_item_ .bookmark_ {
    display: none;
}