@charset "utf-8";
/* CSS Document */
:root {
--bkColor:#000;
--primaryColor:#DBB22E;
--secondaryColor:#B79010;
--bgColor:#BE0101;
--fontColor:#fff;
--shadowColor:rgba(0, 0, 0, 0.25);
--baseColor:#F0EAD9;

}
/*========= ▼reset ===============*/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {all: unset;display: revert;}
/* box-sizingの優先値 */
*, *::before, *::after {box-sizing: border-box;}
/* リストのスタイル（箇条書き・番号）を削除します */
ol,ul {list-style: none;}
/* 画像がコンテナを超えないようにするため */
img {max-width: 100%;vertical-align: bottom;}
/* テーブルのセル間のスペースを削除します */
table {border-collapse: collapse;}
/*========= ▲reset ===============*/
*{box-sizing: border-box;}
a {
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
text-decoration: none;
}
/*========= SFの時にable ===============*/

#CONTENTS, body:not(.noGlobal) #CONTENTS {padding: 0;}
#FOOTER{margin-left: 0;}
#PAGEBODY{padding-bottom: 0;}
.includeSCT{margin: 3% auto 0;position: relative;z-index: 1;}

.includeSCT .name{text-align:left;line-height: 1.5;}
#newYearSale_2026 ul.action {display: none;}
#newYearSale_2026 .tag > li {color: var(--bkColor);}
#newYearSale_2026 .includeSCT .item{height: auto !important;box-shadow: 2px 5px 10px var(--shadowColor);transition: all .35s;}/*カードの高さ調節*/
#newYearSale_2026 .includeSCT .kanbai .item::after{
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "完　売";
    top: 0;
    left: 0;
    font-size: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
#newYearSale_2026 .includeSCT .kanbai .item:hover{
  transform: none;
}

#newYearSale_2026 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
#newYearSale_2026 .includeSCT .item {
height: auto !important;
}
.includeSCT .cont{padding-bottom: 0;}
#PAGEBOTTOM {
padding-bottom: 0;
z-index: 999;
position: relative;
}
.includeSCT .quick, .includeSCT .favorite{display: none;}
.includeSCT .cta a{letter-spacing: 0.05em;background-color: var(--secondaryColor);}

/*========= SFの時にableここまで ===============*/

#newYearSale_2026 .font_small {font-size: 80%;}
#newYearSale_2026 .font_ss{font-size: 70%;}
#newYearSale_2026 .font_sss{font-size: 65%;}
#newYearSale_2026 .font_large {font-size: 130%;}
#newYearSale_2026 .font_ll{font-size: 155%;}
#newYearSale_2026 .line_center {text-align: center;}
#newYearSale_2026 .line_right{text-align: right;}
#newYearSale_2026 .line_left{text-align: left;}
#newYearSale_2026 .font_bold{font-weight: bold;}
#newYearSale_2026 .font_red {color: var(--redColor);}

/*========= 梅のためのCSS ===============*/
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
} 

#newYearSale_2026 {position: relative;overflow: hidden;font-family:  "Noto Sans JP", sans-serif;font-optical-sizing: auto; font-weight: 400;font-style: normal;line-break: strict;word-wrap: break-word;word-break: break-all!important;line-height: 1.7;color: var(--bkColor);max-width: 2040px;margin: auto;background: var(--bgColor);font-feature-settings: "palt";color: var(--fontColor);}
#newYearSale_2026 h2 {font-family: "Noto Sans JP", sans-serif; line-break: strict;letter-spacing:inherit;overflow-wrap: break-word;word-wrap: break-word;word-break: normal !important;color: var(--fontColor);}

#newYearSale_2026 section{position: relative;}
#newYearSale_2026 .secInner {position: relative;max-width: 1280px; width: 90%; margin: 0 auto;padding: 3.5% 0;z-index: 2;}
#newYearSale_2026 section {position: relative;margin: 0;padding: 0;}

#newYearSale_2026 .btnArea{
    display: flex;
    justify-content: space-around;
}
#newYearSale_2026 .btnArea li {
    background: var(--primaryColor);
    border-radius: 5px;
    box-shadow: 0 5px 10px var(--shadowColor);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .35s;
}
#newYearSale_2026 .btn01 a{
    font-size: clamp(20px, 2.4vw, 38px);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 350px;
    padding: 0.5em;
    line-height: 1.2;
    color: var(--fontColor);
}
#newYearSale_2026 .btn01 a span{
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.2;
}
.couponArea{
    text-align: center;
    margin: 5% auto 0;
}
.couponArea h4{
    font-size: clamp(22px, 2.25vw, 36px); 
    position: relative;
    padding-bottom: 0.2em;
    border-bottom: 3px solid var(--fontColor);
    background: var(--bgColor);
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin: auto;
}
.couponArea h4:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid var(--fontColor);
    background: var(--bgColor);
    content: "";
}
.txtCopy{
    font-size: clamp(13px, 1vw, 16px);
    margin: 2em auto;
}

#newYearSale_2026 .coupon01,
#newYearSale_2026 .coupon02{
    position: relative;
    margin: 3% auto;
}
#newYearSale_2026 #copy-url01,
#newYearSale_2026 #copy-url02{
    transition: all .5s;
    cursor: pointer;
}

