.kyushu_sale {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}
.kyushu_sale .bg {
  background-image: url(/img/kyushu/kyushu_sale/bg.png);
  background-attachment: fixed;
  background-size: cover;
}
.kyushu_sale .ttl {
  max-width: 600px;
  margin: 0 auto -60px;
}
.kyushu_sale .inner {
  max-width: 1200px;
  margin: auto;
}
.ichioshi_ttl img {
  max-width: 1000px;
  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%); */
  /* background: #ffffff73; */
}
.ichioshi .more_btn img {
  width: 65%;
  margin: 30px auto;
}
.ichioshi .item .flex {
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
.ichioshi .item .flex li {
  width: calc(100% / 2 - 10%);
}
.ichioshi .item .flex li:first-child {
  width: calc(100% / 1 - 35%);
}
.ichioshi .item .button img {
  max-width: 350px;
  margin: auto;
  padding: 8px 0 22px;
}
.kyushu_sale .ttl_sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  padding: 40px 0;
  /* background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%); */
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  color: #000;
  /* -webkit-text-fill-color: transparent; */
  line-height: 95%;
}
/* 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;
}
.other {
  margin: auto;
  max-width: 500px;
  padding: 15px;
}
.other a {
  pointer-events: painted !important;
}
/* ページトップへ戻るボタン */
.pagetop {
  background: #ca246a;
}
@media screen and (max-width: 767px) {
  .ichioshi .item .flex li {
    width: calc(100% / 1 - 2%);
  }
  .ichioshi .item .flex li:first-child {
    width: calc(100% / 1 - 2%);
  }
  .ichioshi .item {
    padding: 15px 5px;
  }
  .lineup .flex li {
    width: calc(100% / 2 - 10px);
  }
  .pagetop {
    bottom: 100px;
  }
}
