@charset "utf-8";
/* CSS Document */
:root {
--bkColor:#000;
--primaryColor:#FEB719;
--secondaryColor:#EA2022;
--baseColor:#F8F5EC;
--grayColor:#3E3E3E;
--whiteColor:#fff;
--shadowColor:rgba(0, 0, 0, 0.3);
}
/*========= ▼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%;}
/* テーブルのセル間のスペースを削除します */
table {border-collapse: collapse;}
/*========= ▲reset ===============*/
*{box-sizing: border-box;}
a {
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
text-decoration: none;
cursor: pointer;
}

#closing2026 {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(--primaryColor);font-feature-settings: "palt";}

.font_small {font-size: 80%;}
.font_ss{font-size: 70%;}
.font_sss{font-size: 62%;}
.font_large {font-size: 130%;}
.font_ll{font-size: 155%;}
.line_center {text-align: center;}
.line_right{text-align: right;}
.line_left{text-align: left;}
.font_bold{font-weight: bold;}
.font_red {color: var(--secondaryColor);}
img {width: auto;max-width: 100%;vertical-align: bottom;}
.font_14 { font-size: clamp(11px, 0.9vw, 14px); }
.font_15 { font-size: clamp(12px, 0.95vw, 15px); }
.font_16 { font-size: clamp(13px, 1vw, 16px); }
.font_17 { font-size: clamp(14px, 1.1vw, 17px); }
.font_18 { font-size: clamp(15px, 1.15vw, 18px); }
.font_19 { font-size: clamp(16px, 1.2vw, 19px); }
.font_20 { font-size: clamp(17px, 1.25vw, 20px); }
.font_20 { font-size: clamp(18px, 1.4vw, 22px); }
.font_24 { font-size: clamp(18px, 1.5vw, 24px); }
.font_26 { font-size: clamp(19px, 1.65vw, 26px); }
.font_30 { font-size: clamp(20px, 1.9vw, 30px); }
.font_32 { font-size: clamp(22px, 2vw, 32px); }
.font_36 { font-size: clamp(22px, 2.25vw, 36px); }
.font_38 { font-size: clamp(24px, 2.4vw, 38px); }
.font_42 { font-size: clamp(24px, 2.65vw, 42px); }

/*========= ▼Salseforce用 ===============*/
#CONTENTS, body:not(.noGlobal) #CONTENTS {margin-left: 0;padding: 0;}
#FOOTER{margin-left: 0;}
#PAGEBODY{padding-bottom: 0;}
.includeSCT .proFlex .item{box-shadow: 0 3px 6px var(--shadowColor);}
.includeSCT .proFlex .item:hover{transform:translateY(-5px);box-shadow: 0 5px 10px var(--shadowColor);}
.includeSCT .name{text-align:left;line-height: 1.5;}
.includeSCT .tag{align-content: flex-start;}
#closing2026 ul.action {display: none;}
#closing2026 .includeSCT .item{height: auto !important;transition: all .35s;border-radius: 10px;}/*カードの高さ調節*/
#closing2026 .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;
}
#closing2026 .includeSCT .kanbai .item:hover{
  transform: none;
}

#closing2026 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
.includeSCT{
    margin-bottom: 0;
    padding-bottom: 0;
}
.includeSCT .cont{
    padding-bottom: 0;
}
.includeSCT .splide .splide__slide{
    padding-bottom: 0;
    padding-top: 0;
}
.includeSCT .cta a{
    background-color: var(--secondaryColor);
}

/*========= ▲Salseforce用 ===============*/
/*========= LoadingのためのCSS ===============*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100svh;
    background: var(--primaryColor);
    z-index: 999;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*========= ▲LoadingのためのCSS ===============*/


section {position: relative;margin: 0 auto;padding: 5% 0;}
.sec-inner {position: relative;max-width: 1290px; width: 88%; margin: 0 auto;z-index: 2;}
.white-box01 {padding: 1.2em;max-width: 660px;width: 90%;background: rgba(255,255,255,0.65);text-align: center;margin: auto;}
#sec01 {position: relative;overflow: hidden;padding: 0;z-index: 0;}
#sec01 img {width: 100%;}
.mainImg{position: relative;}
.abImg {position: absolute;}
#sec02{padding:0;}
#particles-js1{position: fixed;width: 100%;height: 100%;z-index: 1;}

.leadTitle{
    font-size: clamp(28px, 2.9vw, 48px);
    font-weight: 500;
    color: var(--whiteColor);
    margin-bottom: 0.3em;
    text-shadow:2px 2px 0 #000;
}
.leadTxt{
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 500;
}
.leadBox{
    margin: 2% auto 4%;
}

