.ib_item {
  display: inline-block;
}

.text_base {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .text_base {
    font-size: 14px;
  }
}

div.contents20250808timesale {
  background: #fff;
}
div.contents20250808timesale img {
  width: 100%;
}
div.contents20250808timesale p,
div.contents20250808timesale h2 {
  padding: 0;
  margin: 0;
}
div.contents20250808timesale .contents_top .top_img {
  width: 100%;
  text-align: center;
}
div.contents20250808timesale .contents_top .top_img img {
  width: 1400px;
}
@media (max-width: 1400px) {
  div.contents20250808timesale .contents_top .top_img img {
    width: 100%;
  }
}
div.contents20250808timesale .contents_top .top_color {
  background: #fff;
}
div.contents20250808timesale .contents_top .top_comment {
  width: 700px;
  margin: 48px auto 0;
}
@media (max-width: 810px) {
  div.contents20250808timesale .contents_top .top_comment {
    width: 100%;
    padding: 0 32px;
    margin: 24px auto 0;
  }
}
div.contents20250808timesale .item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f9f9f9;
  border-left: 20px solid #c90000;
  border-right: 3px solid #d7d7d7;
  border-top: 3px solid #c90000;
  border-bottom: 3px solid #d7d7d7;
  max-width: 1400px;
  margin: 48px auto 2%;
}
@media (max-width: 1400px) {
  div.contents20250808timesale .item_title {
    margin: 48px 24px 5%;
  }
}
@media (max-width: 640px) {
  div.contents20250808timesale .item_title {
    flex-direction: column;
    row-gap: 10px;
    margin: 30px 0 5%;
    border-left: 12px solid #c90000;
  }
}
div.contents20250808timesale .item_title h2 {
  font-weight: 600;
  color: #333;
  font-size: clamp(18px, 3vw, 36px);
  line-height: 2;
}
div.contents20250808timesale .item_title a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 2;
  background: #c90000;
  color: #fff;
  text-align: center;
  padding: 0.5% 2%;
  border: 1px solid #c90000;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}
@media (max-width: 640px) {
  div.contents20250808timesale .item_title a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  div.contents20250808timesale .item_title a {
    font-size: 14px;
  }
}
div.contents20250808timesale .item_title a:hover {
  background: #fff;
  color: #c90000;
}
div.contents20250808timesale .sp_box {
  width: 100%;
}
@media (max-width: 640px) {
  div.contents20250808timesale .sp_box {
    overflow-x: scroll;
  }
}
div.contents20250808timesale .item_area {
  width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1400px) {
  div.contents20250808timesale .item_area {
    width: 100%;
    padding: 0 24px;
    gap: 16px;
  }
}
@media (max-width: 810px) {
  div.contents20250808timesale .item_area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  div.contents20250808timesale .item_area {
    display: flex;
    width: 320%;
    padding: 12px;
    gap: 0;
  }
}
@media (max-width: 640px) {
  div.contents20250808timesale .item_area p {
    padding: 12px;
  }
}
div.contents20250808timesale .item_area p a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  border-radius: 12px;
  transition: 0.4s;
  height: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
div.contents20250808timesale .item_area p a img {
  border-radius: 12px 12px 0 0;
}
div.contents20250808timesale .item_area p a:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
div.contents20250808timesale .item_area p a > span {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
div.contents20250808timesale .item_area p a > span > span {
  display: inline-block;
}
div.contents20250808timesale .item_area p a > span > span:nth-child(1) {
  width: 100%;
  font-size: 14px;
  margin-bottom: 4px;
}
div.contents20250808timesale .item_area p a > span > span:nth-child(2) {
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 1em;
}
div.contents20250808timesale .item_area p a > span > span:nth-child(3) {
  font-weight: 700;
  color: #c90000;
  margin-right: 1em;
  font-size: 24px;
}
@media (max-width: 810px) {
  div.contents20250808timesale .item_area p a > span > span:nth-child(3) {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  div.contents20250808timesale .item_area p a > span > span:nth-child(3) {
    font-size: 24px;
  }
}
div.contents20250808timesale .item_area p a > span > span:nth-child(4) {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: 1px solid #c90000;
  background: #c90000;
  padding: 2px 8px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  div.contents20250808timesale .item_area p a > span > span:nth-child(4) {
    width: 95%;
    margin: 2% auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  div.contents20250808timesale .item_area p a > span > span:nth-child(4) {
    font-size: 16px;
  }
}
div.contents20250808timesale .item_area p a > span.discount {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  background: #c90000;
  color: #fff;
  border-radius: 0 0 12px 0;
}
div.contents20250808timesale .item_area p a span.bundle_area {
  width: 100%;
  padding-top: 0;
}
div.contents20250808timesale .item_area p a span.bundle_area::before {
  content: "";
  display: block;
  width: 100%;
  font-size: 14px;
  color: #c90000;
  font-weight: 700;
  margin-bottom: 3px;
  padding-bottom: 3px;
  background-image: url("https://osmosis.itembox.design/item/img/contents/2023aw/0825timesale/20off.svg?4");
  background-repeat: no-repeat;
  background-size: 66%;
  height: 30px;
}
div.contents20250808timesale .item_area p a span.bundle_area > span:nth-child(1) {
  font-weight: 700;
  color: #c90000;
  margin-right: 12px;
  font-size: 16px;
  width: auto;
}
div.contents20250808timesale .item_area p a span.bundle_area > span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  color: #c90000;
  border: 1px solid #c90000;
  padding: 0 8px;
  border-radius: 4px;
  text-decoration: none;
}
div.contents20250808timesale .rank_item_area {
  position: relative;
}
@media (max-width: 640px) {
  div.contents20250808timesale .rank_item_area {
    width: 800%;
  }
}
div.contents20250808timesale .rank_item_area .rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
div.contents20250808timesale .rank_item_area .rank_1 {
  background: #d9b340;
}
div.contents20250808timesale .rank_item_area .rank_2 {
  background: #6f7b83;
}
div.contents20250808timesale .rank_item_area .rank_3 {
  background: #a15326;
}
div.contents20250808timesale .event_link {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding-block: 8%;
}
@media (max-width: 640px) {
  div.contents20250808timesale .event_link {
    width: 90%;
  }
}
div.contents20250808timesale .event_link p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
div.contents20250808timesale .event_link a:hover {
  filter: brightness(0.9);
}

div.btn_area p {
  width: 40%;
}
@media (max-width: 860px) {
  div.btn_area p {
    width: 60%;
  }
}

div.btn_area p a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 860px) {
  div.btn_area p a {
    font-size: 14px;
    padding: 14px 24px;
  }
}/*# sourceMappingURL=0808timesale.css.map */