@charset "UTF-8";
/* CSS Document */
/*common
===========================*/
/*fonts*/
/*NotoSansJP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*JOST*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  font-family: 'Noto Sans JP', sans-serif;
}

/*外枠
===========================*/
.innwrap1120{
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 1200px) {
.innwrap1120{
  max-width: 1120px;
  margin-right: 3%;
  margin-left: 3%;
}
}



.clearfix.open {
    overflow: inherit;
}
.txt_blue3 {
	color: #2096da;
}




/*HEADER
===========================*/
#header{
  background: #fff;
  position: relative;
}
#header .hd_innar {
    /* max-width: 1000px; */
    /* min-width: 760px; */
    width: 87%;
    /* margin-right: auto; */
    /* margin-left: auto; */
    float: left;
    box-sizing: border-box;
}
#header .hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0% 25px 6%;
}

#header .logo img {
  width: 200px;
}

#header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header .nav2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0 10px 0;
}

#header .nav2 li:not(:last-of-type) {
  margin-right: 40px;
}

#header .nav2 li a {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  text-align: center;
}

#header .nav2 li a span {
  color: #053e62;
  font-size: 13px;
}

#header .hd_sup {
  font-weight: bold;
  margin: 0px 0px 7px;
  padding: 5px 10px 10px 0px;
  line-height: 18px;
  font-family: 'Jost', sans-serif;
}
#header .hd_sup .lang {
    float: right;
}
#header .hd_sup .tel {
    color: #2096da;
    float: right;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#header .hd_sup .lang:before {
    margin: -4px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/common/hd_grobal02.png);
    background-size: contain;
    vertical-align: middle;
}
#header .hd_sup .tel:before {
    margin: -4px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(../images/common/hd_tel02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#header .hd_contact_pc{
  font-weight: 700;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  text-align: center;
  width: 12%;
  max-width: 210px;
  min-width: 150px;
  height: 120px;
}
#header .hd_contact_pc a{
  color: #fff;
  background-color: #2096da;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 1245px) {
  #header .hd_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0% 25px 2%;
  }
  #header .nav2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0 10px 0;
    font-size: 13px;
  }
  
  #header .nav2 li:not(:last-of-type) {
    margin-right: 17px;
  }
  #header .hd_contact_pc{
    top: 0;
    right: 0;
    background-color: #2096da;
    font-weight: bold;
    box-sizing: border-box;
    padding: 30px 10px;
    display: inline-block;
    float: right;
    text-align: center;
    width: 12%;
    min-width: 100px;
    font-size: 12px;
  }
}

@media not all and (min-width: 768px) {
  #header{
    margin-bottom: 30px;
  }
#header .hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0px;
}
  
#header .hd_innar h1 img {
    height: 38px;
    width: auto;
    padding-top: 5px;
}
  
#header .hd_innar .nav{
  display: none;
}
  
#header .hd_contact_pc{
  display: none;
}
  
}

/*大見出し設定
===========================*/
.pro_category{
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
@media not all and (min-width: 768px) {
  .pro_category{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
  }
}

section.pro{
  margin-bottom: 70px;
}

.box-2 {
  display: flex;
  flex-wrap: wrap;
}
.box-2 .inner {
  flex: 0 0 20%;
  position: relative;
}
.box-2 .inner::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.box-2 .inner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-2 .inner:nth-child(even) div {
  background: #eee;
  box-sizing: border-box;
  border: 1px solid #5ec4ff;
}

/*flex設定
===========================*/
.wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  flex-wrap: -ms-wrap;
}

.wrap .item {
  width: 25%;
  margin: 0 0 50px;
  box-sizing: border-box;
  padding: 0% 2% 0;
  background-color: #fff;
  overflow: hidden;
}

@media not all and (min-width: 1100px) {
  .wrap .item {
      width: calc(100% / 3);
      margin: 0 0 40px;
      box-sizing: border-box;
      padding: 0% 2% 0;
      background-color: #fff;
    }
}

@media not all and (min-width: 768px) {
  .wrap .item {
      width: calc(100% / 2);
      margin: 0 0 40px;
      box-sizing: border-box;
      padding: 0% 2% 0;
      background-color: #fff;
    }
  
}


/*カードコンテンツ内設定
===========================*/
.wrap .item .img{
  text-align: center;
  transition: all 0.1s;
  max-width: 100%;
  width: auto;
  height: auto;
  /* overflow: hidden; */
}

.wrap .item .img img{
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 140px;
  height: auto;
  width /***/:auto;
  overflow: hidden;
}

.wrap .item .img img:hover{
  transform: scale(1.2);
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition:0.1s ease-out;
}


