@charset "UTF-8";
/*--------------------------------------------
製品一覧
--------------------------------------------*/
.sec_bd {
  border-top: 1px solid #c7c7c7;
}
.top_key .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_key .slick-dotted.slick-slider .slick-slide img {
  width: 100%;
}
.top_key .slick-dots li {
  width: 14px;
  height: 14px;
  position: relative;
}
.top_key .slick-dots li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #242B2F;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
.top_key .slick-dots li.slick-active:before {
  opacity: 1;
}
.top_key .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  padding: 0;
}
.top_key .slick-dots li button:before{
  display: none;
}
.top_key .slick-dots {
  bottom: 0;
}
.top_slider img {
  width: 100%;
}
.product_top .sec_product {
  padding-bottom: 10rem;
}
.product_top .sec_product .product_wrap .product_box:not(:first-child) {
  margin-top: 8rem;
}
.product_top .sec_product .product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.product_top .sec_product .product_list_item {
  width: 48%;
}
.product_top .sec_product .product_list.col_3 .product_list_item {
  width: 32%;
}
.product_top .sec_product .product_list_item .inner {
  display: block;
}
.product_top .sec_product .product_list_item .img_box {
  
}
.product_top .sec_product .product_list_item .cnt_box {
  text-align: center;
  margin-top: 2rem;
}
.product_top .sec_product .product_ttl_sub {
  font-size: 1.8rem;
  font-weight: 500;
}
.product_top .sec_product .product_ttl {
  font-size: 2.2rem;
  font-weight: 500;
}
.product_top .sec_product .product_txt {
  margin-top: 1rem;
}


.product_top .sec_note {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.note_list {
  background: #f1f1f1;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}

.small-txt{
  font-size: 0.5em;
}
@media screen and (min-width: 992px) {
  .product_top .sec_product .product_list_item .inner:hover {
    transform: scale(1.05);
  }
  .only_sp{
  display: none;
}
}

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

.only_pc{
  display: none;
}

}

@media screen and (max-width : 767px ) {
  .product_top .sec_product .product_list.col_3 .product_list_item {
    width: 100%;
  }
  .product_top .sec_product .product_list .product_list_item:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
  }
  .product_top .sec_product .product_list_item .img_box {
    text-align: center;
  }
  .product_top .sec_product .product_list_item .cnt_box {
    margin-top: 1rem;
  }
}

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

}


.product_list_item .btn{
  text-align: center;
  margin-top: 1em;
}
.product_list_item .btn:after{
  content: 'ヤマダデンキの公式通販サイトへ移動します。';
  font-size: 0.7em;
  display: block;margin-top: 0.5em;
}

