div.content20251128 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
div.content20251128 p, div.content20251128 a {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
div.content20251128 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.content20251128 div.banner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  div.content20251128 div.banner {
    width: 100%;
  }
}
div.content20251128 p.lead {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  width: 70%;
  margin: 5% auto;
}
@media (max-width: 640px) {
  div.content20251128 p.lead {
    width: 90%;
    font-size: 3vw;
    line-height: 6vw;
  }
}
div.content20251128 div.content1 {
  width: 100%;
  margin: 0% auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15%;
}
@media (max-width: 1024px) {
  div.content20251128 div.content1 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 {
    align-items: center;
  }
}
div.content20251128 div.content1 div {
  width: 65%;
  padding: 0.8%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div {
    width: 100%;
  }
}
div.content20251128 div.content1 .w2 {
  width: 35%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .w2 {
    width: 80%;
  }
}
div.content20251128 div.content1 .w3 {
  width: 68.65%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .w3 {
    width: 68.65%;
  }
}
div.content20251128 div.content1 .w4 {
  width: 31.35%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .w4 {
    width: 31.35%;
  }
}
div.content20251128 div.content1 .ma1 {
  margin-top: 8%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .ma1 {
    margin-top: 0%;
  }
}
div.content20251128 div.content1 h1 {
  width: 100%;
  font-size: 5.5vw;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 h1 {
    font-size: 8.5vw;
  }
}
div.content20251128 div.content1 h1::before {
  content: "";
  position: absolute;
  border-bottom: #000 solid 1.1vw;
  left: 0%;
  top: 24%;
  width: 28%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 h1::before {
    width: 22%;
    border-bottom: #000 solid 1.4vw;
  }
}
div.content20251128 div.content1 h1::after {
  content: "";
  position: absolute;
  border-bottom: #000 solid 1.1vw;
  right: 0%;
  bottom: 24%;
  width: 28%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 h1::after {
    width: 22%;
    border-bottom: #000 solid 1.4vw;
  }
}
div.content20251128 div.content1 div.credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2%;
  width: 65%;
  margin-top: -8%;
}
@media (max-width: 1024px) {
  div.content20251128 div.content1 div.credit {
    margin-top: -9%;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit {
    width: 40%;
    margin-top: 0%;
    align-items: center;
  }
}
div.content20251128 div.content1 div.credit p {
  width: 47%;
  padding: 1% 3%;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit p {
    width: 100%;
    margin: 5% auto;
  }
}
div.content20251128 div.content1 div.credit p a {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2vw;
  justify-content: space-between;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1024px) {
  div.content20251128 div.content1 div.credit p a {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit p a {
    font-size: 3.5vw;
  }
}
div.content20251128 div.content1 div.credit p a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -20%;
  background: #000;
  width: 100%;
  height: 0.2vw;
}
@media (max-width: 1024px) {
  div.content20251128 div.content1 div.credit p a::after {
    height: 0.25vw;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit p a::after {
    height: 0.5vw;
  }
}
div.content20251128 div.content1 div.credit p a:hover::after {
  transition: 1s;
  width: 10%;
}
div.content20251128 div.content1 div.credit p a span {
  display: block;
  box-sizing: border-box;
  font-size: 1vw;
}
@media (max-width: 1024px) {
  div.content20251128 div.content1 div.credit p a span {
    font-size: 1.5vw;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit p a span {
    font-size: 3vw;
  }
}
div.content20251128 div.content1 div.credit p a span.sale_area {
  display: flex;
  margin: 0 0 0 auto;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 div.credit p a span.sale_area {
    width: 100%;
  }
}
div.content20251128 div.content1 div.credit p a span.sale_area span.proper {
  text-decoration: line-through;
  margin-right: 5%;
}
div.content20251128 div.content1 div.credit p a span.sale_area span.sale {
  font-weight: bold;
  margin-left: 5%;
  font-size: 1.2em;
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .od2 {
    order: 2;
    width: 60%;
  }
}
@media (max-width: 640px) {
  div.content20251128 div.content1 .od3 {
    order: 3;
  }
}/*# sourceMappingURL=1128content.css.map */