@media not all and (min-width: 768px) {
.wrap .item .img img{
  max-width: 120px;
}
}
@media not all and (min-width: 412px) {
.wrap .item .img img{
  max-width: 80px;
}
}
/*ラベル*/
.wrap .item  .label01{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  background: #5ec4ff;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  }
  
/*ラベル*/
.wrap .item  .new01,
.wrap .item  .new02{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  background: #ff3324;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  }

@media not all and (min-width: 412px) {
  
.wrap .item  .label01{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 0 7px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  background: #5ec4ff;
  color: #feffdc;
  font-weight: bold;
  box-sizing: border-box;
  }
  
/*ラベル*/
.wrap .item  .new01,
.wrap .item  .new02{
  position: absolute;
  display: inline-block;
  top: calc(100% - 21px);
  left: 0px;
  padding: 0 7px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  background: #ff3324;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  }
  
}
/*製品名*/
.wrap .item .product_name_ja{
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #0878d6;
  margin-bottom: 3px;
}
.wrap .item .product_name_ja.small{
  font-weight: normal;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}
/*製品名リンク外部ファイルアイコン*/
.wrap .item .product_name_ja.icon_blank::after{
    margin: 0 0px 0 10px;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    content: '\e3e0';
    font-family: 'Material Icons';
    font-size: 20px;
    color: #2096da;
}
/**/
.wrap .item .product_name_ja.icon_new::before{
    margin: 0 10px 0 0px;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    content: '\e05e';
    font-family: 'Material Icons';
    font-size: 30px;
    color: #ff0000;
}
@media not all and (min-width: 412px) {
  .wrap .item .product_name_ja.icon_new::before{
      margin: 0 10px 0 0px;
      display: inline-block;
      vertical-align: top;
      vertical-align: middle;
      content: '\e05e';
      font-family: 'Material Icons';
      font-size: 24px;
      color: #ff0000;
  }
}
.wrap .item .product_name_en{
  font-size: 13px;
  margin-bottom: 10px;
}
/*カテゴリ*/
.wrap .item .cat_water{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #0878d6;
  border-radius: 30px;
  padding: 2px 40px;
  margin-bottom: 5px;
  max-width: 140px;
}
/*カテゴリ*/
.wrap .item .cat_gas{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #41bef2;
  border-radius: 20px;
  padding: 2px 30px;
  margin-bottom: 5px;
  max-width: 140px;
}
@media not all and (min-width: 412px) {
/*カテゴリ*/
.wrap .item .cat_water{
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background-color: #0878d6;
  border-radius: 30px;
  padding: 2px 20px;
  margin-bottom: 5px;
  max-width: 140px;
}
/*カテゴリ*/
.wrap .item .cat_gas{
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background-color: #41bef2;
  border-radius: 20px;
  padding: 2px 20px;
  margin-bottom: 5px;
  max-width: 140px;
}
}

/*しかくの線*/
.pro_item_border{
  border: 1px solid #5ec4ff;
  box-sizing: border-box;
  margin-bottom: 12px;
  height: auto;
  position: relative;
  background: #fff;
  -webkit-transition: border-width 0.1s ease-out;
  -moz-transition: border-width 0.1s ease-out;
  -o-transition: border-width 0.1s ease-out;
  transition: border-width 0.1s ease-out;
}

.pro_item_border{
  display: block;
  position: relative;
  max-width: 100%;
}

.pro_item_border::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/*hover action
===========================*/
/*ボーダーが太くなる*/

.pro_item_border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: border-width 0.1s ease-out;
  -moz-transition: border-width 0.1s ease-out;
  -o-transition: border-width 0.1s ease-out;
  transition: border-width 0.1s ease-out;
  border: 0px solid #5ec4ff;
  box-sizing: border-box;
  z-index: 0;
}

.pro_hover{
  display: block;
  opacity: 1;
}
.pro_hover:hover{
  display: block;
  opacity: 1;
}

.pro_hover:hover > .pro_item_border::after{
  border-width: 3px;
  opacity: 1;
}

.pro_hover:hover > .product_name_ja{
  font-weight: bold;
  font-size: 17px;
  color: #5ec4ff;
  opacity: 1;
}
.pro_hover:hover > .product_name_ja.small{
  font-weight: normal;
  font-size: 13px;
  color: #5ec4ff;
  opacity: 1;
}


.wrap .item .pro_hover .pro_item_border .img img{
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition:0.1s ease-out;
  transform: translateY(-50%) translateX(-50%);
  max-width: 140px;
  z-index: 99;
}
.wrap .item .pro_hover .pro_item_border .img img:hover{
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition:0.1s ease-out;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translateY(-42%) translateX(-42%);
  max-width: 168px;
  z-index: 333;
}

/*
.wrap .item .pro_hover .pro_item_border .img img{
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition:0.1s ease-out;
  transform: translateY(-50%) translateX(-50%);
  max-width: 140px;
  z-index: 333;
}

.wrap .item .pro_hover:hover + .pro_item_border .img img{
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition:0.1s ease-out;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translateY(-42%) translateX(-42%);
  max-width: 168px;
  z-index: 333;
}
*/


/*ボタン
===========================*/
.btn_catalog, .btn_video, .btn_blank {
    margin: 0px 0 0px;
}

.btn_catalog a:hover, .btn_video a:hover, .btn_blank a:hover {
/*    opacity: 0.6;*/
}

.btn_catalog a, .btn_video a, .btn_blank a {
    padding: 0.3em 1em 0.1em 0em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    opacity: 1;
}

.btn_catalog a::before {
    margin: 0 5px 0 0 ;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    content: '\e415';
    font-family: 'Material Icons';
    font-size: 24px;
  color: #2096da;
}

.btn_video a::before {
    margin: 0px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    content: '\e039';
    font-family: 'Material Icons';
    font-size: 24px;
  color: #2096da;
}

.btn_blank a::before {
    margin: 0px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    content: '\e89e';
    font-family: 'Material Icons';
    font-size: 24px;
  color: #2096da;
}

@media not all and (min-width: 412px) {
.btn_catalog a, .btn_video a, .btn_blank a {
  font-size: 10px;
}
.btn_catalog a::before, .btn_video a::before, .btn_blank a::before  {
    font-size: 20px;
}
}



/*製品説明文のCSS
================================================*/
.pro_caption{
  margin-top: 20px;
  font-size: 14px;
}



/*見出し
================================================*/
.main_ttl {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin: 65px auto 70px;
	position: relative;
	letter-spacing: 0.12em;
}
.main_ttl:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  width: 106px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2096da;
}
@media only screen and (max-width: 768px){
.main_ttl {
	font-size: 18px;
	margin: 40px auto 50px;
}
.main_ttl:after {
  bottom: -15px;
  width: 53px;
}
}
