@charset "utf-8";
/* CSS Document */
:root {
--bkColor:#000;
--primaryColor:#CC0001;
--secondaryColor:#DBBA35;
--bgColor:#FBF6EB;
--fontColor:#fff;
--grayColor:#ECECEC;
--redColor:#EC0000;
--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%;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;
    color: #333;
}
/*========= SFの時にable ===============*/
#HEADER .global{display: none;}
#CONTENTS, body:not(.noGlobal) #CONTENTS {margin-left: 0;padding: 0;}
#FOOTER{margin-left: 0;}
#PAGEBODY{padding-bottom: 0;}
#EOYsale_2024 .includeSCT{margin: 5% auto 0;position: relative;z-index: 1;}
#EOYsale_2024 .includeSCT .item{box-shadow: 2px 5px 10px var(--shadowColor);}

#EOYsale_2024 .includeSCT .name{text-align:left;}
#EOYsale_2024 ul.action {display: none;}
#EOYsale_2024 .tag > li {color: var(--bkColor);}
#EOYsale_2024 .includeSCT .item{height: auto !important;}/*カードの高さ調節*/
#EOYsale_2024 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
#EOYsale_2024 .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;
}
#EOYsale_2024 .includeSCT .kanbai .item:hover{
  transform: none;
}

/*========= SFの時にableここまで ===============*/

#EOYsale_2024 .font_small {font-size: 80%;}
#EOYsale_2024 .font_ss{font-size: 70%;}
#EOYsale_2024 .font_sss{font-size: 65%;}
#EOYsale_2024 .font_large {font-size: 130%;}
#EOYsale_2024 .font_ll{font-size: 155%;}
#EOYsale_2024 .line_center {text-align: center;}
#EOYsale_2024 .line_right{text-align: right;}
#EOYsale_2024 .line_left{text-align: left;}
#EOYsale_2024 .font_bold{font-weight: bold;}
#EOYsale_2024 .font_red {color: var(--redColor);}

#EOYsale_2024 {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(--fontColor);max-width: 1920px;margin: auto;background: var(--bgColor);line-height: 1.75;}
#EOYsale_2024 h2 {font-family: "Noto Sans JP", sans-serif; line-break: strict;word-break: break-word;letter-spacing:inherit;line-break: strict;overflow-wrap: break-word;word-wrap: break-word;word-break: normal !important;letter-spacing:inherit;}

#EOYsale_2024 section{position: relative;}
#EOYsale_2024 .secInner {position: relative;max-width: 1280px; width: 90%; margin: 0 auto;padding: 3.5% 0;}
#EOYsale_2024 .videoWapper{position: relative;z-index: 0;}
#EOYsale_2024 section {position: relative;margin: 0;padding: 0;}
#EOYsale_2024 #video-area{position: relative;overflow: hidden;}
#EOYsale_2024 #video-area video {width: 100%;height: auto;}

#EOYsale_2024 .abImg {position: absolute;}
#EOYsale_2024 .ab01 {top: 7%;left: 0.5%;width: 15%;}
#EOYsale_2024 .ab02 {top: 2%;left: 10%;width: 7%;}
#EOYsale_2024 .ab03 {top: 9%;left: 50%;width: 4%;}
#EOYsale_2024 .ab04 {top: 3%;right: 1%;width: 14%;}
#EOYsale_2024 .ab05 {bottom: 3%;left: 1.5%;width: 4%;}
#EOYsale_2024 .ab06 {bottom: 15%;left: 28%;width: 6%;}
#EOYsale_2024 .ab07 {bottom: 15%;right: 28%;width: 8%;}
#EOYsale_2024 .ab08 {top: 40%;right: 11%;width: 4%;}

#EOYsale_2024 .faa-float.animated:nth-child(8){animation-delay: 0.4s;}
#EOYsale_2024 .faa-float.animated:nth-child(6){animation-delay: 0.8s;}
#EOYsale_2024 .faa-float.animated:nth-child(5){animation-delay: 1.2s;}
#EOYsale_2024 .faa-float.animated:nth-child(4){animation-delay: 1.6s;}
#EOYsale_2024 .faa-float.animated:nth-child(7){animation-delay: 0.6s;}
#EOYsale_2024 .faa-float.animated:nth-child(2){animation-delay: 0.7s;}
#EOYsale_2024 .faa-float.animated:nth-child(3){animation-delay: 1s;}

