@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagesec{
  padding: 8rem 0;
}

.page-skproduct-head{
  background: url(../images/page/head_common.webp) no-repeat center / cover;
  padding: 30rem 0;
}
.page-skproduct-head-water{
  background: url(../images/page/head_water.webp) no-repeat center / cover;
}
.page-skproduct-head h2{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,.99);
}

.page-sk-head{
  padding-top: 10rem;
  text-align: center;
}
.page-sk-head h2{
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
.page-sk-head h2 span{
  color: #DB652A;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .page-skproduct-head-water{
    padding: 20rem 0;
  }
  .page-skproduct-head h2{
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 5rem 0;
  }
  .page-sk-head{
    padding-top: 5rem;
  }
  .page-skproduct-head-water{
    background-position-x: 20%;
  }
  .page-skproduct-head h2,
  .page-sk-head h2 {
    font-size: 2.2rem;
  }
}

/*****************************
  製品情報 リスト
*****************************/
.page-skproduct-archive{
  position: relative;
}
.sk_leadtxtbox{
  border-top: 2px solid #df7344;
  border-bottom: 2px solid #df7344;
  font-size: 1.8rem;
  margin: 0 auto 5rem;
  padding: 2rem 1rem;
}
.sk_productlist .fbox{
  margin: 1%;
}
.sk_productlist .fbox a{
  /* background: #df7344;
  color: #fff; */
  border: 3px solid #df7344;
  opacity: 1 !important;
  padding: 2rem;
  position: relative;
  transition: .5s;
}
.sk_productlist .fbox a::before{
  content: "";
  position: absolute;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #df7344 transparent;
  border-style: solid;
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  transition: .5s;
}
.sk_productlist .fbox a .fimgbox{
  width: 25%;
  width: 40%;
}
.sk_productlist .fbox a .ftxtbox{
  text-align: center;
  width: 75%;
  width: 55%;
}
.sk_productlist .fbox a .fimgbox img{
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 4px 4px 8px #424242;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sk_productlist .fbox a .ftxtbox .sk_productlist_ttl{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.sk_productlist .fbox a .ftxtbox .sk_productlist_subttl{
  display: block;
  font-weight: bold;
}
.sk_productlist .fbox a:hover{
  background: #000;
  background: #df7344;
  color: #fff;
}
.sk_productlist .fbox a:hover::before{
  border-color: transparent transparent #fff transparent;
}
.sk_productlist_bnr{
  margin-top: 3rem;
  text-align: center;
}

