:root{
  --gray1: #585858;
  --gray2: #A6A6A6;
  --gray3: #999999;
  --bg1: #f5f5f5;
  --bg2: #ffffff;
}
.fc_gray1{color: var(--gray1);}
.fc_gray2{color: var(--gray2);}
.fc_gray3{color: var(--gray3);}

.bg1{background-color: var(--bg1);}
.bg2{background-color: var(--bg2);}

.mx_auto{
  margin: 0 auto;
}

.prd_view_lay2 .txt{
  width: calc(100% - 49.5rem);
}
.prd_view_lay2 .img{
  width: 44.5rem;
}
.prd_view_lay2 .img .gif{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: .5rem solid #000;
  border-radius: 0.625rem;
  width : calc(100% - 18.625rem);
}
.prd_view_lay2 .col_item:nth-of-type(2) .img .gif{
  left: 1.875rem;
}
.prd_view_lay2 .col_item:nth-of-type(3) .img .gif{
  right: 1.875rem;
}
.prd_view_lay2 .txt span{
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  color: #EF4023;
  margin-bottom: 0.25rem;
}
.prd_view_lay2 .txt h3{
  width: 100%;
  padding: 0 !important;
  margin: 0;
  padding-bottom: 2rem !important;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 140%;
  border-bottom: 1px solid #000;
}
.prd_view_lay2 .txt p{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--gray1)
}

.gif16{
  aspect-ratio: 1216/683;
  object-fit: cover;
}
.img32{
  width : 16.375rem;
}

.sec_spec .spec_list{
  flex: 1;
  padding: 3.75rem;
  background-color : #F5F5F5;
}
.sec_spec .spec_img{
  width : calc(100% - 30px);
  margin: 0 auto;
  mix-blend-mode: darken;
}
.sec_spec dt{
  display : inline-flex;
  justify-content: center;
  align-items: center;
  min-width : 13.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  color: #fff;
  background-color : #000;
  border-top: 1px solid #ddd;
  border-bottom:  1px solid #ddd;
}
.sec_spec dd{
  float:right;
  display : inline-flex;
  justify-content: center;
  align-items: center;
  width : calc(100% - 13.75rem);
  height: 3.75rem;
  padding: 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom:  1px solid #ddd;
}

@media all and (max-width: 1024px){
  .full-box.v2 {
    padding: 5rem 1.25rem;
  }
}

@media all and (max-width: 768px){
  .sec_spec .spec_list{
    padding: 0;
    background-color : transparent;
  }
  .sec_spec .spec_img{
    width : 100%;
  }
  .sec_spec dt{
    height: 42px;
    font-size: 12px;
    min-width : 120px;
  }
  .sec_spec dd{
    width : calc(100% - 120px);
    height: 42px;
    font-size: 12px;
    padding: 0;
  }

  .img32{
    width : 180px;
  }

  .prd_view_lay2 .txt{
    width: 100%;
    margin-top: 20px;
  }
  .prd_view_lay2 .txt + img{
    position: relative;
    min-width: 100%;
  }
  .prd_view_lay2 .col_item .img1,
  .prd_view_lay2 .col_item .img3{
    left: -20px;
  }
  .prd_view_lay2 .col_item .img2{
    right: -20px;
  }
  .prd_view_lay2 .txt span{
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .prd_view_lay2 .txt h3{
    font-size: 20px;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
  }
  .prd_view_lay2 .txt p{
    font-size: 16px;
  }
  #prod-sec1 h3{
    padding: 0;
  }
  .prd_view_lay2 .img{
    width : 100%;
  }
  .prd_view_lay2 .img .gif{
    width : 61.5%;
    border-radius: 4px;
    border-width: 4px;
  }
  .prd_view_lay2 .col_item:nth-of-type(2) .img .gif{
    left : 2.182%;
  }
  .prd_view_lay2 .col_item:nth-of-type(3) .img .gif{
    right : 2.182%;
  }
}