div.contents20200911sale {
    width: 100%;
    margin: 0 auto;
  }

  div.contents20200911sale div.contents20200911saleTop {
    width: 1024px;
    margin: 0 auto;
  }

  div.contents20200911sale div.contents20200911saleTop h2 {
    padding: 0;
  }

  div.contents20200911sale div.contents20200911saleTop h3 {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-top: 42px;
    font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    color: #727171;
  }

  div.contents20200911sale div.contents20200911saleTop p {
    width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    padding: 24px;
    font-family: 'Noto Sans JP';
  }

  div.contents20200911sale div.contents20200911saleTop p span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-size: 18px;
    color: #595757;
  }

  div.contents20200911sale h2 {
    padding: 20px 16px 16px 16px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  div.contents20200911sale h2:nth-of-type(1) {
    background: #D9C4B8;
  }

  div.contents20200911sale h2:nth-of-type(2) {
    background: #ddd;
  }

  div.contents20200911sale h2:nth-of-type(3) {
    background: #D9C4B8;
  }

  div.contents20200911sale h2:nth-of-type(4) {
    background: #ddd;
  }

  div.contents20200911sale h2 a {
    text-decoration: none;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: #fff;
    padding: 4px 20px;
    border-radius: 3px;
  }

  div.contents20200911sale h2 a:hover {
    background: rgba(0, 0, 0, 0.7);
  }

  div.contents20200911sale div.saleItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem div.itemBox {
    width: calc(100% / 4);
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem div.itemBox a {
    position: relative;
    display: block;
    padding: 16px;
    background: #fff;
    text-decoration: none;
  }

  div.contents20200911sale div.saleItem div.itemBox a::after {
    content: "click";
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    border: 1px solid #fff;
    padding: 1px 16px 0;
  }

  div.contents20200911sale div.saleItem div.itemBox a span {
    z-index: 2;
  }

  div.contents20200911sale div.saleItem div.itemBox a span.itemInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: .4s;
    transition: .4s;
  }

  div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemName {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 12px;
    margin-bottom: 16px;
  }

  div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemPrice {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 8px;
  }

  div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemSale {
    -webkit-text-stroke: 1px #fff;
    color: #c00000;
    font-size: 32px;
    font-weight: 700;
  }
  div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemSale::after {
    /* content: "+TAX"; */
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
  }

  div.contents20200911sale div.saleItem div.itemBox a span.itemRate {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    font-size: 12px;
    background: #c00000;
    color: #fff;
    font-weight: 700;
  }

  div.contents20200911sale div.saleItem div.itemBox a:hover span.itemInfo {
    background: rgba(0, 0, 0, 0);
    color: #fff;
  }

  div.contents20200911sale div.saleItem div.itemBox a:hover span.itemInfo .itemName {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 12px;
  }
/*ここでずらしている*/
  div.contents20200911sale div.saleItem div.itemBox a:hover::after {
    color: #000;
    border: 1px solid #000;
  }
  div.contents20200911sale div.saleItem div.itemBox:nth-child(2) {
    margin-top: 5%;
  }
  div.contents20200911sale div.saleItem div.itemBox:nth-child(3) {
    margin-top: 10%;
  }

  div.contents20200911sale div.saleItem div.itemBox:nth-child(4) {
    margin-top: -25%;
  }

  div.contents20200911sale div.saleItem div.itemBox:nth-child(5) {
    margin-top: -15%;
  }
/*ここでずらしている*/
  /*
  div.contents20200911sale div.saleItem div.itemBox:nth-child(4), div.contents20200911sale div.saleItem div.itemBox:nth-child(5) {
    margin-top: -35.5%;
  }
  */

  div.contents20200911sale div.saleItem.knitItem {
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem.knitItem div.itemBox {
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem.knitItem div.itemBox:nth-child(1) {
    width: calc(100% / 2);
  }

  div.contents20200911sale div.saleItem.onePieceItem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  div.contents20200911sale div.saleItem.onePieceItem div.itemBox:nth-child(2) {
    width: calc(100% / 2);
  }

  div.contents20200911sale div.saleItem.outerItem {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem.outerItem div.itemBox {
    border: 2px solid #f1f1f1;
  }

  div.contents20200911sale div.saleItem.outerItem div.itemBox:nth-child(3) {
    width: calc(100% / 2);
  }

  div.contents20200911sale div.saleItem.botomsItem div.itemBox:nth-child(1) {
    width: calc(100% / 2);
  }

  div.contents20200911sale img {
    width: 100%;
  }

  @media screen and (max-width: 1025px) {
    div.contents20200911sale div.contents20200911saleTop {
      width: 100%;
      margin: 0 auto;
    }
    div.contents20200911sale div.contents20200911saleTop h2 {
      padding: 0;
    }
  }

  @media screen and (max-width: 600px) {
    div.contents20200911sale div.contents20200911saleTop h2 {
      padding: 0;
    }
    div.contents20200911sale div.contents20200911saleTop h3 {
      width: 100%;
      font-size: 16px;
    }
    div.contents20200911sale div.contents20200911saleTop p {
      width: 100%;
      font-size: 14px;
      line-height: 28px;
    }
    div.contents20200911sale div.saleItem div.itemBox {
      width: calc(100% / 2);
    }
    div.contents20200911sale div.saleItem div.itemBox a::after {
      font-size: 10px;
      bottom: 8px;
      right: 8px;
      padding: 1px 12px 0;
    }
    div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemName {
      font-size: 12px;
      padding: 0 16px;
      margin-bottom: 8px;
    }
    div.contents20200911sale div.saleItem div.itemBox a span.itemInfo .itemSale {
      -webkit-text-stroke: 1px #fff;
      color: #c00000;
      font-size: 20px;
      font-weight: 700;
    }
    div.contents20200911sale div.saleItem div.itemBox a span.itemRate {
      width: 40px;
      height: 40px;
      font-size: 10px;
    }
    div.contents20200911sale div.saleItem div.itemBox a:hover span.itemInfo .itemName {
      width: 100%;
      display: block;
      text-align: center;
      font-family: 'Noto Sans JP';
      font-size: 12px;
    }
    div.contents20200911sale div.saleItem div.itemBox:nth-child(2), div.contents20200911sale div.saleItem div.itemBox:nth-child(3) {
      margin-top: 0%;
    }
    div.contents20200911sale div.saleItem div.itemBox:nth-child(4), div.contents20200911sale div.saleItem div.itemBox:nth-child(5) {
      margin-top: 0%;
    }
    div.contents20200911sale div.saleItem.knitItem div.itemBox:nth-child(1) {
      width: calc(100%);
    }
    div.contents20200911sale div.saleItem.onePieceItem div.itemBox:nth-child(3) {
      width: calc(100%);
    }
    div.contents20200911sale div.saleItem.outerItem div.itemBox {
      border: 2px solid #f1f1f1;
    }
    div.contents20200911sale div.saleItem.outerItem div.itemBox:nth-child(3) {
      width: calc(100%);
    }
    div.contents20200911sale div.saleItem.botomsItem div.itemBox:nth-child(5) {
      width: calc(100%);
    }
  }
  /*# sourceMappingURL=0911sale.css.map */