.skp_open_btn{
  background: #eb5c01;
  border-radius: 5px 0 0 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 1rem .2rem;
  position: fixed;
  top: 485px;
  right: 0;
  text-align: center;
  transition: .5s;
  writing-mode: vertical-lr;
}
.skp_open_btn:hover{
  background: #000;
}
.skp_open_btn.active{
  display: none;
}
.skp_fix{
  background: #000;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  padding: 2rem 0;
  height: 1000lvh;
  transform: translateX(350px);
  transition: .5s;
  width: 300px;
  z-index: 999999999;
}
.skp_fix.active{
  transform: translateX(0);
}
.skp_close_btn{
  margin: 0 1rem 1rem auto;
  max-width: 30px;
  text-align: center;
}
.skp_fixmenu{
  overflow: auto;
  height: calc(100lvh - 7rem);
  padding: 0 2rem;
}
.skp_fixmenu li{
  margin: 1rem 0;
}
.skp_fixmenu li a{
  background: #df7344;
  color: #fff;
  opacity: 1 !important;
  padding: 0.5rem;
  transition: .5s;
}
.skp_fixmenu li a:hover{
  background: #fff;
  color: #000;
}
.skp_fixmenu li .fimgbox{
  width: 25%;
}
.skp_fixmenu li .fimgbox img{
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.skp_fixmenu li .ftxtbox{
  width: 75%;
}
.skp_fixmenu li .skp_fix_ttl,
.skp_fixmenu li .skp_fix_subttl{
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .page-skproduct-archive{
    margin: 0 auto;
    max-width: 90%;
  }
  .sk_productlist .fbox a {
    padding: 1rem;
  }
  .sk_productlist .fbox a .ftxtbox{
    padding: 0;
  }
  .sk_productlist .fbox a .ftxtbox .sk_productlist_ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 820px) {
  .sk_productlist .fbox a .ftxtbox .sk_productlist_ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .page-skproduct-archive,
  .sk_productlist .fbox{
    max-width: 100%;
    width: 100%;
  }
  .page-skproduct-archive .inner1{
    padding: 0;
  }
  
  .skp_open_btn{
    background: #787878;
    top: 100px;
  }
}

/*****************************
  製品情報 詳細
*****************************/
.sk_product_item .sk_product_ttlbox{
  text-align: center;
}
.sk_product_item .sk_product_name,
.sk_product_item .sk_product_model{
  font-size: 1.8rem;
  font-weight: bold;
}
.sk_product_item .sk_product_ttl{
  font-size: 3.4rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding-bottom: 1.5rem;
}
.sk_product_item .sk_product_ttl::before{
  content: "";
  background: #eb5c01;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 80px;
}
.sk_product_item .sk_product_ttlbox .imgbox{
  max-width: 600px;
  margin: 3rem auto 6rem;
}
.sk_product_item .sk_product_ttlbox .imgbox img{
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
}

.sk_product_item .sk_product_pointboxgr{
  margin-top: 3rem;
}
.sk_product_item .sk_product_pointboxgr >dt{
  background: #eb5c01;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
}
.sk_product_item .sk_product_pointbox{
  background: #ffffeb;
  border: 3px solid #eb5c01;
  border-radius: 0 5px 5px 5px;
  padding: 2rem;
}
.sk_product_item .sk_p_point{
  padding: 1rem;
  width: 33%;
}

.sk_product_item .sk_p_point .imgbox{
  background: #fff;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
}
.sk_product_item .sk_p_point .trouble{
  margin-bottom: 5rem;
  position: relative;
}
.sk_product_item .sk_p_point .trouble::before{
  content: "";
  border-style: solid;
  border-color: #eb5c01 transparent transparent transparent;
  border-width: 20px 20px 0px 20px;
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
}
.sk_product_item .sk_p_point .sk_p_trouble_ttl ,
.sk_product_item .sk_p_point .sk_p_point_ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .5rem;
}
.sk_product_item .sk_p_point .sk_p_point_ttl{
  color: #df7344;
}
.sk_product_item .sk_p_point .sk_p_p_txt {
  font-size: 1.8rem;
  height: 50px;
}


.sk_product_item .sk_product_mov{
  margin: 5rem 0;
  text-align: center;
}
.sk_product_item .sk_product_mov iframe{
  aspect-ratio: 16/9;
  max-width: 800px;
  height: 100%;
  width: 100%;
}

.sk_product_item .sk_product_feature{
  margin: 5rem auto ;
}
.sk_product_item .sk_product_feature h3{
  border-bottom: 3px solid #df7344;
  border-left: 5px solid #df7344;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
  /* padding: .5rem 0 .5rem 1rem; */
  padding: 0rem 0 0.8rem 1rem;
  width: 100%;
}
.sk_product_item .sk_product_feature h3 span{
  font-size: 2rem;
  font-weight: bold;
}
.sk_product_item .sk_product_feature .fimgbox img{
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
}

.sk_product_item .sk_product_link{
  margin: 5rem auto;
}
.sk_product_item .sk_product_link.row3 .fbox{
  width: 30%;
}
.sk_product_item .sk_product_link .fbox h3{
  border-bottom: 3px solid #c2c2c2;
  font-size: 2rem;
  font-weight: bold;
  padding: .5rem;
  position: relative;
}
.sk_product_item .sk_product_link .fbox h3::before{
  content: "";
  background: #DB652A;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100px;
}
.sk_product_item .sk_product_link .fbox li{
  font-size: 2rem;
  margin-top: 2rem;
  padding-left: 3rem;
  position: relative;
}
.sk_product_item .sk_product_link .fbox li::before{
  content: "●";
  color: #DB652A;
  position: absolute;
  top: 0;
  left: 0;
}
.sk_product_item .sk_product_link .fbox li .morebtn2{
  margin-top: 2rem;
  text-align: right;
}


