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



/*
* レイアウト
*/
#itemArchive {

}
#itemArchive .inner {

}
#itemArchive h2.title {
  margin: 0 0 2rem 0;
  padding: 2rem 4rem;
  text-align: center;
  color: #000000;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  border-top: #F1F1F1 2px solid;
  border-bottom: #F1F1F1 2px solid;
}


/*
* 商品リスト
*/
#itemList {
  margin: 0 0 4vw 0;
  padding: 0;
}
#itemList ul {
  margin: 2rem 0rem;
  padding: 0;
}
#itemList li.cell {
  margin: 0;
  padding: 1rem;
}
#itemList li.cell .thumb {
  position: relative;
  width: 100%;
  height: 200px;
  max-height: calc(30vw - 150px);
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
}
#itemList li.cell .thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  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: 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
}
#itemList li.cell p.code {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 400;
}
#itemList li.cell h3.itemName {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  font-size: bold;
  line-height: 140%;
}
#itemList li.cell .price {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-size: bold;
  line-height: normal;
}
#itemList li.cell .price small:nth-child(1) {
  display: inline-block;
  margin: 0.2rem 0.5rem 0 0;
  font-size: 50%;
}
#itemList li.cell .price small:nth-child(2) {
  display: inline-block;
  margin: 0.2rem 0 0 0;
  font-size: 50%;
}
#itemList li.cell .price img.yen {
  display: inline-block;
  width: auto;
  height: 1.4rem;
  margin: 0;
}



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


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

  /*
  * レイアウト
  */
  #itemArchive {

  }
  #itemArchive .inner {

  }
  #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 {
    margin: 0 -2vw;
    padding: 4vw 0;
  }
  #itemList li.cell {
    margin: 0;
    padding: 0 2vw 4vw 2vw;
  }
  #itemList li.cell .thumb {
    height: 35vw;
    max-height: none;
  }
  #itemList li.cell p.code {
    margin: 0;
    padding: 0;
    font-size: 2.5vw;
    font-weight: 400;
  }
  #itemList li.cell h3.itemName {
    margin: 0;
    padding: 0;
    font-size: 3vw;
    font-size: bold;
    line-height: 140%;
  }
  #itemList li.cell .price {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    font-size: 3.2vw;
    font-size: bold;
    line-height: normal;
  }
  #itemList li.cell .price small {
    display: inline-block;
    margin: 0.5vw 1vw 0 1vw;
    font-size: 40%;
  }
  #itemList li.cell .price img.yen {
    display: inline-block;
    width: auto;
    height: 4vw;
    margin: 0;
  }













}