#EOYsale_2024 #sec02 {
  background: var(--primaryColor);
}
#EOYsale_2024 #sec02::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11%;
  height: 80%;
  background-image: url("feature_EOYsale_2024/leadL.png?$staticlink$");
  background-size: contain;
  background-repeat: no-repeat;
}
#EOYsale_2024 #sec02::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  height: 100%;
  background-image: url("feature_EOYsale_2024/leadR.png?$staticlink$");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
}
#EOYsale_2024 .lead {
  text-align: center;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 400;
}
#EOYsale_2024 .h2Wrapper{
  text-align: center;
}
#EOYsale_2024 h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(20px, 2.65vw, 42px);
  line-height: 1.2;
  font-weight: 500;
  text-shadow: black -2px -2px 1px, black -1px -2px 1px, black 0px -2px 1px, black 1px -2px 1px, black 2px -2px 1px, black 3px -2px 1px, black 4px -2px 1px, black -2px -1px 1px, black -1px -1px 1px, black 0px -1px 1px, black 1px -1px 1px, black 2px -1px 1px, black 3px -1px 1px, black 4px -1px 1px, black -2px 0px 1px, black -1px 0px 1px, black 0px 0px 1px, black 1px 0px 1px, black 2px 0px 1px, black 3px 0px 1px, black 4px 0px 1px, black -2px 1px 1px, black -1px 1px 1px, black 0px 1px 1px, black 1px 1px 1px, black 2px 1px 1px, black 3px 1px 1px, black 4px 1px 1px, black -2px 2px 1px, black -1px 2px 1px, black 0px 2px 1px, black 1px 2px 1px, black 2px 2px 1px, black 3px 2px 1px, black 4px 2px 1px, black -2px 3px 1px, black -1px 3px 1px, black 0px 3px 1px, black 1px 3px 1px, black 2px 3px 1px, black 3px 3px 1px;
  background: var(--primaryColor);
  padding: 0.2em 3em 0.3em 3em;
  border-radius: 0 100px 0 0;
}
#EOYsale_2024 h2 .h2Img {
  position: absolute;
  width: 11%;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
}
#EOYsale_2024 #sec03,
#EOYsale_2024 #sec04, 
#EOYsale_2024 #sec05, 
#EOYsale_2024 #sec06 {
  padding: 2.5% 0;
}
#EOYsale_2024 .ulFlex{
  display: flex;
  flex-wrap: wrap;
}
#EOYsale_2024 .ulFlex > li {
  flex-basis: calc(100% / 4);
}
#EOYsale_2024 .abCloud{position: absolute;}
#EOYsale_2024 .cloudLeft{top: 15%;left: -7%; width: 20%;}
#EOYsale_2024 .cloudRight{bottom: 15%; right: -7%;width: 20%;}
#EOYsale_2024 #sec04, #EOYsale_2024 #sec06{
  background: var(--primaryColor);
}
#EOYsale_2024 h2.even {
  display: inline-block;
  font-size: clamp(20px, 2.65vw, 42px);
  line-height: 1.2;
  font-weight: 500;
  color: var(--bkColor);
  text-shadow: white -2px -2px 1px, white -1px -2px 1px, white 0px -2px 1px, white 1px -2px 1px, white 2px -2px 1px, white 3px -2px 1px, white 4px -2px 1px, white -2px -1px 1px, white -1px -1px 1px, white 0px -1px 1px, white 1px -1px 1px, white 2px -1px 1px, white 3px -1px 1px, white 4px -1px 1px, white -2px 0px 1px, white -1px 0px 1px, white 0px 0px 1px, white 1px 0px 1px, white 2px 0px 1px, white 3px 0px 1px, white 4px 0px 1px, white -2px 1px 1px, white -1px 1px 1px, white 0px 1px 1px, white 1px 1px 1px, white 2px 1px 1px, white 3px 1px 1px, white 4px 1px 1px, white -2px 2px 1px, white -1px 2px 1px, white 0px 2px 1px, white 1px 2px 1px, white 2px 2px 1px, white 3px 2px 1px, white 4px 2px 1px, white -2px 3px 1px, white -1px 3px 1px, white 0px 3px 1px, white 1px 3px 1px, white 2px 3px 1px, white 3px 3px 1px;
  background: var(--secondaryColor);
  padding: 0.2em 3em 0.3em 3em;
  border-radius: 0 100px 0 0;
}
#EOYsale_2024 .seigaihaLeft{bottom: 20%;left: -7%; width: 20%;}
#EOYsale_2024 .seigaihaRight{top: 20%; right: -7%;width: 20%;}
#EOYsale_2024 #sec06 h2 .h2Img{
  width: 16%;
}

#PAGEBOTTOM{
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
/*:hover はここに書く*/
.includeSCT .item:hover{transform:translateY(-5px);box-shadow: 2px 10px 20px var(--shadowColor);}}

.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: 1279px) {
  #HEADER .global{display: block;}
}
/************************************************************/@media screen and (max-width: 820px) {
  #EOYsale_2024 .ulFlex > li{
    flex-basis: calc(100% / 3);
  }
.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) {
  #EOYsale_2024 .ulFlex > li{
    flex-basis: calc(100% / 2);
  }
  #EOYsale_2024 .fuyu {visibility: hidden;}
  #EOYsale_2024 .lead{margin: 0.5em;text-align: left;}
  #EOYsale_2024 #sec02::before, #EOYsale_2024 #sec02::after{
    display: none;
  }
  #EOYsale_2024 h2, #EOYsale_2024 h2.even{
    padding: 0.5em 2em 0.6em 3em;
  }
  #EOYsale_2024 h2 .h2Img {width: 14%;}
  #EOYsale_2024 section:not(#sec03) h2 .h2Img{width: 20%;}
.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;}
}