.sk_product_item .skp_intbl {
  border: 2px solid #ccc;
  border-right: none;
  width: 20%;
}
.sk_product_item .skp_intbl:last-of-type{
  border-right: 2px solid #ccc;
}
.sk_product_item .skp_intbl dt,
.sk_product_item .skp_intbl dd{
  background: #fff;
  padding: .5rem 1rem;
  vertical-align: middle;
  text-align: center;
}
.sk_product_item .skp_intbl dt{
  background: #F1F1F1;
  border-bottom: 2px solid #ccc;
  height: 35px;
}
.sk_product_item .skp_intbl dd{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 35px);
}
.sk_product_item .sk_product_tbl_ttl{
  background: #000;
  color: #fff;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: 1rem;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .sk_product_item .sk_product_link .fbox li{
    font-size: 1.8rem;
  }

  .sk_product_item .sk_p_point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sk_product_item .sk_p_point .trouble,
  .sk_product_item .sk_p_point .point{
    width: 45%;
  }
  .sk_product_item .sk_p_point .trouble::before{
    top: 60%;
    bottom: auto;
    left: 105%;
    transform: translateY(-50%) rotate(-90deg);
    height: 0;
    width: 0;
  }
}
@media only screen and (max-width: 820px) {
  /* .sk_product_item .sk_p_point{
    width: 50%;
  } */
  .sk_product_item .sk_product_link.row3 .fbox{
    margin-top: 2rem;
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .sk_product_item .sk_product_ttl,
  .sk_product_item .sk_product_catch{
    font-size: 2rem;
  }
  .sk_product_item .sk_product_subttl{
    display: block;
  }
  /* .sk_product_item .sk_product_pointbox{
    width: 100%;
  } */
  .sk_product_item .sk_p_point,
  .sk_product_item .sk_product_feature .fimgbox{
    width: 100%;
  }
  .sk_product_item .sk_p_point{
    border-top: 2px dashed #df7344;
    margin-top: 2rem;
    padding: 2rem ;
  }
  .sk_product_item .sk_p_point:first-of-type{
    border: none;
  }
  .sk_product_item .sk_product_feature .fimgbox{
    margin-top: 2rem;
  }
  .sk_product_item .skp_intbl{
    border: 2px solid #ccc;
    border-bottom: none;
    width: 100% !important;
  }
  .sk_product_item .skp_intbl:last-of-type{
    border-bottom: 2px solid #ccc;
  }
  .sk_product_item .sk_product_pointbox p{
    font-size: 1.6rem;
  }
  .sk_product_item .sk_product_pointbox{
    padding: 1rem;
  }
  .sk_product_item .sk_product_name,
  .sk_product_item .sk_product_model{
    font-size: 1.6rem;
    font-weight: bold;
  }

  .sk_product_item .sk_product_link .fbox{
    margin-top: 2rem !important;
    width: 100% !important;
  }
  .sk_product_item .sk_p_point .sk_p_p_txt {
    height: auto !important;
  }
  

  .sk_product_item .sk_p_point .trouble,
  .sk_product_item .sk_p_point .point{
    width: 100%;
  }

  .sk_product_item .sk_p_point .trouble::before{
    top: auto;
    bottom: -3.5rem;
    left: 50%;
    transform: translate(-50%);
  }
}



/*****************************
  垣根　
*****************************/
.page-hedge .pagesec2.sk_product_item .sk_p_point .point .sk_p_p_txt{
  height: 180px;
}
.page-hedge .pagesec3.sk_product_item .sk_p_point .point .sk_p_p_txt{
  height: 80px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .page-hedge .pagesec2.sk_product_item .sk_p_point .point .sk_p_p_txt,
  .page-hedge .pagesec3.sk_product_item .sk_p_point .point .sk_p_p_txt{
    height: auto;
  }
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  
}

/*****************************
  消毒
*****************************/
.page-disinfection .sk_product_item .sk_product_pointbox_p4 .sk_p_point{
  width: 25%;
}
.page-disinfection .pagesec2.sk_product_item .sk_p_point .point .sk_p_p_txt{
  height: 70px;
}
@media only screen and (max-width: 1270px) {
  
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .page-disinfection .sk_product_item .sk_product_pointbox_p4 .sk_p_point{
    width: 100%;
  }
  .page-disinfection .pagesec2.sk_product_item .sk_p_point .point .sk_p_p_txt{
    height: 50px;
  }
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  
}

/*****************************
  掃除
*****************************/
.page-clean .sk_product_item .sk_p_point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.page-clean .sk_product_item .sk_p_point .trouble,
.page-clean .sk_product_item .sk_p_point .point{
  width: 45%;
}
.page-clean .sk_product_item .sk_p_point .trouble::before{
  top: 60%;
  bottom: auto;
  left: 105%;
  transform: translateY(-50%) rotate(-90deg);
  height: 0;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .page-clean .sk_product_item .sk_p_point .trouble,
  .page-clean .sk_product_item .sk_p_point .point{
    width: 100%;
  }

  .page-clean .sk_product_item .sk_p_point .trouble::before{
    top: auto;
    bottom: -3.5rem;
    left: 50%;
    transform: translate(-50%);
  }
}