@charset "utf-8";
/* CSS Document */
.det_menu_btn[href="/product/lost-wax-casting/"]{
  background: var(--red);
  color: #fff;
}
.pro_img{
  position: relative;
  figcaption{
    font-family: "Lato", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red);
    color: rgba(0, 0, 0, 0);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    top: -25px;
  }
}
.pro_name{
  small{
    margin-right: 5px;
    color: #000;
  }
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.pro_img{
  position: relative;
  &:has(figcaption){
    margin-top: 20px;
  }
  figcaption{
    font-family: "Lato", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red);
    color: rgba(0, 0, 0, 0);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    top: -25px;
  }
}

}