.flex_c_c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

div.timesale20260213 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
div.timesale20260213 p, div.timesale20260213 a {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
div.timesale20260213 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.timesale20260213 div.top_banner {
  max-width: 1200px;
  margin-inline: auto;
  background: #fff;
}
@media (max-width: 1200px) {
  div.timesale20260213 div.top_banner {
    width: 100%;
  }
}
div.timesale20260213 div.contents_top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  justify-content: center;
}
@media screen and (max-width: 1201px) {
  div.timesale20260213 div.contents_top {
    width: 100%;
  }
}
div.timesale20260213 div.contents_top div.top {
  width: 100%;
  height: 24px;
  background: #c00000;
  order: 0;
}
div.timesale20260213 div.contents_top div.top_left {
  width: 55%;
  padding: 24px;
  order: 1;
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.contents_top div.top_left {
    width: 88%;
    padding: 0;
    margin: 12px 0;
  }
}
div.timesale20260213 div.contents_top div.top_left div:nth-child(1), div.timesale20260213 div.contents_top div.top_left div:nth-child(3) {
  transform: translateX(-30px);
}
div.timesale20260213 div.contents_top div.top_left div:nth-child(2) {
  background: #c00000;
  padding: 12px 20%;
  margin: 16px 0;
  transform: translateX(30px);
}
div.timesale20260213 div.contents_top div.top_right {
  width: 37%;
  background: #c00000;
  border-radius: 50%;
  order: 2;
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.contents_top div.top_right {
    width: 100%;
    padding: 20% 0;
    order: 3;
  }
}
div.timesale20260213 div.contents_top div.top_right > div {
  width: 100%;
}
div.timesale20260213 div.contents_top div.top_right > div:nth-child(1), div.timesale20260213 div.contents_top div.top_right > div:nth-child(3) {
  padding: 3% 10%;
  transform: translateX(-30px);
}
div.timesale20260213 div.contents_top div.top_right > div:nth-child(2) {
  width: 20%;
  margin: 16px 0;
  transform: translateY(-30px);
}
div.timesale20260213 div.contents_top div.top_right2 {
  background: #c00000;
  width: 5%;
  margin-left: 3%;
  padding: 2% 1.5%;
  order: 3;
  position: relative;
}
div.timesale20260213 div.contents_top div.top_right2 > div {
  transform: translateY(-60px);
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.contents_top div.top_right2 {
    width: 9%;
    order: 2;
    padding: 2%;
  }
}
div.timesale20260213 div.contents_top div.top_date {
  width: 50%;
  margin-top: 16px;
  order: 4;
}
div.timesale20260213 div.contents_top div.top_date > div {
  transform: translateY(60px);
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.contents_top div.top_date {
    width: 100%;
  }
}
div.timesale20260213 .tO {
  transition: 0.8s;
  opacity: 0;
}
div.timesale20260213 .tO.inview {
  opacity: 1;
  transform: translateX(0) !important;
}
div.timesale20260213 div.comment {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #c00000;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.comment {
    padding: 0;
    margin-bottom: 32px;
  }
}
div.timesale20260213 div.comment p {
  width: 600px;
  margin: auto;
  font-size: 16px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.comment p {
    width: 100%;
    padding: 24px;
  }
}
div.timesale20260213 div.comment p span {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
  color: #333333;
  background: rgba(255, 127, 127, 0.23);
  padding: 4px;
  margin: 0 2px;
  background: linear-gradient(transparent 30%, rgba(255, 127, 127, 0.23) 65%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
div.timesale20260213 div.comment p span.attention {
  display: block;
  font-size: 12px;
  line-height: 21px;
  border: 3px solid #c00000 !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  padding: 16px;
  color: #c00000 !important;
  position: relative;
  background: none;
}
div.timesale20260213 div.comment p span.attention::after {
  content: "ATTENTION";
  position: absolute;
  top: -14px;
  left: 15px;
  font-size: 14px !important;
  margin: 0;
  padding: 0 16px;
  background: #c00000 !important;
  color: #fff !important;
}
div.timesale20260213 div.title_link {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-left: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 640px) {
  div.timesale20260213 div.title_link {
    padding-left: 32px;
    flex-direction: column;
    align-items: center;
  }
}
div.timesale20260213 div.title_link p.title {
  width: 50%;
  padding: 12px;
}
@media (max-width: 640px) {
  div.timesale20260213 div.title_link p.title {
    width: 80%;
    margin: 0 auto;
  }
}
div.timesale20260213 div.title_link a {
  width: 40%;
  font-size: 18px;
  color: #fff;
  background: #c00000;
  border: #c00000 1px solid;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  div.timesale20260213 div.title_link a {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }
}
div.timesale20260213 div.item_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 12px 12px 64px;
}
@media screen and (max-width: 1201px) {
  div.timesale20260213 div.item_list {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.item_list {
    padding: 8px 8px 8px 32px;
  }
}
div.timesale20260213 div.item_list p {
  width: 33.3333333333%;
  padding: 12px;
  margin: 0 0 12px;
}
@media screen and (max-width: 840px) {
  div.timesale20260213 div.item_list p {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.item_list p {
    padding: 8px;
  }
}
div.timesale20260213 div.item_list p.title {
  width: 100%;
  padding-right: 50%;
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.item_list p.title {
    padding-right: 20%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20260213 div.item_list p.topitem {
    width: 100%;
  }
}
div.timesale20260213 div.item_list 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.timesale20260213 div.item_list p a:hover {
  border: 2px solid #c00000;
}
div.timesale20260213 div.item_list p a img {
  border-radius: 12px 12px 0 0;
}
div.timesale20260213 div.item_list p a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2% 4%;
  font-size: 16px;
}
@media (max-width: 1200px) {
  div.timesale20260213 div.item_list p a span {
    font-size: 1.3vw;
  }
}
@media (max-width: 810px) {
  div.timesale20260213 div.item_list p a span {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  div.timesale20260213 div.item_list p a span {
    font-size: 3vw;
    justify-content: center;
  }
}
div.timesale20260213 div.item_list p a span :nth-child(1) {
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  display: block;
  padding: 0%;
}
div.timesale20260213 div.item_list p a span :nth-child(2) {
  text-decoration: line-through;
  margin-right: 12px;
  padding: 0%;
}
div.timesale20260213 div.item_list p a span :nth-child(3) {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
  font-size: 1.5em;
  padding: 0%;
}
@media (max-width: 640px) {
  div.timesale20260213 div.item_list p a span :nth-child(3) {
    font-size: 1.3em;
  }
}
div.timesale20260213 div.item_list p a span :nth-child(3)::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
}
div.timesale20260213 div.item_list p a span:nth-child(4) {
  font-weight: 700;
  font-size: 0.9em;
  color: #c00000;
  border: 1px solid #c00000;
  padding: 0% 8px;
  border-radius: 4px;
}
@media (max-width: 640px) {
  div.timesale20260213 div.item_list p a span:nth-child(4) {
    font-size: 1.2em;
    margin-top: 2%;
    margin-bottom: 3%;
  }
}
div.timesale20260213 div.item_list p a span.bundle_area {
  width: 100%;
  padding-top: 0;
}
div.timesale20260213 div.item_list 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: 260px;
  height: 34px;
}
@media (max-width: 810px) {
  div.timesale20260213 div.item_list p a span.bundle_area::before {
    background-size: 100%;
    height: 5vw;
  }
}
div.timesale20260213 div.item_list p a span.bundle_area > span:nth-child(1) {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
  font-size: 26px;
  margin-top: -2px;
  width: auto;
  text-decoration: none;
}
div.timesale20260213 div.item_list p a span.bundle_area > span:nth-child(1)::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  div.timesale20260213 div.item_list p a span.bundle_area > span:nth-child(1) {
    font-size: 2.5vw;
  }
}
@media (max-width: 810px) {
  div.timesale20260213 div.item_list p a span.bundle_area > span:nth-child(1) {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  div.timesale20260213 div.item_list p a span.bundle_area > span:nth-child(1) {
    font-size: 5vw;
    margin-top: -5%;
  }
}
div.timesale20260213 div.item_list 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;
}
div.timesale20260213 div.item_list img {
  width: 100%;
}
div.timesale20260213 a.btn_bt {
  font-size: 16px;
  color: #fff;
  background: #c00000;
  border: #c00000 1px solid;
  padding: 20px 0;
  width: 360px;
  text-align: center;
  margin: 5% auto;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 810px) {
  div.timesale20260213 a.btn_bt {
    width: 80%;
  }
}
div.timesale20260213 a.btn_bt:hover {
  background: #fff;
  color: #c00000;
  transition: 0.5s;
}

div.to_category {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  transform: translateY(100vh);
}
div.to_category.inview_box_in {
  transform: translateY(0);
}
div.to_category p {
  width: 1200px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1201px) {
  div.to_category p {
    width: calc(100% - 24px);
    margin: 0 auto 12px;
  }
}
div.to_category p a {
  border-bottom: 2px solid #c00000;
  padding: 8px;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  position: relative;
}
div.to_category p a > img {
  width: 30%;
  filter: drop-shadow(0 0 8px #fff);
}
@media screen and (max-width: 640px) {
  div.to_category p a > img {
    width: 70%;
  }
}
div.to_category p a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  background: #c00000;
  padding: 64px 0;
}
@media screen and (max-width: 640px) {
  div.to_category p a span {
    width: 20px;
    padding: 48px 0;
  }
}
div.to_category p a span img {
  width: 50%;
}
div.to_category p a span.padd {
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  div.to_category p a span.padd {
    width: 24px;
  }
}
div.to_category p a span.padd img {
  width: 70%;
}
@media screen and (max-width: 640px) {
  div.to_category p a span.padd img {
    width: 100%;
  }
}/*# sourceMappingURL=0213timesale.css.map */