@charset "UTF-8";

/*-----------------------------------------
  layout
-----------------------------------------*/
#BlackFriday {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
  color: #000000;
  background: url(/img/usr/freepage/2025/2511_BlackFriday/bg_pc.jpg) no-repeat center top -48px, url(/img/usr/freepage/2025/2511_BlackFriday/bg_pc_repeat.jpg) repeat center top -48px;
  overflow: hidden;
}
#BlackFriday h1,
#BlackFriday h2 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#BlackFriday a {
  color: inherit;
  transition: all .3s;
}
#BlackFriday a:hover,
#BlackFriday a:focus {
  text-decoration: none;
}
#BlackFriday a:hover {
  opacity: 0.8;
}
#BlackFriday img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#BlackFriday .BlackFriday-inner {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  body {
    overflow-x: auto;
  }
  #BlackFriday .for-sp{
    display: none;
  }
  #BlackFriday {
    min-width: 1300px;
  }
}
@media only screen and (max-width: 749px) {
  #BlackFriday .for-pc{
    display: none !important;
  }
  #BlackFriday {
    padding-bottom: 40px;
    background: url(/img/usr/freepage/2025/2511_BlackFriday/bg_sp.jpg) no-repeat center top 93.6vw / 100%;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
@media only screen and (min-width: 750px) {
  #BlackFriday .sec-mv {
    padding-top: 56px;
  }
  #BlackFriday .sec-mv img {
    margin: 0 0 0 -10px;
  }
}

/*-----------------------------------------
  navi
-----------------------------------------*/
#BlackFriday .sec-nav {
  max-width: 1200px;
  margin: 8px auto 0;
}
#BlackFriday .sec-nav .nav-list {
  display: flex;
  gap: 20px;
}
#BlackFriday .sec-nav .nav-list li {
  flex: 1;
  position: relative;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
}
#BlackFriday .sec-nav .nav-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, #fff);
  mix-blend-mode: soft-light;
  opacity: 0.25;
}
#BlackFriday .sec-nav .nav-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#BlackFriday .sec-nav .nav-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 13px;
  height: 11px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#BlackFriday .sec-nav .nav-list .lineup {
  background: rgb(183,154,64,0.8);
}
#BlackFriday .sec-nav .nav-list .present {
  background: rgb(230,0,18,0.8);
}
.lineup-btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 120px;
}
@media only screen and (max-width: 749px) {
  #BlackFriday .sec-nav {
    margin: 0;
    padding: 0 2.667vw;
  }
  #BlackFriday .sec-nav.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #BlackFriday .sec-nav .nav-list {
    gap: 1.333vw;
  }
  #BlackFriday .sec-nav .nav-list li {
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  }
  #BlackFriday .sec-nav .nav-list li a {
    height: 9.333vw;
  }
  #BlackFriday .sec-nav .nav-list li a::after {
    right: 2.667vw;
    width: 2.133vw;
    height: 1.867vw;
  }
  #BlackFriday .sec-nav .nav-list li.lineup img {
    width: 16.267vw;
  }
  #BlackFriday .sec-nav .nav-list li.present img {
    width: 21.067vw;
  }
}

/*-----------------------------------------
  notice
-----------------------------------------*/
#BlackFriday .sec-notice {
  max-width: 1200px;
  margin: 40px  auto 0;
}
#BlackFriday .sec-notice h2 {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #e60012;
  text-align: center;
  background: url(/img/usr/freepage/2025/2511_BlackFriday/icon_notice.png) no-repeat center left / 28px;
}
#BlackFriday .sec-notice .notice-inner {
  padding: 32px 60px 40px;
  background: #f2ecdb;
}
#BlackFriday .sec-notice .notice-inner a {
  text-decoration: underline;
}
#BlackFriday .sec-notice .notice-flex {
  display: flex;
  gap: 3em;
}
#BlackFriday .sec-notice .notice-flex>div {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#BlackFriday .sec-notice .notice-red {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  color: #ca0915;
}
@media only screen and (max-width: 749px) {
  #BlackFriday .sec-notice {
    margin: 2.667vw auto 0;
    padding: 0 2.667vw;
  }
  #BlackFriday .sec-notice h2 {
    margin: 0 auto 2.133vw;
    padding: 0 0 0 7.467vw;
    font-size: 4vw;
    background-size: 4.533vw;
  }
  #BlackFriday .sec-notice .notice-inner {
    padding: 4.533vw 3.2vw 8.533vw;
  }
  #BlackFriday .sec-notice .notice-flex {
    flex-direction: column;
    gap: calc(1em*1.33);
  }
  #BlackFriday .sec-notice .notice-flex>div {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.33;
  }
  #BlackFriday .sec-notice .notice-red {
    margin-top: calc(1em*1.33);
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.33;
  }
}

