@charset "utf-8";

#contents section.firstView{
  position: relative;
  width: 100%;
  height: 375px;
  margin-bottom: 70px;
  padding-top: 90px;
  color: #FFFFFF;
  text-align: center;
}
#contents section.firstView:before,
#contents section.firstView:after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#contents section.firstView:before{
  background-image: url("../images/goods_title.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#contents section.firstView:after{
  background-color: rgba(3,17,32,0.38);
  z-index: -1;
}
#contents section.firstView h2{
  position: relative;
  margin: 0 auto 5px auto;
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
#contents section.firstView h2:before{
  content: "";
  display: block;
  position: relative;
  width: 250px;
  height: 100px;
  top: 25px;
  left: 12px;
  margin: 0 auto 10px auto;
  background-image: url("../images/goods_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#contents section.firstView h2:after{
  display: none;
}
#contents section.firstView p{
  font-size: 0.9em;
}
#contents{
  padding-bottom: 60px;
}
#contents a .stripe{
  background: none;
}
.goods-title-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods-title-box {
  width: 480px;
  height: 280px;
  margin: 0;
}
.goods-title-box.coming-soon{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6699cc;
  border: solid 1px #6699cc;
}
@media (max-width: 768px){
  .goods-title-list {
    justify-content: center;
  }
  .goods-title-box {
    width: 90%;
    max-width: 520px;
    margin: 0 auto 60px;
  }	
}