/*-------------共通---------------*/
#outletsale2410_ew{
    max-width: 100%;
    margin-inline: auto;
}
#outletsale2410_ew *{
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
#outletsale2410_ew img{
    vertical-align: bottom;
}
#outletsale2410_ew h1{
    font-size: clamp(0.938rem, 0.767rem + 0.91vw, 1.563rem);
    margin: 1% 0;
}
.wbr_ew{
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.view_timer{
    display: none;
}
.tabcon_ew .appraisal{
    display: none;
}
.obi_ew{
	--multitxt: (100vw - 360px)/(1280 - 360);
    background-color: #120758;
    color: #000;
    font-weight: bold;
    font-size: calc(22px + (48 - 24)*var(--multitxt));
    text-align: center;
    line-height: 1.2;
    padding: 0.8rem 0;
}
.obi_ew.yokoku_ew{
    background: linear-gradient(0deg, rgb(189 3 19) 0%, #e50112 60%, #e50112 100%);
    color: #FFF;
    padding: 1rem;
}
.obi_ew.yokoku_ew span{
	font-size: 70%;
}
#count_ew .countdown_ew{
	background: rgb(250, 201, 5);
}
.header_ew img{
    max-width: 100%;
}
.header_ew p{
    text-align: right;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.807rem + 0.36vw, 1.125rem);
    margin-top: 0.3rem;
}
.category_ew {
    background: #EE1C25;
    color: white;
    font-weight: bold;
    font-size: clamp(1.063rem, 0.722rem + 1.82vw, 2.313rem);
    text-align: center;
    padding: 0.5rem;
}
.bgyellow_ew{
    background: #FDDE3E;
    color: black;
}
.incitem_ew p {
    text-align: center;
}
.incitem_ew img {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}            
.bkclr_ew {
    background-color: #ffffff;
    padding: 10px 0 50px 0;
    transition: 0.3s;
}
.nowloading_ew {
    text-align: center;
    margin-bottom: 30vh;
    margin-top: 5vh;
}
.category01_ew {
    background: #ffe5b9;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    box-shadow: #ffd793 0px 5px;
}
.category01_ew a {
    display: block;
    text-decoration: none;
    color: #2b2b2b;
}
.category01_ew:hover {
    box-shadow: none;
    transform: translateY(5px);
    transition: .3s;
}
#outletsale2410_ew p.appraisal,
#outletsale2410_ew p.send {
    display: none;
}
#outletsale2410_ew #resultBox.type1 ul li .edion_wrnt_panel_icon {
    height: 23px !important;
}

/* 準備中告知 */
.errorBox img {
    width: 100%;
}   
.errorBox a {
    text-decoration: none;
    color: #364daa;
}   
.errorBox .txtstyle_ew {
    outline: 0;
    border: 0px;
    background: transparent;
    font-size: 100%;
    text-align: right;
}

/* 終了表示 */
#outletsale2410_ew .end_ew {
    padding: 35px 15px;
    background: #fbedea;
    color: #9f1a1f;
    border-radius: 3px;
    text-align: center;
    font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
    margin-top: 1.2rem;
}
#outletsale2410_ew .end_ew a {
    font-weight: 600;
    color: #e41219;
    text-decoration: underline;
}

/* ナビゲーション */
.salecontents_ew h2 {
    margin: 0 auto;
    padding: 0.5em 1em 0.4em;
    color: #fff;
    margin-top: 20px;
    background: #e41219;
    text-align: center;
    font-size: clamp(1.063rem, 0.722rem + 1.82vw, 2.313rem);
}
.nav_ew {
    width: 100%;
    margin: 0px auto;
    padding: 1rem;
    background: #ffe5b9;
}
.nav_ew ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    gap: 8px;
    justify-content: space-between;
}
.nav_ew ul li {
    width: calc((100% - 2em) / 4);
}
.nav_ew a {
    display: block;
    width: 100%;
    height: 5em;
    padding: 0.7em;
    background: #fff;
    border-radius: 0.3em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2b2b2b;
    border: 1px #fff solid;
    display: grid;
    align-content: center;
}
.nav_ew a:hover {
    /* opacity: 0.8; */
    transition: all .2s;
    background: #ec3137;
    color: #fff;
}

/* クーポン但し書き等 */
.rt_dl_ew {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-style: solid;
    width: 1200px;
    max-width: 100%;
    margin-top: 40px;
    padding-bottom: 1em;
    margin: 0 auto;
}
.rt_dt_ew {
    font-weight: bold;
    color: #fff;
    background-color: #eb9709;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2em;
}
.rt_span_ew {
    margin: 0 auto;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 2em;
}
.notice_ew .coupon, .rt_span_ew .coupon {
    display: inline-block;
    background: #f03b64;
    color: #ffffff;
    padding: 2px 24px 1px;
    border-radius: 5px;
    font-size: 80%;
    margin-bottom: 10px;
    text-align: center;
}
div.notebox_ew {
    margin-top: 1rem;
    border: 2px solid #000;
    padding: 1rem 1rem 0;
    width: 1200px;
    max-width: 100%;
    margin: 1rem auto;
    padding-bottom: 1rem;
}
.notebox_ew h4 {
    margin: 0 auto;
    text-align: center;
}