/*-----------------------------------------
  lineup
-----------------------------------------*/
#BlackFriday .sec-lineup {
  margin: 100px 0 0;
}
#BlackFriday .sec-lineup .lineup-title {
  text-align: center;
}
#BlackFriday .sec-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 0;
  margin: 33px 0 0;
}
#BlackFriday .sec-lineup .lineup-link-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 64px;
  margin: 15px 0 0 40px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #ca0915;
  border-radius: 40px;
}
#BlackFriday .sec-lineup .lineup-link-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, #fff);
  border-radius: 40px;
  mix-blend-mode: soft-light;
  opacity: 0.46;
}
#BlackFriday .sec-lineup .lineup-list+.lineup-list {
  flex-wrap: nowrap;
  margin-top: 100px;
}
#BlackFriday .sec-lineup .lineup-list+.lineup-list li {
  width: auto;
}
#BlackFriday .sec-lineup .lineup-set-list {
  display: flex;
}
#BlackFriday .sec-lineup .lineup-list+.lineup-list .lineup-link-cart {
  width: 245px;
  height: 56px;
  margin: 10px auto 0;
  font-size: 20px;
}
#BlackFriday .sec-lineup .lineup-notice {
  max-width: 550px;
  margin: 20px auto 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
}
@media only screen and (min-width: 750px) {
  #BlackFriday .sec-lineup .lineup-list:first-child li:nth-child(1) {
    width: 608px;
    margin-left: 34px;
  }
  #BlackFriday .sec-lineup .lineup-list:first-child li:nth-child(2) {
    width: 611px;
    margin-left: 17px;
  }
  #BlackFriday .sec-lineup .lineup-list:first-child li:nth-child(3) {
    width: 634px;
  }
  #BlackFriday .sec-lineup .lineup-list:first-child li:nth-child(4) {
    width: 662px;
    margin-left: -16px;
    margin-right: -78px;
  }
  #BlackFriday .sec-lineup .lineup-list:last-child li:nth-child(2) {
    margin-left: -17px;
  }
  #BlackFriday .sec-lineup .lineup-set-list li+li {
    margin: 0 0 0 -28px;
  }
  #BlackFriday .sec-lineup .lineup-set-list li:first-child .lineup-link-cart {
    margin-left: 20px;
  }
  #BlackFriday .sec-lineup .lineup-set-list li:last-child .lineup-link-cart {
    margin-left: 0;
  }
}
@media only screen and (max-width: 749px) {
  #BlackFriday .sec-lineup {
    margin: 10.4vw 0 0;
  }
  #BlackFriday .sec-lineup .lineup-title img {
    width: 35.733vw;
  }
  #BlackFriday .sec-lineup .lineup-list {
    gap: 9.333vw 0;
    margin: 2.667vw 0 0;
  }
  #BlackFriday .sec-lineup .lineup-list {
    width: 100%;
  }
  #BlackFriday .sec-lineup .lineup-link-cart {
    width: 89.333vw;
    height: 12vw;
    margin: 15px auto 0;
    font-size: 4.267vw;
  }
  #BlackFriday .sec-lineup .lineup-list+.lineup-list {
    flex-wrap: wrap;
    margin-top: 12vw;
  }
  #BlackFriday .sec-lineup .lineup-list+.lineup-list li:not([class]) {
    width: 50%;
  }
  #BlackFriday .sec-lineup .lineup-list+.lineup-list .lineup-link-cart {
    width: 40vw;
    height: 9.333vw;
    margin: 2.667vw auto 0;
    font-size: 3.2vw;
  }
  #BlackFriday .sec-lineup .lineup-notice {
    margin: 5.333vw auto 0;
    padding: 0 5.333vw;
    font-size: 2.4vw;
  }
}

/*-----------------------------------------
  present
-----------------------------------------*/
#BlackFriday .sec-present {
  position: relative;
  max-width: 1288px;
  min-height: 2140px;
  margin: 108px auto 0;
  padding: 0 0 72px;
  background: url(/img/usr/freepage/2025/2511_BlackFriday/bg_present_pc.png) no-repeat center top / 1228px;
}
#BlackFriday .sec-present::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -44px;
  width: 1432px;
  height: 1454px;
  background: url(/img/usr/freepage/2025/2511_BlackFriday/bg_present_kirakira_pc.png) no-repeat center / contain;
}
#BlackFriday .sec-present .present-title {
  text-align: center;
  margin-bottom: -22px;
}
#BlackFriday .sec-present .present-title img {
  margin-top: -32px;
}
#BlackFriday .sec-present .present-content {
  max-width: 1080px;
  margin: 34px auto 0;
}
#BlackFriday .sec-present .present-content dl+dl {
  margin-top: 20px;
}
#BlackFriday .sec-present .present-content dl dt {
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: #b39434;
  border-radius: 10px 10px 0 0;
}
#BlackFriday .sec-present .present-content dl dd {
  padding: 35px 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 749px) {
  #BlackFriday .sec-present {
    min-height: 418vw;
    margin: 23.466vw auto 0;
    padding: 0 0 5.333vw;
    background: url(/img/usr/freepage/2025/2511_BlackFriday/bg_present_sp.png)  no-repeat center top / 96%;
  }
  #BlackFriday .sec-present::before {
    top: -11.667vw;
    left: 0;
    width: 100%;
    height: 296vw;
    background-image: url(/img/usr/freepage/2025/2511_BlackFriday/bg_present_kirakira_sp.png);
  }
  #BlackFriday .sec-present .present-title {
    margin-bottom: 2.133vw;
  }
  #BlackFriday .sec-present .present-title img {
    margin-top: -8.533vw;
  }
  #BlackFriday .sec-present .present-item {
    width: 94.133vw;
    margin: 0 0 0 5.867vw;
  }
  #BlackFriday .sec-present .present-content {
    margin: 1.867vw auto 0;
    padding: 0 8vw;
  }
  #BlackFriday .sec-present .present-content dl+dl {
    margin-top: 2.667vw;
  }
  #BlackFriday .sec-present .present-content dl dt {
    padding: 1.333vw 0 1.067vw;
    font-size: 3.733vw;
    border-radius: 1.333vw 1.333vw 0 0;
  }
  #BlackFriday .sec-present .present-content dl dd {
    padding: 2.133vw 2.667vw;
    font-size: 3.2vw;
    line-height: 1.416;
    border-radius: 0 0 1.333vw 1.333vw;
  }
}