/*-------------共通---------------*/
#silverweeksale_ew{
    max-width: 100%;
    margin-inline: auto;
}
#silverweeksale_ew *{
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
#silverweeksale_ew img{
    vertical-align: bottom;
}
#silverweeksale_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: #ffeb00;
    color: #ff0000;
    border: 3px solid #ff0000;
    font-weight: bold;
    font-size: clamp(1.063rem, 0.722rem + 1.82vw, 2.313rem);
    text-align: center;
    padding: 0.5rem;
}
#anker01_ew.category_ew {
    background: #1f37a5;;
    color: #fff;
    border: none;
}
.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;
}
#silverweeksale_ew p.appraisal,
#silverweeksale_ew p.send {
    display: none;
}
#silverweeksale_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;
}

/* 終了表示 */
#silverweeksale_ew .yokoku_ew,
#silverweeksale_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;
}
#silverweeksale_ew .yokoku_ew a,
#silverweeksale_ew .end_ew a {
    font-weight: 600;
    color: #e41219;
    text-decoration: underline;
}

/* --- ▼ シークレットセール専用バナー設定 ▼ --- */
.lb-container_ew {
    display: block;
    max-width: 1050px;
    margin: 20px auto;
    text-decoration: none;
    border-radius: 12px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.lb-inner_ew {
    /* ブラックから濃紺への高級感あるグラデーション */
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #444;
    z-index: 1;
    gap: 4vw;
}
/* 光が流れるアニメーション */
.lb-inner_ew::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 215, 0, 0.1) 50%,
        rgba(255, 215, 0, 0) 100%
        );
    transform: skewX(-25deg);
    animation: shine 4s infinite;
    z-index: -1;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

.lb-ttl_ew {
    color: #ffffff;
    font-size: clamp(1.2rem, -0.4rem + 2.67vw, 1.6rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    z-index: 10;
}
/* 「会員様限定」のバッジ */
.lb-badge_ew {
    display: inline-block;
    background: #fff;
    color: #F24822;
    font-size: 1.2rem;
    padding: 6px 12px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 15px;
    font-weight: 900;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-align: center;
}
.lb-button_ew {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F24822;
    color: #fff !important;
    font-size: 18px;
    font-weight: 900;
    padding: 14px 36px;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgba(250, 172, 121, 0.3);
    transition: all 0.3s ease;
    border: none;
}
.lb-button_ew a{
    color: #fff !important;
}

.lb-button_ew:hover {
    background: linear-gradient(to bottom, #ffddc5 0%, #ff7616 100%);
    box-shadow: 0 4px 15px rgba(234, 147, 67, 0.3);
    transform: scale(1.03);
}


/* 既存のH2タグの調整 */
.h2_custom_ew {
    color: #333;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 900;
}

/* テキスト */
.lb-txtbox_ew{
    border: 3px solid #444;
    border-top: none;
    border-radius:0 0 12px 13px;
    padding: 2% 6%;
    font-size: 20px;
}
.lb-txtbox_ew a{
    text-decoration: underline;
    transition: all .2s;
    color: #0850bc;
}
.lb-txtbox_ew a:hover{
    color:#4da0ff;
}

/* 改行制御 */
.wbr_ew{
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* シークレットセール レスポンシブ対応 */
@media (max-width: 768px) {
    .lb-inner_ew {
        flex-direction: column;
        padding: 15px 20px;
        text-align: center;
        gap: 0;
    }
    .lb-ttl_ew {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .lb-badge_ew {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .lb-button-wrap_ew {
        width: 100%;
    }
    .lb-button_ew {
        width: 100%;
        font-size: 16px;
        padding: 15px 20px;
    }
    .lb-txtbox_ew{
        font-size: 1.1rem;
        padding: 4% 6%;
}
    .lb-sp-br_ew { display: block; }
}
@media (min-width: 769px) {
    .lb-sp-br_ew { display: none; }
}
/* --- ▲ シークレットセール専用バナー設定 ▲ --- */

/* 同時開催バナー */
.concurrently_ew {
    width: 90%;
    margin: 0 auto;
}
.concurrently_ew>h2 {
    font-size: clamp(1.18rem, 3vw, 1.8rem);
    width: 20em;
    margin: 30px auto 10px;
    text-align: center;
    background: linear-gradient(transparent 50%, #91e1ff 50%);
}
.concurrently_ew>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.concurrently_ew>div a {
    width: calc(50% - 5px);
}
.concurrently_ew .longbn_ew {
    width: 100%;
}
.concurrently_ew>div a img {
    width: 100%;
    margin-bottom: 15px;
}
.concurrently_ew>div a img:hover {
    opacity: 0.7;
}

/* ナビゲーション */
.salecontents_ew h2 {
    margin: 0 auto;
    padding: 0.5em 1em 0.4em;
    color: #fff;
    margin-top: 20px;
    background: #c90e00;
    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: 10px;
    justify-content: space-evenly;
}
.nav_ew ul li {
    width: calc((100% - 5em) / 3);
}
.nav_ew a {
    display: block;
    width: 100%;
    height: 5em;
    padding: 0.7em;
    background: #fff;
    border-radius: 0.3em;
    text-align: center;
    text-decoration: none;
    font-size: clamp(0.8rem, 0.655rem + 0.73vw, 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;
}

/* 商品アイテム */
#resultBox > ul > li:nth-child(n +11) {
    display: none;
}

/*下部バナースライダー*/
	div#bannerarea0_ew {
    width: 95%;
	margin-inline:auto;
	}

/* クーポン但し書き等 */
.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: 961px) {

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

    /* 商品一覧 */
    #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;
    }

    /*下部バナースライダー*/
    div#bannerarea0_ew {
    width: 715px;
    margin-inline:auto;
    }
    div#bannerarea0_ew .slick-next{
        right: -35px;
    }
    div#bannerarea0_ew .slick-prev{
        left: -35px;
    }

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

/*-------------SP表示-------------*/
@media screen and (max-width: 960px) {
    .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;
    }

    /* 同時開催バナー */
    .concurrently_ew {
        width: 100%;
        margin-bottom: 7%;
    }
    .concurrently_ew>h2 {
        width: 17em;
        margin: 15px auto 10px;
    }
    .concurrently_ew>div {
        flex-wrap: wrap;
    }
    .concurrently_ew>div a {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .concurrently_ew>div a img {
        width: 95%;
        margin-bottom: 0;
    }

    /* ナビゲーション */
    .nav_ew {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem 0.5rem;
    }
    .nav_ew ul li {
        width: 48%;
    }
    .nav_ew a {
        padding: 0.3em;
        min-height: 3.5em;
    }
    .nav_ew a.s_txt_ew {
        font-size: 0.7rem;
        padding: 1.1em 0em;
    }

    /*下部バナースライダー*/
    div#bannerarea0_ew{
        padding-block: 0;
    }

    /* クーポン但し書き等 */
    .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: #c90e00;
    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;
}
.small_ew {
    font-size: 87%;
}

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

    /* 終了表示 */
    #silverweeksale_ew .yokoku_ew,
    #silverweeksale_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
}

.progress_ew {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background:linear-gradient(180deg, #C0C0C0 0%, #eaeaea 50%, #C0C0C0 100%);
    z-index: 7;
    display: none;
}

.progressbar_ew {
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(180deg, #DAAF08 0%, #FEE9A0 50%, #DAAF08 100%);
    height: 100%;
    width: 0;
    /*
    background-image: url(/ito/img/1test/progress_iina.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    */
}

p#ToPageTop {
    bottom: 26px !important;
}