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

ul,
li {
  margin: 0;
  padding: 0;
}

div.timesale20250718 div.contents_top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
  background: #fff;
}
@media screen and (max-width: 1201px) {
  div.timesale20250718 div.contents_top {
    width: 100%;
  }
}
div.timesale20250718 div.contents_top div.top {
  width: 100%;
  height: 24px;
  background: #c00000;
  order: 0;
}
div.timesale20250718 div.contents_top div.top_left {
  width: 55%;
  padding: 24px;
  order: 1;
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_left {
    width: 88%;
    padding: 0;
    margin: 12px 0;
  }
}
div.timesale20250718 div.contents_top div.top_left div:nth-child(1), div.timesale20250718 div.contents_top div.top_left div:nth-child(3) {
  transform: translateX(-30px);
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_left div:nth-child(1), div.timesale20250718 div.contents_top div.top_left div:nth-child(3) {
    width: 85%;
    margin-inline: auto;
  }
}
div.timesale20250718 div.contents_top div.top_left div:nth-child(2) {
  background: #c00000;
  padding: 12px 20%;
  margin: 16px 0;
  transform: translateX(30px);
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_left div:nth-child(2) {
    padding: 6px 20%;
  }
}
div.timesale20250718 div.contents_top div.top_right {
  width: 37%;
  margin-top: -1px;
  background: #c00000;
  border-radius: 50%;
  order: 2;
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_right {
    width: 100%;
    padding: 3% 0;
    border-radius: 0;
    order: 3;
  }
  div.timesale20250718 div.contents_top div.top_right .top_right_img {
    width: 80%;
    display: flex;
    justify-content: center;
  }
}
div.timesale20250718 div.contents_top div.top_right > div {
  width: 100%;
}
div.timesale20250718 div.contents_top div.top_right > div:nth-child(1), div.timesale20250718 div.contents_top div.top_right > div:nth-child(3) {
  padding: 3% 10%;
  transform: translateX(-30px);
}
div.timesale20250718 div.contents_top div.top_right > div:nth-child(2) {
  width: 20%;
  margin: 16px 0;
  transform: translateY(-30px);
}
div.timesale20250718 div.contents_top div.top_right2 {
  background: #c00000;
  width: 5%;
  margin-left: 3%;
  padding: 2% 1.5%;
  order: 3;
  position: relative;
}
div.timesale20250718 div.contents_top div.top_right2 > div {
  transform: translateY(-60px);
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_right2 {
    width: 9%;
    order: 2;
    padding: 2%;
    margin-top: -1px;
  }
}
div.timesale20250718 div.contents_top div.top_date {
  width: 50%;
  margin-top: 16px;
  order: 4;
}
div.timesale20250718 div.contents_top div.top_date > div {
  transform: translateY(60px);
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.contents_top div.top_date {
    width: 100%;
  }
}
div.timesale20250718 .tO {
  transition: 0.8s;
  opacity: 0;
}
div.timesale20250718 .tO.inview {
  opacity: 1;
  transform: translateX(0) !important;
}
div.timesale20250718 div.top_banner {
  max-width: 1200px;
  margin-inline: auto;
}
div.timesale20250718 div.top_banner img {
  width: 100%;
}
div.timesale20250718 div.comment {
  width: 100%;
  background: #fff;
  border-top: 2px solid #c00000;
  border-bottom: 2px solid #c00000;
  padding: 5% 0;
  margin-bottom: 5%;
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.comment {
    padding: 8% 0;
  }
}
div.timesale20250718 div.comment p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  div.timesale20250718 div.comment p {
    padding: 0;
  }
}
div.timesale20250718 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.timesale20250718 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.timesale20250718 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.timesale20250718 div.comment ul.caecory_link_list {
  max-width: 1000px;
  margin: 5% auto 0;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 640px) {
  div.timesale20250718 div.comment ul.caecory_link_list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 6px;
  }
}
div.timesale20250718 div.comment ul.caecory_link_list li a {
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 8px;
  background: #fff;
  border: 2px solid #3c3c3c;
  color: #3c3c3c;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
}
@media (max-width: 640px) {
  div.timesale20250718 div.comment ul.caecory_link_list li a {
    font-size: 14px;
    padding: 6px;
  }
}
div.timesale20250718 div.comment ul.caecory_link_list li a:hover {
  color: #fff;
  background: #3c3c3c;
}

h2.text_title {
  width: 100%;
  font-size: clamp(1.875rem, 1.0227rem + 3.6364vw, 3.75rem);
  font-weight: bold;
  margin-block: 1em;
  margin-left: 20px;
  -webkit-text-decoration: underline 3px #a30000;
          text-decoration: underline 3px #a30000;
  text-underline-offset: 10px;
}
h2.text_title span {
  color: #a30000;
}

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 {
  max-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: -10px;
  width: 48px;
  background: #c00000;
  padding: 64px 0;
}
@media screen and (max-width: 1201px) {
  div.to_category p a span {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  div.to_category p a span {
    width: 26px;
    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%;
  }
}

@media (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span:last-child {
    top: -3%;
    right: -3%;
  }
}

p.topitem {
  position: relative;
}
p.topitem .rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 640px) {
  p.topitem .rank {
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
  }
}
p.topitem .rank_1 {
  background: #d9b340;
}
p.topitem .rank_2 {
  background: #6f7b83;
}
p.topitem .rank_3 {
  background: #a15326;
}

@media (max-width: 640px) {
  div.timesale20210820 div.item_list p.topitem {
    width: 50%;
  }
}

@media (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span:last-child {
    top: -5%;
    right: -5%;
    width: 40px;
    height: 40px;
    font-size: 10px;
    line-height: 1;
  }
}
@media (max-width: 640px) and (max-width: 450px) {
  div.timesale20210820 div.item_list p a > span:last-child {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 450px) {
  div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(4) {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  div.timesale20210820 div.item_list p {
    padding: 6px;
  }
}

div.timesale20210820 div.item_list p a > span.iteminfo i {
  line-height: 22px;
}
@media (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span.iteminfo i {
    font-size: 18px;
  }
}/*# sourceMappingURL=0718timesale.css.map */