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

div.timesale20210820 a.btn1 {
  font-size: 16px;
  color: #fff;
  background: #333333;
  border: #333333 1px solid;
  padding: 20px 0;
  width: 360px;
  text-align: center;
  margin: 5% auto;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
div.timesale20210820 a.btn1:hover {
  background: #fff;
  color: #333333;
  transition: 0.5s;
}
div.timesale20210820 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.timesale20210820 div.contents_top {
    width: 100%;
  }
}
div.timesale20210820 div.contents_top div.top {
  width: 100%;
  height: 24px;
  background: #c00000;
  order: 0;
}
div.timesale20210820 div.contents_top div.top_left {
  width: 55%;
  padding: 24px;
  order: 1;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.contents_top div.top_left {
    width: 88%;
    padding: 0;
    margin: 12px 0;
  }
}
div.timesale20210820 div.contents_top div.top_left div:nth-child(1), div.timesale20210820 div.contents_top div.top_left div:nth-child(3) {
  transform: translateX(-30px);
}
div.timesale20210820 div.contents_top div.top_left div:nth-child(2) {
  background: #c00000;
  padding: 12px 20%;
  margin: 16px 0;
  transform: translateX(30px);
}
div.timesale20210820 div.contents_top div.top_right {
  width: 37%;
  background: #c00000;
  border-radius: 50%;
  order: 2;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.contents_top div.top_right {
    width: 100%;
    padding: 20% 0;
    order: 3;
  }
}
div.timesale20210820 div.contents_top div.top_right > div {
  width: 100%;
}
div.timesale20210820 div.contents_top div.top_right > div:nth-child(1), div.timesale20210820 div.contents_top div.top_right > div:nth-child(3) {
  padding: 3% 10%;
  transform: translateX(-30px);
}
div.timesale20210820 div.contents_top div.top_right > div:nth-child(2) {
  width: 20%;
  margin: 16px 0;
  transform: translateY(-30px);
}
div.timesale20210820 div.contents_top div.top_right2 {
  background: #c00000;
  width: 5%;
  margin-left: 3%;
  padding: 2% 1.5%;
  order: 3;
  position: relative;
}
div.timesale20210820 div.contents_top div.top_right2 > div {
  transform: translateY(-60px);
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.contents_top div.top_right2 {
    width: 9%;
    order: 2;
    padding: 2%;
  }
}
div.timesale20210820 div.contents_top div.top_date {
  width: 50%;
  margin-top: 16px;
  order: 4;
}
div.timesale20210820 div.contents_top div.top_date > div {
  transform: translateY(60px);
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.contents_top div.top_date {
    width: 100%;
  }
}
div.timesale20210820 .tO {
  transition: 0.8s;
  opacity: 0;
}
div.timesale20210820 .tO.inview {
  opacity: 1;
  transform: translateX(0) !important;
}
div.timesale20210820 div.comment {
  width: 100%;
  background: #fff;
  border-top: 2px solid #c00000;
  border-bottom: 2px solid #c00000;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.comment {
    padding: 0;
  }
}
div.timesale20210820 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.timesale20210820 div.comment p {
    width: 100%;
    padding: 24px;
  }
}
div.timesale20210820 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.timesale20210820 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.timesale20210820 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.timesale20210820 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.timesale20210820 div.item_list {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list {
    padding: 8px 8px 8px 32px;
  }
}
div.timesale20210820 div.item_list p {
  width: 33.3333333333%;
  padding: 12px;
  margin: 0 0 12px;
}
@media screen and (max-width: 840px) {
  div.timesale20210820 div.item_list p {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p {
    padding: 8px;
  }
}
div.timesale20210820 div.item_list p.title {
  width: 100%;
  padding-right: 50%;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p.title {
    padding-right: 20%;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p.topitem {
    width: 100%;
  }
}
div.timesale20210820 div.item_list p a {
  position: relative;
  display: block;
  border: 2px solid #fff;
  transition: 0.4s;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
  background-color: #fff;
}
div.timesale20210820 div.item_list p a::after {
  content: "click";
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ddd;
  padding: 0px 16px;
  line-height: 18px;
  font-weight: 700;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p a::after {
    display: none;
  }
}
div.timesale20210820 div.item_list p a:hover {
  border: 2px solid #c00000;
}
div.timesale20210820 div.item_list p a:hover::after {
  color: #fff;
  border: 1px solid #c00000;
  background: #c00000;
}
div.timesale20210820 div.item_list p a > span.iteminfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 4%;
}
div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(1) {
  width: 100%;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(1) {
    font-size: 12px;
  }
}
div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(2) {
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(2) {
    font-size: 12px;
  }
}
div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(4) {
  display: inline-block;
  font-size: 22px;
  color: #c00000;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span.iteminfo > span:nth-child(4) {
    font-size: 18px;
  }
}
div.timesale20210820 div.item_list p a > span.iteminfo i {
  width: 20px;
  font-size: 21px;
  color: #c00000;
  height: 20px;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p a > span.iteminfo i {
    margin: 0 4px;
  }
}
div.timesale20210820 div.item_list p a > span:last-child {
  position: absolute;
  top: -5%;
  right: -5%;
  margin: 0;
  width: 48px;
  height: 48px;
  background-color: #c00000;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  border-radius: 50%;
  line-height: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
div.timesale20210820 div.item_list p.title2 {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0%;
  box-sizing: border-box;
  justify-content: space-between;
}
div.timesale20210820 div.item_list p.title2 img {
  width: 50%;
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p.title2 img {
    width: 100%;
  }
}
div.timesale20210820 div.item_list p.title2 a.btn_t {
  font-size: 20px;
  color: #fff;
  background: #a30000;
  border: #a30000 1px solid;
  width: 40%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  padding: 2%;
  display: block;
  box-sizing: border-box;
  margin-top: 3%;
  height: 74px;
  font-weight: 600;
}
div.timesale20210820 div.item_list p.title2 a.btn_t::after {
  content: none;
}
div.timesale20210820 div.item_list p.title2 a.btn_t:hover {
  background: #fff;
  color: #a30000;
  transition: 0.5s;
}
@media screen and (max-width: 840px) {
  div.timesale20210820 div.item_list p.title2 a.btn_t {
    font-size: 16px;
    height: 58px;
  }
}
@media screen and (max-width: 640px) {
  div.timesale20210820 div.item_list p.title2 a.btn_t {
    width: 100%;
    height: 62px;
    padding: 5%;
    font-size: 16px;
  }
}
div.timesale20210820 div.item_list img {
  width: 100%;
}

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=0820timesale.css.map */