div.contents20220826timesale img {
  width: 100%;
}

div.contents20220826timesale p,
div.contents20220826timesale h2 {
  padding: 0;
  margin: 0;
}

div.contents20220826timesale .contents_top .top_img {
  width: 100%;
  background: #db001a;
  text-align: center;
}

div.contents20220826timesale .contents_top .top_img img {
  width: 1400px;
}

@media (max-width: 1400px) {
  div.contents20220826timesale .contents_top .top_img img {
    width: 100%;
  }
}

div.contents20220826timesale .contents_top .top_color {
  background: #fff;
}

div.contents20220826timesale .contents_top .top_comment {
  width: 700px;
  margin: 48px auto 0;
}

@media (max-width: 810px) {
  div.contents20220826timesale .contents_top .top_comment {
    width: 100%;
    padding: 0 32px;
    margin: 24px auto 0;
  }
}

div.contents20220826timesale .item_title h2 {
  width: 1400px;
  margin: 48px auto 0;
  font-family: "Teko", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 24px;
  font-size: 40px;
  line-height: 34px;
}

@media (max-width: 1400px) {
  div.contents20220826timesale .item_title h2 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  div.contents20220826timesale .item_title h2 {
    padding: 0 24px;
  }
}

div.contents20220826timesale .sp_box {
  width: 100%;
}

@media (max-width: 640px) {
  div.contents20220826timesale .sp_box {
    overflow-x: scroll;
  }
}

div.contents20220826timesale .item_area {
  width: 1400px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1400px) {
  div.contents20220826timesale .item_area {
    width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 810px) {
  div.contents20220826timesale .item_area {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  div.contents20220826timesale .item_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320%;
    padding: 12px;
    gap: 0;
  }
}

@media (max-width: 640px) {
  div.contents20220826timesale .item_area p {
    padding: 12px;
  }
}

div.contents20220826timesale .item_area p a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  border-radius: 12px;
  -webkit-transition: 0.4s;
  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.contents20220826timesale .item_area p a img {
  border-radius: 12px 12px 0 0;
}

div.contents20220826timesale .item_area p a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

div.contents20220826timesale .item_area p a > span {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.contents20220826timesale .item_area p a > span > span {
  display: inline-block;
}

div.contents20220826timesale .item_area p a > span > span:nth-child(1) {
  width: 100%;
  font-size: 14px;
  margin-bottom: 4px;
}

div.contents20220826timesale .item_area p a > span > span:nth-child(2) {
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 12px;
}

div.contents20220826timesale .item_area p a > span > span:nth-child(3) {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
}

div.contents20220826timesale .item_area p a > span > span:nth-child(4) {
  font-weight: 700;
  font-size: 12px;
  color: #c00000;
  border: 1px solid #c00000;
  padding: 0 8px;
  border-radius: 4px;
}

div.contents20220826timesale .item_area p a > span.discount {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  background: #c00000;
  color: #fff;
  border-radius: 0 0 12px 0;
}

div.contents20220826timesale .item_area p a span.bundle_area {
  width: 100%;
  padding-top: 0;
}

div.contents20220826timesale .item_area p a span.bundle_area::before {
  content: "";
  display: block;
  width: 100%;
  font-size: 14px;
  color: #c00000;
  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.contents20220826timesale .item_area p a span.bundle_area > span:nth-child(1) {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
  font-size: 16px;
  width: auto;
}

div.contents20220826timesale .item_area p a span.bundle_area > span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  color: #c00000;
  border: 1px solid #c00000;
  padding: 0 8px;
  border-radius: 4px;
  text-decoration: none;
}
/*# sourceMappingURL=0826timesale.css.map */