@charset "UTF=8";
h1,
h2,
h3,
h4,
p,
a {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

.section-eyecatch {
  max-width: none;
}
.section-eyecatch > .sectioning > .main_width {
  max-width: none;
}
.section-eyecatch > .sectioning {
  padding: 0;
}
.page_title_left {
  margin-block: 0 !important;
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.bf-fv,
.bf-lead,
.bf-wj {
  margin-block: 0 !important;
  background-color: #000 !important;
}
.bf-bj {
  margin-block: 0 !important;
}

/* fv */
.bf-fv {
  background-image: url(../images/blackfriday/fv-bg-pc.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 1200px;
  margin-bottom: -150px; */
}
.bf-fv img {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding-block: 120px 15vw;
}
.bf-lead-text,
.bf-lead-text span,
.bf-bj-lead1,
.bf-bj-lead2,
.bf-bj-lead2 span,
.bf-cp-code-pre span,
.bf-cp-code p,
.bf-wj-ttl span,
.bf-wj-item-ttl,
.bf-wj-item-ttl span,
.bf-pu-ttl,
.bf-pu-ttl .sml,
.bf-pu-ttl .big,
.bf-pu-ttl .nml {
  color: #fff;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.bf-lead-text {
  font-size: 20px;
  line-height: 2;
  margin: 0 40px 80px;
}
.bf-lead-text span {
  color: #d1be12;
  font-size: 20px;
}

/* 总btn */
.bf-btn-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
  text-align: center;
  padding: 0 30px 120px;
  align-items: stretch;
}
.bf-btn-sp {
  display: contents;
}
.bf-btn {
  width: calc(100% / 3 - 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.bf-btn > p:first-child {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bf-btn a {
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.bf-btn a:hover {
  opacity: 0.7;
}
.bf-btn-bj,
.bf-bj {
  background-color: #480b20;
}
.bf-btn-bj::before,
.bf-btn-bj::after,
.bf-bj::before,
.bf-bj::after,
.bf-cp-code-wrap::before,
.bf-cp-code-wrap::after,
#watch.bf-wj::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.bf-btn-bj::before {
  top: 0;
  height: 12px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 6px, transparent 6px, transparent 10px, #a49d5b 10px, #a49d5b 12px);
}
.bf-btn-bj::after {
  bottom: 0;
  height: 12px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 2px, transparent 2px, transparent 6px, #a49d5b 6px, #a49d5b 12px);
}
.bf-btn-bj img {
  margin: -20px 20px;
  max-width: 250px;
}
.bf-btn-bj p,
.bf-btn-wj p span {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bf-btn-bj p {
  color: #fff;
}
.bf-btn-arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
}
.bf-btn-bj .bf-btn-arrow {
  border-top-color: #a49d5b;
}
.bf-btn-wj .bf-btn-arrow {
  border-top-color: #000;
}
.bf-btn-wj,
.bf-wj-lineup .bf-all-btn {
  background: linear-gradient(120deg, #a97321, #ebdc64, #a97321);
}
.bf-btn-wj > div:first-child {
  display: flex;
  flex-direction: row;
  margin: 0 20px 10px;
  align-items: center;
  justify-content: space-between;
}
.bf-btn-wj img {
  width: calc(40% - 10px);
  filter: drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.2));
}
.bf-btn-wj p {
  width: 60%;
  font-size: 32px;
  color: #000;
  font-family: "Zen Antique", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.bf-btn-wj p span {
  color: #000;
}

/* bj */
.bf-bj {
  padding: 150px 40px;
  position: relative;
  overflow: hidden;
}
.bf-bj::before {
  top: 0;
  height: 22px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 10px, transparent 10px, transparent 20px, #a49d5b 20px, #a49d5b 22px);
}
.bf-bj::after,
#watch.bf-wj::after {
  bottom: 0;
  height: 22px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 2px, transparent 2px, transparent 12px, #a49d5b 12px, #a49d5b 22px);
}
.bf-bj-ttl {
  position: relative;
  display: block;
  max-width: 680px;
  margin: 0 auto;
}
.bf-bj-bubble {
  text-align: center;
  position: absolute;
  top: -15%;
  right: -12%;
  background-color: #480b20;
  width: 20%;
  aspect-ratio: 1 / 1;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  box-sizing: border-box;
  align-content: center;
}
.bf-bj-bubble .num,
.bf-bj-bubble .sml,
.bf-bj-bubble .nml {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-style: normal;
}
.bf-bj-bubble .num {
  font-size: 36px;
}
.bf-bj-bubble .sml {
  font-size: 20px;
}
.bf-bj-bubble .nml {
  font-size: 30px;
}

.bf-bj-lead1 {
  font-size: 28px;
}
.bf-bj-lead2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.bf-bj-lead2 span {
  font-size: 40px;
}
.bf-cp-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto 10px;
  max-width: 1200px;
  justify-content: space-between;
  text-align: center;
  padding-inline: 30px;
  align-items: stretch;
}
.bf-cp-sp {
  display: contents;
}
.bf-cp {
  width: calc(100% / 4 - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 160px;
  position: relative;
}
.bf-cp::before,
.bf-cp::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #480b20;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.bf-cp::before {
  left: -15px;
}
.bf-cp::after {
  right: -15px;
}
.bf-cp-pre {
  font-size: 15px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
}
.bf-cp-off,
.bf-cp-off span {
  font-size: 35px;
  color: #a40000;
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.bf-cp-off {
  font-size: 35px;
}
.bf-cp-off span {
  font-size: 24px;
}
.bf-cp-cp {
  font-size: 25px;
  color: #a40000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bf-cp-detail {
  color: #fff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  max-width: 1200px;
  margin: 10px auto 40px;
  padding-inline: 30px;
}
.bf-cp-code-wrap {
  max-width: 1000px;
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bf-cp-code-wrap::before {
  top: 0;
  height: 12px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 6px, transparent 6px, transparent 10px, #a49d5b 10px, #a49d5b 12px);
}
.bf-cp-code-wrap::after {
  bottom: 0;
  height: 12px;
  background: linear-gradient(to bottom, #a49d5b 0px, #a49d5b 2px, transparent 2px, transparent 6px, #a49d5b 6px, #a49d5b 12px);
}
.bf-cp-code-pre {
  color: #fff;
  width: 60%;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-block: 35px;
  line-height: 2;
  border-right: 1px solid #fff;
}
.bf-cp-code-pre span {
  font-size: 20px;
}
.bf-cp-code-pre a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.bf-cp-code {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-cp-code p {
  font-size: 28px;
  padding-right: 20px;
}
.bf-cp-code img {
  width: 22px;
}
.bf-cp-code div {
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s ease;
  display: flex;
}
.bf-cp-code-pre a:hover,
.bf-cp-code div:hover {
  opacity: 0.7;
}
.bf-cp-code div:active {
  transform: scale(0.9);
}

/* 弹出框外层遮罩 */
.bf-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
/* 弹出框内容 */
.bf-popup-box {
  background: #fff;
  padding: 40px;
  max-width: 1100px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
  margin: 40px;
  top: 50%;
  transform: translateY(-50%);
}
/* 关闭按钮 */
.bf-close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  transition: all 0.3s ease;
}
.bf-close-btn:hover {
  color: #000;
}
/* 动画效果 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bf-popup-ttl {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 40px;
}
.bf-popup-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.bf-cp-arrow {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 12px solid #c93213;
  margin: auto 20px;
  position: relative;
  top: 50%;
  transform: translateY(-100%);
}
.bf-popup-detail {
  width: 50%;
}
.bf-popup-detail p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
.bf-popup-detail img {
  width: 100%;
  border: 1px solid #000;
}

.bf-bj-item {
  display: flex;
  flex-direction: row;
  margin: 0 auto 20px;
  max-width: 1400px;
  justify-content: space-between;
  align-items: stretch;
}
.bf-bj-item div {
  width: calc(100% / 5 - 10px);
  display: flex;
  flex-direction: column;
}
.bf-bj-item a {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.bf-bj-item a img {
  padding: 20px;
  /* filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3)); */
  transform: scale(1);
  transition: all 0.3s ease;
}
.bf-bj-item a:hover img {
  transform: scale(1.1);
}
.bf-item-name,
.bf-item-price span {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}
.bf-item-name {
  font-size: 16px;
  padding-bottom: 10px;
}
.bf-item-name span,
.bf-item-price {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.bf-item-price span {
  font-size: 20px;
}
.bf-all-btn {
  position: relative;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  margin: 80px auto;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 84px;
  max-width: 450px;
  background: #a49d5b;
  transition: all 0.3s ease;
}
.bf-bj .bf-all-btn {
  padding: 10px 40px 10px 28px;
  line-height: 1.25;
  text-align: center;
  max-width: 500px;
}
.bf-all-btn:hover {
  opacity: 0.7;
}
.bf-all-btn div {
  position: absolute;
  left: 92%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
}
.bf-bj-btn {
  display: flex;
  flex-direction: row;
  margin: 0 auto 20px;
  max-width: 800px;
  justify-content: space-between;
  padding-inline: 30px;
  align-items: stretch;
}
.bf-bj-btn a {
  color: #fff;
  width: calc(100% / 2 - 30px);
  display: flex;
  flex-direction: column;
  margin: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  box-shadow: 0 0 0 1px #a49d5b;
  text-align: center;
  padding: 40px 0;
  line-height: 1.8;
  transition: all 0.3s ease;
}
.bf-bj-btn a:hover {
  background-color: #310606;
  box-shadow: 0 0 0 3px #a49d5b;
}
.bf-bj-btn span {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
.bf-bj-btn div {
  position: absolute;
  left: 94%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

/* w */
.bf-wj {
  padding: 200px 40px 120px;
  position: relative;
  overflow: hidden;
  background: url(../images/blackfriday/wj-bg.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.bf-wj-ttl {
  display: block;
  /* max-width: 480px; */
  margin: 0 auto 180px;
  position: relative;
}
.bf-wj-ttl p {
  width: 360px;
  height: 160px;
  margin: 0 auto;
  background: #000;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 1.3;
}
.bf-wj-ttl span {
  font-size: 20px;
}
.marker-tl,
.marker-tr,
.marker-bl,
.marker-br {
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.marker-tl::before,
.marker-tr::before,
.marker-bl::before,
.marker-br::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #a49d5b;
}
.marker-tl::after,
.marker-tr::after,
.marker-bl::after,
.marker-br::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background: #a49d5b;
}

.marker-tl {
  left: -7.5%;
  top: -5%;
}
.marker-tl::before {
  left: 24%;
}
.marker-tl::after {
  top: -20%;
}
.marker-tr {
  right: -2%;
  top: -5%;
}
.marker-tr::before {
  right: -20%;
}
.marker-tr::after {
  top: -20%;
  right: 0;
}
.marker-bl {
  left: -7.5%;
  bottom: -5%;
}
.marker-bl::before {
  left: 24%;
  bottom: 0;
}
.marker-bl::after {
  bottom: -20%;
}
.marker-br {
  right: -2%;
  bottom: -5%;
}
.marker-br::before {
  right: -20%;
  bottom: 0;
}
.marker-br::after {
  bottom: -20%;
  right: 0;
}

.bf-pu-wrap {
  margin: 0 auto 100px;
  background-color: #201d1a;
  border: 1px solid #a49d5b;
  position: relative;
  max-width: 1160px;
  padding: 20px;
}
.bf-pu-wrap > img:first-child {
  width: 180px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.bf-pu-ttl {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin: 40px auto;
  position: relative;
}
.bf-pu-ttl .sml {
  font-size: 22px;
}
.bf-pu-ttl .big {
  font-size: 55px;
}
.bf-pu-ttl .nml {
  font-size: 26px;
}
.bf-pu-ttl::before,
.bf-pu-ttl::after {
  content: "";
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.bf-pu-ttl::before {
  left: 12%;
  border-left: 100px solid #fff;
}
.bf-pu-ttl::after {
  right: 12%;
  border-right: 100px solid #fff;
}

.bf-tab {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.bf-tab-btn {
  display: flex;
  justify-content: space-around;
  max-width: 540px;
  margin: 0 auto 40px;
}

.bf-tab-btn div {
  margin-inline: 20px;
  cursor: pointer;
  opacity: 0.45;
  position: relative;
  transition: all 0.3s ease;
}
.bf-tab-btn div img:first-child {
  position: absolute;
  width: 60px;
  top: -15px;
  left: -10px;
  z-index: 2;
}
.bf-tab-img {
  width: 100%;
  transition: all 0.3s ease;
}
.bf-tab-img:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
.bf-tab-btn div.active1 {
  opacity: 1;
}
.active1 .bf-tab-img {
  background-color: rgba(255, 255, 255);
}

.bf-tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.bf-tab-content.active1 {
  display: block;
}
.bf-tab-content ul {
  display: flex;
  flex-direction: row;
  height: clamp(200px, 50vw, 450px);
}
.bf-tab-content ul li {
  display: flex;
  align-items: center;
}
.bf-tab-content-list-l {
  width: 60%;
}
.bf-tab-content-list-r {
  width: 40%;
  flex-direction: column;
}

.bf-tab-content ul li div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.bf-tab-content-list-l div {
  margin-right: 4px;
}
.bf-tab-content-list-r > div:first-child {
  margin-bottom: 2px;
}
.bf-tab-content-list-r > div:last-child {
  margin-top: 2px;
}
#watch .bf-tab-content:nth-of-type(1) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/w1_w201620-1.jpg);
}
#watch .bf-tab-content:nth-of-type(1) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/w1_w201620-2.jpg);
}
#watch .bf-tab-content:nth-of-type(1) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/w1_w201620-3.jpg);
}
#watch .bf-tab-content:nth-of-type(2) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/w2_w223815-1.jpg);
}
#watch .bf-tab-content:nth-of-type(2) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/w2_w223815-2.jpg);
}
#watch .bf-tab-content:nth-of-type(2) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/w2_w223815-3.jpg);
}
#watch .bf-tab-content:nth-of-type(3) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/w3_w214618-1.jpg);
}
#watch .bf-tab-content:nth-of-type(3) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/w3_w214618-2.jpg);
}
#watch .bf-tab-content:nth-of-type(3) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/w3_w214618-3.jpg);
}
#watch .bf-tab-content:nth-of-type(4) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/w4_w212312-1.jpg);
}
#watch .bf-tab-content:nth-of-type(4) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/w4_w212312-2.jpg);
}
#watch .bf-tab-content:nth-of-type(4) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/w4_w212312-3.jpg);
}
#jewelry .bf-tab-content:nth-of-type(1) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/j1_j417774-1.jpg);
}
#jewelry .bf-tab-content:nth-of-type(1) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/j1_j417774-2.jpg);
}
#jewelry .bf-tab-content:nth-of-type(1) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/j1_j417774-3.jpg);
}
#jewelry .bf-tab-content:nth-of-type(2) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/j2_j421422-1.jpg);
}
#jewelry .bf-tab-content:nth-of-type(2) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/j2_j421422-2.jpg);
}
#jewelry .bf-tab-content:nth-of-type(2) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/j2_j421422-3.jpg);
}
#jewelry .bf-tab-content:nth-of-type(3) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/j3_j421084-1.jpg);
}
#jewelry .bf-tab-content:nth-of-type(3) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/j3_j421084-2.jpg);
}
#jewelry .bf-tab-content:nth-of-type(3) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/j3_j421084-3.jpg);
}
#jewelry .bf-tab-content:nth-of-type(4) .bf-tab-content-list-l div {
  background-image: url(../images/blackfriday/j4_j298352-1.jpg);
}
#jewelry .bf-tab-content:nth-of-type(4) .bf-tab-content-list-r > div:first-child {
  background-image: url(../images/blackfriday/j4_j298352-2.jpg);
}
#jewelry .bf-tab-content:nth-of-type(4) .bf-tab-content-list-r > div:last-child {
  background-image: url(../images/blackfriday/j4_j298352-3.jpg);
}
.bf-tab-content-ttl {
  margin: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bf-tab-content-ttl .bf-item-price {
  text-align: right;
}
.bf-tab-content-text {
  color: #fff;
  padding: 20px;
  border-top: 2px solid #a49d5b;
  border-bottom: 2px solid #a49d5b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.bf-tab-content-detail .bf-all-btn {
  border-radius: 0;
}

.bf-wj-lineup {
  max-width: 1200px;
}
.bf-wj-item-ttl,
.bf-wj-item-ttl span {
  background: linear-gradient(0deg, #a97321, #ebdc64, #a97321);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bf-wj-item-ttl {
  font-size: 40px;
  letter-spacing: 0.05em;
  margin: 0 auto 40px;
}
.bf-wj-item-ttl span {
  font-size: 64px;
}
.bf-wj-item-wrap {
  margin: 0 auto 35px;
  align-items: flex-start;
}
.bf-wj-item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
}
.bf-wj-item div {
  position: relative;
  margin-bottom: 20px;
  background: #201d1a;
  transition: all 0.3s ease;
}
.bf-wj-item div img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bf-wj-item div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #a49d5b 50%, #000000 75%, #000000 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.bf-wj-item:hover div::before {
  opacity: 1;
}
/* .bf-wj-item:hover img {
  background: linear-gradient(
    135deg,
    #000000 0%,
    #000000 25%,
    #a49d5b 50%,
    #000000 75%,
    #000000 100%
  );
} */
.swiper {
  margin: 0 auto !important;
  overflow: hidden !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  top: unset !important;
  width: unset !important;
  height: unset !important;
  margin-top: unset !important;
}
.swiper-nav {
  position: relative;
  top: 60px;
  margin: 0 auto 100px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1 / 1;
  background-image: url(../images/blackfriday/swiper-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(100%) brightness(100%);
  transition: filter 0.3s;
}
.swiper-button-next::before {
  transform: scaleX(-1);
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  filter: contrast(50%) brightness(150%);
}
.swiper-pagination {
  position: absolute;
  bottom: 15px !important;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.br-390 {
  display: none;
}

.bf-bnr {
  padding: 120px 40px;
}
.bf-bnr ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.bf-bnr li {
  background: #aaaaaa;
  width: calc(50% - 20px);
  height: 330px;
}

.bf-cp-brand {
  text-align: left;
  margin: 0 auto 40px;
  max-width: 800px;
}

.bf-cp-brand p {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.bf-cp-brand > p:first-child {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  .bf-fv img {
    padding-bottom: 180px;
  }
  .bf-btn-wrap {
    max-width: 900px;
  }
  .bf-btn > p:first-child,
  .bf-btn-bj p,
  .bf-btn-wj p span {
    font-size: 13px;
  }
  .bf-btn a {
    height: 140px;
  }
  .bf-btn-bj img {
    margin-bottom: -16px;
    max-width: 200px;
  }
  .bf-btn-wj p {
    font-size: 22px;
  }
  .bf-btn-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid;
    bottom: 18px;
  }

  .bf-bj-ttl {
    max-width: 480px;
  }
  .bf-bj-bubble .num {
    font-size: 24px;
  }
  .bf-bj-bubble .sml {
    font-size: 15px;
  }
  .bf-bj-bubble .nml {
    font-size: 20px;
  }
  .bf-bj-lead1 {
    font-size: 24px;
  }
  .bf-bj-lead2 {
    font-size: 26px;
  }
  .bf-bj-lead2 span {
    font-size: 34px;
  }
  .bf-cp-wrap {
    flex-direction: column;
    padding-inline: 120px;
    margin-bottom: 0;
  }
  .bf-cp-sp {
    display: flex;
    justify-content: space-between;
  }
  .bf-cp {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
  .bf-cp-detail {
    max-width: 1200px;
    margin-top: 0;
    padding-inline: 120px;
  }
  .bf-bj-item {
    padding-inline: 120px;
    flex-direction: column;
  }
  .bf-bj-item div {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  .bf-bj-item a {
    width: calc(100% / 2 - 30px);
  }

  .bf-wj {
    padding-block: 150px;
    background-size: auto 540px;
  }
  .bf-pu-ttl {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  .bf-pu-ttl .sml {
    font-size: 20px;
  }
  .bf-pu-ttl .big {
    font-size: 50px;
  }
  .bf-pu-ttl .nml {
    font-size: 24px;
  }
  .bf-pu-ttl::before {
    left: 3%;
    border-left: 80px solid #fff;
  }
  .bf-pu-ttl::after {
    right: 3%;
    border-right: 80px solid #fff;
  }
}
@media screen and (max-width: 928px) {
  .bf-fv img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .bf-fv {
    background-image: url(../images/blackfriday/fv-bg-sp.jpg);
  }
  .bf-fv img {
    max-width: 425px;
    padding-block: 40px 20vw;
  }
  .bf-lead-text {
    text-align: left;
    font-size: 16px;
    padding-top: 80px;
  }
  .bf-lead-text span {
    font-size: 16px;
  }
  .bf-btn-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }
  .bf-btn-sp {
    display: flex;
    justify-content: space-between;
  }
  .bf-btn {
    width: calc(100% / 2 - 10px);
  }
  .bf-btn-wrap > div:first-child {
    width: 80%;
    /* max-width: 300px;
    margin-bottom: 40px; */
  }
  .bf-btn-bj {
    max-width: 280px;
    margin-bottom: 40px;
  }
  .bf-btn-wj img {
    width: 40%;
  }

  .bf-bj {
    padding: 120px 25px;
  }
  .bf-cp-wrap,
  .bf-cp-detail {
    padding-inline: 30px;
  }
  .bf-cp-code-wrap {
    flex-direction: column;
  }
  .bf-cp-code-pre {
    width: 100%;
    border-right: none;
    position: relative;
    margin-bottom: 0;
  }
  .bf-cp-code-pre::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 25px auto 0;
  }
  .bf-cp-code {
    width: 100%;
    margin-block: 20px 40px;
  }

  .bf-popup-box {
    padding: 30px 25px;
    max-width: 360px;
  }
  .bf-popup-ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .bf-popup-wrap {
    flex-direction: column;
    align-items: center;
  }
  .bf-popup-detail {
    width: 100%;
  }
  .bf-cp-arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #c93213;
    border-bottom: none;
    margin: 10px auto;
    top: 0;
    transform: translateY(0);
  }
  .bf-popup-detail p {
    font-size: 14px;
    margin-top: 0;
  }
  .bf-bj-item {
    padding-inline: 30px;
  }
  .bf-bj-btn {
    padding-inline: 0;
  }

  .bf-wj {
    padding: 100px 25px;
    background-size: auto 380px;
  }
  .bf-wj-ttl {
    margin-bottom: 130px;
  }
  .bf-pu-ttl {
    line-height: 1.2;
  }
  .bf-pu-ttl::before,
  .bf-pu-ttl::after {
    top: 17%;
  }
  .bf-all-btn {
    height: 64px;
    max-width: 360px;
    font-size: 16px;
    margin: 60px auto;
  }
  .bf-bj .bf-all-btn {
    max-width: 400px;
  }
}
@media screen and (max-width: 625px) {
  .bf-fv img {
    padding-bottom: 40vw;
  }
  .bf-btn a {
    height: 110px;
  }
  .bf-btn-bj {
    max-width: 220px;
    margin-bottom: 20px;
  }
  .bf-btn-bj img {
    margin-block: -10px -14px;
    max-width: 150px;
  }

  .bf-btn-wj > div:first-child {
    margin-inline: 10px;
  }
  .bf-btn-wj p {
    font-size: 18px;
  }
  .bf-btn-bj p,
  .bf-btn-wj p span {
    font-size: 12px;
  }
  .bf-btn-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid;
    bottom: 16px;
  }

  .bf-bj-ttl {
    max-width: 360px;
  }
  .bf-bj-bubble .num {
    font-size: 20px;
  }
  .bf-bj-bubble .sml {
    font-size: 12px;
  }
  .bf-bj-bubble .nml {
    font-size: 16px;
  }
  .bf-cp-wrap {
    padding-inline: 0;
  }
  .bf-cp-detail {
    padding-inline: 0;
  }
  .bf-bj-item {
    padding-inline: 0;
  }
  .bf-bj-item a {
    width: calc(100% / 2 - 10px);
  }
  .bf-bj-btn {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
  .bf-bj-btn a {
    max-width: 360px;
    width: 100%;
  }

  .bf-wj-ttl p {
    width: 280px;
    height: 140px;
    font-size: 40px;
  }
  .bf-wj-ttl span {
    font-size: 18px;
  }
  .bf-pu-wrap {
    padding-inline: 10px;
  }
  .bf-pu-wrap > img:first-child {
    width: 130px;
    top: -28px;
  }
  .bf-tab-btn {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .bf-tab-btn div {
    margin-inline: 0;
    width: calc(100% / 4 - 10px);
  }
  .bf-tab-btn div img:first-child {
    left: -5px;
  }

  .bf-item-name {
    font-size: 18px;
  }
  .bf-tab-content-ttl .bf-item-price {
    font-size: 15px;
  }
  .bf-item-price span {
    font-size: 22px;
  }
  .bf-wj-item-ttl {
    font-size: 35px;
  }
  .bf-wj-item-ttl span {
    font-size: 54px;
  }

  .bf-bnr ul {
    flex-direction: column;
  }
  .bf-bnr li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bf-lead-text {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .bf-btn-wrap {
    padding-inline: 10px;
    max-width: 400px;
  }
  .bf-btn {
    width: calc(100% / 2 - 5px);
  }
  .bf-btn a {
    height: 100px;
  }
  .bf-btn-bj {
    max-width: 200px;
  }
  .bf-btn-bj img {
    margin-block: -15px -10px;
    max-width: 120px;
  }
  .bf-btn-bj p,
  .bf-btn-wj p span {
    font-size: 10px;
  }
  .bf-btn-wj img {
    width: 33%;
  }
  .bf-btn-wj p {
    font-size: 16px;
    width: 67%;
  }

  .bf-bj {
    padding: 80px 25px;
  }
  .bf-bj-ttl {
    max-width: 300px;
  }
  .bf-bj-bubble .num {
    font-size: 17px;
  }
  .bf-bj-bubble .sml {
    font-size: 11px;
  }
  .bf-bj-bubble .nml {
    font-size: 14px;
  }
  .bf-cp {
    height: 120px;
  }
  .bf-bj-lead1 {
    font-size: 18px;
  }
  .bf-bj-lead2 {
    font-size: 21px;
  }
  .bf-bj-lead2 span {
    font-size: 25px;
  }
  .bf-cp-pre {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .bf-cp-off {
    font-size: 27px;
  }
  .bf-cp-off span {
    font-size: 17px;
  }
  .bf-cp-cp {
    font-size: 18px;
  }
  .bf-cp-detail {
    font-size: 12px;
  }
  .bf-cp-code-wrap {
    margin-bottom: 40px;
  }
  .bf-cp-code-pre span {
    font-size: 15px;
  }
  .bf-cp-code-pre {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 30px;
  }
  .bf-cp-code-pre::after {
    margin-top: 18px;
  }
  .bf-cp-code {
    margin-block: 12px 30px;
  }
  .bf-cp-code p {
    font-size: 24px;
  }
  .bf-cp-code img {
    width: 18px;
  }

  .bf-bj-btn a {
    max-width: 280px;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .bf-bj-btn span {
    font-size: 13px;
  }
  .bf-pu-wrap {
    padding-bottom: 0;
  }
  .bf-pu-ttl::before {
    border-left: 40px solid #fff;
  }
  .bf-pu-ttl::after {
    border-right: 40px solid #fff;
  }

  .bf-tab-content-ttl {
    margin: 20px 0;
    flex-direction: column;
  }
  .bf-tab-content-ttl .bf-item-price {
    text-align: left;
    margin-bottom: 15px;
  }

  .bf-tab-content ul {
    flex-wrap: wrap;
    height: clamp(300px, 95vw, 400px);
  }
  .bf-tab-content ul li {
    flex-direction: row;
  }
  .bf-tab-content-list-l,
  .bf-tab-content-list-r {
    width: 100%;
    margin-bottom: 4px;
  }
  .bf-tab-content-list-l {
    height: 70%;
  }
  .bf-tab-content-list-r {
    height: 30%;
  }
  .bf-tab-content-list-l div {
    margin-right: 0;
  }
  .bf-tab-content-list-r > div:first-child {
    margin-bottom: 0;
    margin-right: 2px;
  }
  .bf-tab-content-list-r > div:last-child {
    margin-top: 0;
    margin-left: 2px;
  }

  .bf-item-name span,
  .bf-item-price {
    line-height: 1.6;
  }
  .bf-tab-content-text {
    padding: 16px;
    font-size: 14px;
    margin-inline: 12px;
  }
  .bf-wj-item-ttl {
    font-size: 28px;
  }
  .bf-wj-item-ttl span {
    font-size: 45px;
  }

  .swiper-pagination {
    gap: 10px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .bf-bj .bf-item-name,
  .swiper .bf-item-name {
    font-size: 16px;
  }

  .bf-cp-brand {
    margin-bottom: 20px;
  }

  .bf-cp-brand p {
    font-size: 16px;
  }
  .bf-cp-brand > p:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .bf-bj-ttl {
    max-width: 240px;
  }
  .bf-bj-bubble {
    top: -22%;
    right: -14%;
    width: 24%;
  }
  .bf-cp {
    height: 90px;
  }
  .bf-cp-pre {
    font-size: 12px;
  }
  .bf-cp-off {
    font-size: 18px;
  }
  .bf-cp-off span,
  .bf-cp-cp {
    font-size: 14px;
  }
  .bf-wj-ttl p {
    width: 220px;
    height: 120px;
    font-size: 36px;
  }
  .bf-tab-btn div img:first-child {
    width: 40px;
  }
  .br-390 {
    display: block;
  }
  #jewelry .bf-wj-item-ttl {
    line-height: 1.2;
  }
}
@media screen and (max-width: 350px) {
  .bf-pu-ttl::before,
  .bf-pu-ttl::after {
    display: none;
  }
  .bf-wj-item-ttl {
    font-size: 24px;
  }
  .bf-wj-item-ttl span {
    font-size: 44px;
  }
  .bf-all-btn {
    height: 56px;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: 30px;
  }
  .swiper-pagination {
    bottom: 12px !important;
    gap: 5px;
  }
  .bf-bj .bf-all-btn {
    font-size: 15px;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.fadeUp.active2 {
  opacity: 1;
  transform: translate(0);
}
