@charset "UTF-8";
div.contents_top {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

div.contents_top p {
  font-size: 14px;
  line-height: 28px;
  width: 540px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  padding: 32px;
}

div.contents_top p b {
  color: #c00000;
}

@media screen and (max-width: 481px) {
  div.contents_top p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}

div.contents_top p span {
  background: #c00000;
  display: block;
  margin: 12px 0;
  color: #fff;
  padding: 12px;
  font-size: 120%;
  font-weight: 700;
}

div.contents_top p span.attention {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 4px 0;
  color: #c00000;
  border-top: 1px solid #c00000;
  border-bottom: 1px solid #c00000;
  margin: 16px 0;
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1025px) {
  div.contents_top {
    width: 100%;
  }
}

div.contents_top img {
  width: 100%;
}

div.contentsmain {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 1200px) {
  div.contentsmain {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  div.contentsmain {
    padding: 16px;
  }
}

div.contentsmain h1,
div.contentsmain h2,
div.contentsmain h3,
div.contentsmain p {
  margin: 0;
  padding: 0;
}

div.contentsmain a {
  text-decoration: none;
}

div.contentsmain img {
  width: 100%;
}

div.contentsmain div.stylebox {
  width: 45%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

div.contentsmain div.stylebox.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 670px) {
  div.contentsmain div.stylebox {
    width: 100%;
    margin-bottom: 16px;
  }
}

div.contentsmain div.stylebox:nth-child(2n) {
  margin-top: 120px;
}

@media screen and (max-width: 670px) {
  div.contentsmain div.stylebox:nth-child(2n) {
    margin-top: 0;
  }
}

div.contentsmain div.stylebox:nth-child(2n+1) {
  margin-bottom: 120px;
}

@media screen and (max-width: 670px) {
  div.contentsmain div.stylebox:nth-child(2n+1) {
    margin-bottom: 16px;
  }
}

div.contentsmain div.stylebox:nth-child(1) {
  background: rgba(171, 223, 194, 0.2);
}

div.contentsmain div.stylebox:nth-child(2) {
  background: rgba(216, 214, 170, 0.4);
}

div.contentsmain div.stylebox:nth-child(3) {
  background: rgba(230, 192, 192, 0.4);
}

div.contentsmain div.stylebox:nth-child(4) {
  background: rgba(188, 179, 231, 0.4);
}

div.contentsmain div.stylebox:nth-child(5) {
  background: rgba(216, 179, 231, 0.4);
}

div.contentsmain div.stylebox:nth-child(6) {
  background: rgba(171, 223, 194, 0.2);
}

div.contentsmain div.stylebox:nth-child(7) {
  background: rgba(216, 214, 170, 0.4);
}

div.contentsmain div.stylebox:nth-child(8) {
  background: rgba(230, 192, 192, 0.4);
}

div.contentsmain div.stylebox:nth-child(9) {
  background: rgba(188, 179, 231, 0.4);
}

div.contentsmain div.stylebox:nth-child(10) {
  background: rgba(216, 179, 231, 0.4);
}

div.contentsmain div.stylebox div.styleinfo {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}

@media screen and (max-width: 1025px) {
  div.contentsmain div.stylebox div.styleinfo {
    width: 100%;
  }
}

div.contentsmain div.stylebox div.styleinfo > div {
  width: 100%;
  padding: 12px;
}

div.contentsmain div.stylebox div.styleinfo > div:nth-child(1) {
  padding: 24px;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p:nth-child(2) {
  margin-top: 8px;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a {
  font-family: "Inconsolata", monospace;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 0 0 8px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 670px) {
  div.contentsmain div.stylebox div.styleinfo div.itemdetail p a {
    font-size: 16px;
  }
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a span {
  display: inline-block;
  margin-right: 12px;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a span:nth-child(2) {
  text-decoration: line-through;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a span:nth-child(3) {
  color: #c00000;
  font-weight: 700;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a::after {
  content: "BUY";
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
}

div.contentsmain div.stylebox div.styleinfo div.itemdetail p a:hover {
  background: rgba(247, 21, 21, 0.1);
}

div.contentsmain div.stylebox div.styleinfo2 {
  padding-top: 32px;
}

div.contentsmain div.stylebox h2 {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  padding-bottom: 2px;
}

div.contentsmain div.stylebox h3 {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}

div.contentsmain div.stylebox h3 span {
  background: #c00000;
  padding: 4px 12px 0;
  border-radius: 3px;
}

div.contentsmain div.stylebox h4 {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 0;
  font-family: "Yusei Magic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
}

div.contentsmain div.stylebox h4 span {
  background: #c00000;
  padding: 4px 12px 0;
  border-radius: 3px;
}

div.saletitle {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 401px) {
  div.saletitle {
    width: 80%;
  }
}

div.saletitle h2 {
  text-align: center;
  font-family: "Inconsolata", monospace;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.3) 0%);
  color: rgba(0, 0, 0, 0.3);
  font-size: 40px;
}

@media screen and (max-width: 401px) {
  div.saletitle h2 {
    font-size: 20px;
  }
}

div.saletitle h2 span:nth-child(2) {
  color: rgba(0, 0, 0, 0.7);
}

div.img_slick {
  position: relative;
}

div.img_slick button.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 48px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  text-indent: -9999px;
}

div.img_slick button.slick-arrow::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  -webkit-transform-origin: 28px 0;
          transform-origin: 28px 0;
}

@media screen and (max-width: 600px) {
  div.img_slick button.slick-arrow::after {
    width: 2rem;
    height: 2rem;
  }
}

div.img_slick button.slick-prev {
  left: 16px;
}

@media screen and (max-width: 600px) {
  div.img_slick button.slick-prev {
    left: 8px;
  }
}

div.img_slick button.slick-prev::after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(45deg) skew(calc((90deg - 30deg) / 2), calc((90deg - 30deg) / 2));
          transform: rotate(45deg) skew(calc((90deg - 30deg) / 2), calc((90deg - 30deg) / 2));
  /* calc((90deg - 欲しい角度) / 2) */
}

div.img_slick button.slick-next {
  right: 16px;
}

@media screen and (max-width: 600px) {
  div.img_slick button.slick-next {
    right: 8px;
  }
}

div.img_slick button.slick-next::after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  -webkit-transform: rotate(45deg) skew(calc((90deg - 30deg) / 2), calc((90deg - 30deg) / 2));
          transform: rotate(45deg) skew(calc((90deg - 30deg) / 2), calc((90deg - 30deg) / 2));
  /* calc((90deg - 欲しい角度) / 2) */
}
/*# sourceMappingURL=0625timesale.css.map */