.blackfriday {
  overflow: hidden;
}
.blackfriday .bg_bk {
  background-color: #000;
}
.blackfriday .bg {
  background-image: url(/img/kyushu/blackfriday/2025/bg.png);
  background-attachment: fixed;
  background-size: contain;
}
.blackfriday .bg_panda {
  background-image: url(/img/kyushu/blackfriday/2025/title-recommend-03.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.blackfriday .inner {
  max-width: 1200px;
  margin: auto;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 30px 10px;
}
.otoku .flex {
  justify-content: center;
}
.otoku .flex li {
  width: calc(100% / 3);
}
.ichioshi .bg_light {
  background-image: url(/img/kyushu/blackfriday/2025/title-hero-10th-pc-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.ichioshi .column .flex {
  justify-content: center;
  align-items: center;
}
.ichioshi .column img:nth-child(1) {
  width: 80%;
}
.ichioshi .column .flex img:nth-child(1) {
  width: 20%;
}
.ichioshi .column .flex img:nth-child(2) {
  width: 60%;
}
.ichioshi .ttl img {
  width: 80%;
  margin: -2px auto;
}
.ichioshi .item {
  margin: auto;
  padding: 20px 15px;
  border: solid 10px #b7000f;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.ichioshi .more_btn img {
  width: 65%;
  margin: 30px auto;
}
.ichioshi .item .flex {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.ichioshi .item .flex li {
  width: calc(100% / 3 - 1%);
}
.ichioshi .item .button img {
  width: 90%;
  margin: auto;
  padding: 10px 0 20px;
}
/* おすすめお酒 */
.liquor {
  color: #FFF;
  padding-top: 70px;
  background-image: url(/img/kyushu/blackfriday/2025/title-recommend-03.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.liquor .ttl {
  font-size: 10vw;
  text-align: center;
  margin: auto;
  line-height: 85%;
  font-stretch: normal;
  text-decoration: none;
  font-family: fantasy;
  font-weight: 400;
  /* padding-top: 100px; */
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.liquor .ttl_sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  padding-bottom: 20px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 95%;
}
.liquor_bg {
  background-image: url(/img/liquor/royalbrackla/top_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.liquor .bg_blur {
  background: #091b4159;
  backdrop-filter: blur(5px);
}
.liquor .recommend .flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.liquor .flex_recommend {
  width: 25%;
}
.liquor .abs_ttl {
  position: relative;
  top: 10px;
  z-index: 2;
  margin: -100px auto 0;
}
.liquor .item {
  position: relative;
  z-index: 1;
  top: -50px;
}
.liquor .item .flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.liquor .item .flex img {
  width: calc(100% / 9);
}
.liquor .banner {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  z-index: 1;
}
.liquor .abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 120vw;
  z-index: -1;
}
.liquor .banner .flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.liquor .banner .flex li {
  width: calc(100% / 2 - 20px);
  margin: 10px auto;
}
.liquor .banner .flex img {
  border-radius: 10px;
}
/* LINEUP */
.lineup {
  margin-top: 30px;
  position: relative;
  z-index: 0;
  /* background-image: url(/img/kyushu/blackfriday/2025/title-recommend-03.png); */
}
.lineup .flex {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.lineup .flex li {
  width: calc(100% / 3 - 10px);
  /* box-shadow: #0000006b 1px 1px 6px 0px; */
  border-radius: 20px;
  position: relative;
}
.lineup .flex li img {
  border-radius: 20px;
}
.lineup .flex .off {
  position: absolute;
  width: 40%;
  top: -15px;
  left: -10px;
}
/* 未成年 */
.stop {
  color: #FFF;
  width: 100%;
}
.stop .flex {
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px 30px;
}
.stop div {
  font-size: 12px;
}
.other {
  margin: auto;
    max-width: 500px;
    padding: 15px;
}
.other a {
  pointer-events: painted !important;
}
/* ページトップへ戻るボタン */
.pagetop {
  background: #ca246a;
}
/* 予告 */
.yokoku {
  position: fixed;
  width: 100%;
  bottom: -2px;
  z-index: 120;
  background-color: #fce830;
  padding: 10px 0;
}
.yokoku img {
  width: 90%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blackfriday .bg_panda {
    background-size: 50%;
    background-position: center right;
  }
  .liquor {
    background-size: 50%;
    background-position: center right;
  }
  .liquor .ttl {
    font-size: 50px;
  }
  .liquor p {
    font-size: 16px;
  }
  .liquor .ttl_sub {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .liquor .item .flex img {
    width: calc(100% / 5);
  }
  .ichioshi .item .flex li {
    width: calc(100% / 1 - 2%);
  }
  .ichioshi .item {
    padding: 15px 5px;
    border: solid 5px #b7000f;
  }
  .liquor .banner .flex li {
    width: calc(100% / 1 - 40px);
    margin: 5px auto;
  }
  .lineup .flex li {
    width: calc(100% / 2 - 10px);
  }
  .stop div {
    font-size: 10px;
  }
  .yokoku img {
    max-width: 300px;
  }
  .pagetop {
    bottom: 100px;
}
}