#newYearSale_2026 .success-msg01,
#newYearSale_2026 .success-msg02{
    display: none;
    position: absolute;
    line-height: 1.5;
    background-color: var(--bgColor);
    border: 1px solid var(--fontColor);
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border-radius: 5px;
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 500;
    padding: 0.5em 1em;
    box-shadow: 0 6px 10px var(--shadowColor); 
}
.notice{
    max-width: 710px;
    width: 85%;
    text-align: left;
    margin: auto;
}
.notice ul{
    position: relative;
    padding-left: 2.3em;
}
.notice ul li{
    line-height: 1.5;
    padding: 0.2em 0;
    font-size: clamp(12px, 0.95vw, 15px);
}
.notice ul li::before{
    content: "※";
    position: absolute;
    left: 1em;
}
#newYearSale_2026 h2{
    font-size: clamp(24px, 2.65vw, 42px);
    font-weight: 600;
    text-align: center;
    padding: 0.3em;
    background: var(--primaryColor);
}
#newYearSale_2026 .cateLead{
    font-size: clamp(17px, 1.25vw, 20px);
    text-align: center;
    margin: 1em auto;
}
#newYearSale_2026 .cateBsse{
    background: var(--baseColor);
    border-radius: 15px;
    padding:5% 3%;
    text-align: center;
    margin: 5% 0;
}
#newYearSale_2026 h3{
    font-size: clamp(22px, 2vw, 32px);
    display: inline-block;
    padding: 0.3em 3em;
    background: var(--bgColor);
    border-radius: 10px;
}
#newYearSale_2026 .ulFlex{
    display: flex;
    flex-wrap: wrap;
}
#newYearSale_2026 .ulFlex > li{
    flex-basis: calc(100% / 4);
}
#newYearSale_2026 #sec03 > .secInner{
    padding-top: 0;
}
#newYearSale_2026 .category .cateUl{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}
#newYearSale_2026 .category .cateUl > li{
    flex-basis: calc((100% - 60px) / 3);
}
#newYearSale_2026 .category .cateUl > li a{
    display: block;
    background: var(--primaryColor);
    font-size: clamp(18px, 1.9vw, 30px);
    font-weight: 600;
    padding: 1em;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px var(--shadowColor);
    color: var(--fontColor);
    cursor: pointer;
}


#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08{
    padding-top: 124px;
    margin-top: -124px;
}


#headbar {position: fixed;bottom: 10%;right: -2px;background: var(--primaryColor);z-index: 99;border-radius: 7px 0 0 7px;width: 220px;padding: 0;transition: all .35s;box-shadow: 0 3px 6px var(--shadowColor);
}
#headbar .toggle_txt {
    text-align: center;
}
#headbar .toggle_txt a {
    display: block;
    font-size: clamp(14px, 1.4vw, 22px);
    color: var(--fontColor);
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px;
    cursor: pointer;
}


@media (any-hover: hover) {
/*:hover はここに書く*/
.includeSCT .item:hover{
    transform:translateY(-3px);
    box-shadow: 2px 10px 20px var(--shadowColor);
    }
  #newYearSale_2026 .itemArea:hover{
    transform: translateY(-3px);
  }
    #newYearSale_2026 .btnArea li:hover{
        transform: translateY(-3px);
        background: var(--secondaryColor);
        cursor: pointer;
    }
    #newYearSale_2026 #copy-url01:hover,
    #newYearSale_2026 #copy-url02:hover{
        transform: translateY(-3px);
        box-shadow: 0 5px 10px var(--shadowColor);
    }
    #newYearSale_2026 .category .cateUl > li a:hover{
        transform: translateY(-3px);
        background: var(--secondaryColor);
    }
    #headbar:hover{
        transform: translateY(-3px);
        background: var(--secondaryColor);
    }

}




.pad-only {display: none!important;}
.pad-pc {display: block !important;}
.pc-only {display: block!important;}
.sp-only {display: none !important;}


/************************************************************/@media screen and (max-width: 820px) {
    #newYearSale_2026 .btn01 a{
        min-width: 250px;
    }
    #newYearSale_2026 .ulFlex > li {
    flex-basis: calc(100% / 3);
}
    #newYearSale_2026 .category .cateUl > li a{
        padding: 1em 0;
    }
    
.pad-only {display: block !important;}
.pad-pc {display: block !important;}
.pc-cam {display: none !important;}
.sp-cam {display: none !important;}
}
/************************************************************/@media screen and (max-width: 768px) {
  
}
/************************************************************/@media screen and (max-width: 700px) {
.includeSCT .cta a{
padding: 8px 23px 8px 20px;
}
.includeSCT .cta a::before{
right: 1.5em;
}
    #newYearSale_2026 .btn01 a{
        min-width: 160px;
    }
    
    #newYearSale_2026 .success-msg01, #newYearSale_2026 .success-msg02{
        width: 80%;
    }
    .notice{
        width: 100%;
    }
        #newYearSale_2026 .ulFlex > li {
        flex-basis: calc(100% / 2);
    }
    #newYearSale_2026 .category .cateUl{
        gap:10px;
    }
    #newYearSale_2026 .category .cateUl > li {
    flex-basis: calc((100% - 10px) / 2);
}
    #newYearSale_2026 .category .cateUl > li a{
        font-size: 16px;
    }
    #newYearSale_2026 h3{
        padding: 0.3em 1.5em;
    }
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08{
        padding-top: 133px;
        margin-top: -133px;
    }
    #headbar{
        bottom: 12%;
        width: 160px;
    }
  
.pad-sp {display: block !important;}
.pc-only {display: none !important;}
.sp-only {display: block !important;}
.pad-cam {display: none !important;}
.pad-pc {display: none !important;}
}