#closing2026 h2{
    font-size: clamp(20px, 2.65vw, 42px);
    font-weight: 600;
    color: var(--whiteColor);
    background: var(--secondaryColor);
    border-radius: 15px 15px 0 0;
    padding: 0.4em;
    text-align: center;
}
.baseBox{
    background: var(--baseColor);
    padding: 50px 40px;
    border-radius: 0 0 15px 15px;
}
.infoInner{
    margin: 2%;
}
.infoInner dl{
    border-left: solid 10px var(--secondaryColor);
    text-align: left;
    padding-left: 10px;
    margin-bottom: 5%;
}
.infoInner dt{
    font-size: clamp(21px, 2vw, 32px);
    font-weight: 600;
    line-height: 1;
}
.infoInner dd{
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 600;
    margin-top: 10px;
}
.infoNotice{
    font-size: clamp(13px, 1vw, 16px);
    color: var(--grayColor);
    text-align: left;
}
.infoNotice h5{
    font-weight: 500;
}
.infoNotice ul{
    list-style-type:disc;
    padding-left: 1.5em;
}

.couponBox{
    text-align: center;
}
.couponBox > a{
    max-width: 700px;
    display: block;
    margin: auto;
}
.couponBox > a img{
    transform: rotate(-3deg);
    filter: drop-shadow(3px 6px 10px var(--shadowColor));
}

#cate{
    padding: 2% 0;
}



.cateUl{
    display: flex;
    flex-wrap: wrap;
}
.cateUl > li {
    flex-basis: 23%;
    margin: 0 1% 0;
    filter: drop-shadow(3px 5px 10px var(--shadowColor));
    position: relative;
    transition: all .5s;
    border-radius: 10px;
    overflow: hidden;
}
.cateUl > li a {
    display: block;
    cursor: pointer;
}

.cateLead{
    font-size: clamp(16px, 1.25vw, 20px);
    color: var(--grayColor);
    text-align: center;
    margin-bottom: 4%;
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5em;
}
.flexBox > div {
    flex-basis: 36%;
}
.flexLink a {
    font-size: clamp(13px, 1.15vw, 18px); 
    font-weight: 300;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}
.flexLink a:first-child {
    color: var(--yellowColor);
    margin-bottom: 1em;
}
.flexLink a:last-child {
    color: var(--orangeColor);
}
.proFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.proFlex > li {
    flex-basis: calc(100% / 4);
    position: relative;
    margin-bottom: 2%;
}
.flexSlide{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flexSlide > li {
    flex-basis: 48%;
    margin: 0 1% 3%;
}
.flexSlide > li a {
    display: block;
    cursor: pointer;
}
.flexSlide >li a img {
    box-shadow: 3px 10px 10px var(--shadowColor);
    transition: all .5s;
}

#closing2026 .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;
}
#closing2026 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
#link01, #link02, #link03, #link04 {padding-top: 124px;margin-top: -124px;}


@media (any-hover: hover) {
/*:hover はここに書く*/
    .cateUl > li:hover,
    .couponBox > a:hover{
        transform: translateY(-3px);
    }
    
#closing2026 .includeSCT .kanbai .item:hover{
  transform: none;
}
    .flexSlide > li:hover a img {
        transform: translateY(-5px);
    }

}


/************************************************************/@media screen and (max-width: 820px) {
    .couponBox{
        width: 70%;
        margin: auto;
    }    
    .proFlex > li {
        flex-basis: calc(100% / 3);
    }
    
.pad-cam {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;
    }
    
    .cateUl > li{
        flex-basis: 48%;
        margin: 0 1% 3%;
    }
    
    .proFlex > li {
        flex-basis: calc(100% / 2);
    }
    .flexBox > div{
        flex-basis: 50%;
    }
    .leadTitle{
        line-height: 1.3;
        margin: 6% auto;
    }
    .leadTxt{
        text-align: left;
    }
    leadBox{
        margin-bottom: 8%;
    }
    .baseBox{
        padding: 16px;
    }
    .infoInner dt{
        line-height: 1.5;
    }
    .infoInner dl{
        margin-bottom: 10%;
    }
    .couponBox{
        width: 100%;
    }
    .cateLead{
        text-align: left;
    }
    .flexSlide{
        flex-direction: column;
    }
    .flexSlide > li{
        margin-bottom: 7%;
    }
#link01, #link02, #link03, #link04 {padding-top: 133px;margin-top: -133px;}

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