/*--------------------------------------------------------------------------
   Products
---------------------------------------------------------------------------*/
#Products #Main {
  background-image: url("../../images/products/main_bg13-2edited_1500.jpg");
}
#Products #Section1 .inner .ttl {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 55px;
}
#Products #Section1 .inner .items {
  position: relative;
  z-index: 40;
  width: 1160px;
  margin: 0 auto;
  *zoom: 1;
}
#Products #Section1 .inner .items:after {
  content: "";
  display: table;
  clear: both;
}
#Products #Section1 .inner .items .item {
  position: relative;
  float: left;
  width: 280px;
  height: 410px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
}
#Products #Section1 .inner .items .item a {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 260px;
  height: 390px;
  z-index: 10;
}
#Products #Section1 .inner .items .item a dl {
  position: relative;
  top: 180px;
  left: 0;
  width: 100%;
}
#Products #Section1 .inner .items .item a dl dt {
  text-align: center;
  margin-bottom: 10px;
}
#Products #Section1 .inner .items .item a dl dd {
  color: #000000;
  width: 90%;
  margin: 0 auto;
}
#Products #Section1 .inner .items .item a .bt {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#Products #Section1 .inner .items .item:hover a:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 81px;
  height: 94px;
  background-image: url("../../images/products/item_chara.png");
  background-repeat: no-repeat;
}
#Products #Section1 .inner .items .item:hover a dl dd {
  color: #07468D;
}
#Products #Section1 .inner .items .item:hover a .common_bt_1 {
  background-color: #07468D;
}
#Products #Section1 .inner .items .item:hover a .common_bt_1:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
}
#Products #Section1 .inner .items .item:hover a .common_bt_1:after {
  border-top: 1px solid #07468D;
  border-right: 1px solid #07468D;
}
#Products #Section1 .inner .items .item:nth-child(4n) {
  margin-right: 0;
}
#Products #Section1 .inner .items .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 260px;
  height: 370px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  z-index: 5;
  background-position: center 0;
  transition: background-color .1s ease-out;
  background-repeat: no-repeat;
}
#Products #Section1 .inner .items .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 390px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
#Products #Section1 .inner .items .item:hover:before {
  background-color: #07468D;
  transition: background-color .1s ease-out;
  background-image: url("../../images/products/item_bg.png");
  background-size: cover;
}
#Products #Section1 .inner .items .item:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 390px;
  border-radius: 10px;
  background-color: #07468D;
  box-sizing: border-box;
  z-index: 2;
}
#Products #Section1 .inner .items .item:nth-child(1) a {
  background-image: url("../../images/products/sec1_pic_1.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
#Products #Section1 .inner .items .item:nth-child(2) a {
  background-image: url("../../images/products/sec1_pic_2.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
#Products #Section1 .inner .items .item:nth-child(3) a {
  background-image: url("../../images/products/sec1_pic_3.png");
  background-repeat: no-repeat;
  background-position: center 25px;
}
#Products #Section1 .inner .items .item:nth-child(4) a {
  background-image: url("../../images/products/sec1_pic_4.png");
  background-repeat: no-repeat;
  background-position: center 25px;
}
#Products #Section1 .inner .items .item:nth-child(5) a {
  background-image: url("../../images/products/sec1_pic_5.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
#Products #Section1 .inner .items .item:nth-child(6) a {
  background-image: url("../../images/products/sec1_pic_6.png");
  background-repeat: no-repeat;
  background-position: center -40px;
}
#Products #Section1 .inner .items .item:nth-child(7) a {
  background-image: url("../../images/products/sec1_pic_7.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
#Products #Section1 .inner .items .item:nth-child(8) a {
  background-image: url("../../images/products/sec1_pic_8.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}
#Products #Section1 .inner .items .item:nth-child(9) a {
  background-image: url("../../images/products/sec1_pic_9.png");
  background-repeat: no-repeat;
  background-position: center 30px;
}
#Products #Section1 .inner .items .item:nth-child(10) a {
  background-image: url("../../images/products/sec1_pic_10.png");
  background-repeat: no-repeat;
  background-position: center 30px;
}
#Products #Section1 .inner .items .item:nth-child(11) a {
  background-image: url("../../images/products/sec1_pic_11.png");
  background-repeat: no-repeat;
  background-position: center 55px;
}
