@charset "UTF-8";
/* Custom Style Sheet
* 商品詳細
*
*/



/*
* レイアウト
*/
body {
  padding-top: 120px !important;
  box-sizing: border-box;
}
#itemArchive {

}


/*
* 商品リスト
*/
#itemList {
  margin: 0 0 4vw 0;
  padding: 0;
}
#itemList ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}
#itemList li.cell {
  width: 33.3%;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  box-sizing: border-box;
}
#itemList li.cell .pict {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #F1F1F1;
}
#itemList li.cell .pict img {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
}
#itemList li.cell .thumb p.soldout {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
}
#itemList li.cell p.code {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}
#itemList li.cell h3.itemName {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-size: 600;
}
#itemList li.cell .price {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  font-size: 600;
}
#itemList li.cell .price small:nth-child(1) {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 50%;
}
#itemList li.cell .price small:nth-child(2) {
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 50%;
}
#itemList li.cell .price img.yen {
  display: inline-block;
  width: auto;
  height: 16px;
  margin: 0;
}



/*
* スマホ用 **********************************************************************
*/


@media screen and (max-width:992px){

  /*
  * レイアウト
  */
  body {
    padding-top: 60px !important;
    box-sizing: border-box;
  }
  #itemArchive {

  }
  #itemArchive .inner {
    padding: 5vw 3vw;
  }
  #itemArchive h2.title {
    margin: 0;
    padding: 4vw 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 5vw;
    letter-spacing: 0.4vw;
    background-color: #C30D23;
  }
  #itemArchive h2.title span { font-size: 60%; }


  /*
  * 商品リスト
  */
  #itemList {
    margin: 0 0 4vw 0;
    padding: 0;
  }
  #itemList ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
  }
  #itemList li.cell {
    width: 100%;
    margin: 0;
    padding: 10px;
    line-height: 1.5;
  }
  #itemList li.cell .pict {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #F1F1F1;
  }
  #itemList li.cell .pict img {
    object-fit: cover;
    width: 100%;
    height: 60vw;
    margin: 0;
    padding: 0;
  }
  #itemList li.cell .thumb p.soldout {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 9999;
  }
  #itemList li.cell p.code {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
  }
  #itemList li.cell h3.itemName {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-size: 600;
  }
  #itemList li.cell .price {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-size: 600;
  }
  #itemList li.cell .price small:nth-child(1) {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 50%;
  }
  #itemList li.cell .price small:nth-child(2) {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 50%;
  }
  #itemList li.cell .price img.yen {
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0;
  }













}