/*-------------PC表示-------------*/
@media screen and (min-width: 751px) {

    /*全体*/
    #outletsale2410_ew{
        width: 1240px;
        max-width: 100%;
        margin: 0 auto;
    }
    .salecontents_ew h3 {
        font-size: 1.6rem;
    }

    /* ナビゲーション */
    .nav_ew ul .row3_ew{
        width: calc((100% - 2em) / 3);
    }

    /* 商品一覧 */
    #resultBox.type1>ul>li{
        width: calc(100% / 5 - 6px);
    }
    div .incitemarea_ew {
        margin: 0 auto;
        width: 1282px;
        max-width: 100%;
    }
    .incitem_ew {
        height: 550px;
    }
    .ctg_ew{
        margin: 5% auto;
    }
    .category_ew {
        margin-top: 3.125rem;
    }
    .category01_ew {
        width: 80%;
        margin: 0 auto;
    }
    .category01_ew {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    }

    /* 表示・非表示 */
    .pc-hide {
        display: none;
    }
}

/*-------------SP表示-------------*/
@media screen and (max-width: 750px) {

    .category_ew {
        width: 100%;
        margin: 2rem auto 0;
        line-height: 1.3;
    }
    .header_ew p{
        line-height: 1.2;
    }
    .header_ew p a{
        color: blue;
    }
    .salecontents_ew h3 {
        padding: 0.2em 1em;
        margin-top: 0px;
    }
    .category01_ew {
        width: 95%;
        font-size: 1.1em;
        margin: 10px auto;
    }

    /* ナビゲーション */
    .nav_ew {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem 0.5rem;
    }
    .nav_ew ul li {
        width: 48%;
    }
    .nav_ew ul li:first-child {
        width: 100%;
    }
    .nav_ew a {
        padding: 0.3em;
        font-size: clamp(0.9rem, 0.75rem + 0.75vw, 1.2rem);
        min-height: 3.5em;
    }
    .nav_ew a.s_txt_ew {
        font-size: 0.7rem;
        padding: 1.1em 0em;
    }

    /* クーポン但し書き等 */
    .rt_dl_ew {
        margin-bottom: 20px;
        width: 95%;
        margin-top: 40px;
        padding-bottom: 1em;
    }
    .rt_dt_ew {
        text-align: center;
        margin-bottom: 13px;
        padding: 4px;
        font-size: 1em;
    }
    .rt_span_ew {
        font-size: 1em;
        padding: 0 2em;
    }
    div.notebox_ew{
        width: 95%;
    }

    /* 表示・非表示 */
    .sp-hide {
        display: none;
    }
}

/* 見出しのスタイル */
.salecontents_ew h3 {
    padding: 0.5em 1em 0.4em;
    background-color: #e41219;
    color: #FFF;
    margin: 0;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    text-align: center;
}

/* タブ切り替えのCSS */
.tabitemmenu_ew {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 3rem;*/
    margin-bottom: 3rem;
}
.tabbtn_ew {
    /*height: 2rem;*/
    display: flex;
}
.tabbtn_ew {
    position: sticky;
    top: 0;
    z-index: 1;
    /*container-type: size;
    height: 4em;*/
}
.tabbtn_top_ew {
    /*align-items: flex-end;*/
}
.tabbtn_bottom_ew {
    align-items: flex-start;
}
.tabbtn_item_ew {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5em 5px;
    color: #2b2b2b;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid #eb9709;
    /*height: 100cqh;*/
    min-height: 4.5em;
    line-height: 1.2;
}
a.swing_ew {
    text-decoration: none;
    color: #FFF;
}
.tabbtn_item_ew.show_ew {
    background-color: #ffe5b9;
}
.tabcon_ew {
    display: none;
    padding: 10px;
    border: 1px solid #eb9709;
}
.tabcon_ew.show_ew {
    display: block;
}
.tabcon_ew {
    height: auto;
}

@media screen and (max-width: 750px) {
    ul.tabbtn_ew {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    }
    .tabbtn_item_ew {
    padding: 1em 1em;
    }
}
@media screen and (max-width: 750px) {
    .tabbtn_ew {
    position: sticky;
    top: 60px;
    border-left: 1px solid #eb9709;
    }

    /* 終了表示 */
    #outletsale2410_ew .end_ew {
    font-size: 1rem;
    }
}

.dgconarea_ew{
    margin-bottom:5px
}
.dgcon1_ew{
    background-color:#00a0ea;
    color:#fcf000;
    font-size:18px;
    text-align:center;
    font-weight:700
}
.dgcon2_ew{
    color:#fff;
    font-size:12px
}
.dgcon3_ew{
    font-size:20px;
    font-weight:700
}
.dgcon4_ew{
    background-color:#fcf000;
    color:#000;
    text-align:center;
    font-size:12px
}
.dgconarea2_ew{
    background-color:#f60;
    color:#fff;
    font-size:16px;
    text-align:center;
    font-weight:700;
    margin-bottom:5px
}