@charset "utf-8";
/* CSS Document */
html {
  position: relative;
}
/* snavProducts */
.snavProducts {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #000a1a;
    padding: 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}
.snavProducts li {
    display: inline-block;
    float: none;
    background: 0 0 no-repeat;
    background-size: contain;
}
.snavProducts li:nth-child(1) {
    margin-left: -40px;
    background-image: url(/+E/products/common/images/snav_noboruder_ov.png);
}
.snavProducts li:nth-child(2) {
    margin-left: 100px;
    background-image: url(/+E/products/common/images/snav_nobiroon_ov.png);
}
.snavProducts li:nth-child(3) {
    margin-left: 118px;
    background-image: url(/+E/products/common/images/snav_bridge-welder_ov.png);
}
.snavProducts li:nth-child(4) {
    margin-left: 136px;
    background-image: url(/+E/products/common/images/snav_fujidana_ov.png);
}
.snavProducts img {
    padding: 0;
    display: block;
    transition: opacity 240ms;
}
.snavProducts .current img,
.snavProducts a:hover img {
  opacity: 0;
}

/* #content */
#content {
    background: #f2f2f2;
}

/* kayvisual */
#kayvisual {
    text-align: center;
}
#kayvisual h1 {
    padding: 47px 0 40px 0px;
    /* background: url(/+E/products/noboruder/images/tl_noboruder_pc.png) no-repeat 50% 47px; */
    /* text-indent: -99999px; */
}
#kayvisual p {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.04em;
    /* font-weight: bold; */
}

/* navFilter */
.navFilter {
    width: 1024px;
    margin: 40px auto 0;
    box-sizing: border-box;
    padding-left: 37px;
}
.navFilter a {
    text-align: center;
    width: 221px;
    line-height: 32px;
    padding: 0;
    float: left;
    margin: 0 22px 22px 0;
    border: solid 1px #797b80;
    box-sizing: border-box;
    color: #494a4c;
    font-size: 13px;
    /* font-weight: bold; */
    transition: background 240ms, color 240ms;
    /* font-weight: bold; */
}
.navFilter a:hover,
.navFilter .selected {
    background: #797b80;
    color: #fff;
    /* margin: 0; */
}

/* ctsProductList */
#ctsProductsList {
    clear: both;
    margin-top: 23px;
    width: 994px;
    box-sizing: border-box;
    padding: 15px 0 106px 22px;
}
#ctsProductsList.show_all {
  padding-top: 0;
}
.stlType {
    font-size: 20px;
    clear: both;
    border-bottom: solid 1px #919499;
    line-height: 1.56;
    letter-spacing: 0.1em;
    padding-bottom: 0.45em;
    margin: 0 22px 22px 0;
    padding-top: 8px;
    /* font-weight: bold; */
}
.boxThumb {
    position: relative;
    width: 302px;
    height: 302px;
    box-sizing: border-box;
    float: left;
    margin: 0 22px 22px 0;
    overflow: hidden;
}
.boxThumb a {
    display: block;
    padding: 19px 20px;
    height: 100%;
    box-sizing: border-box;
}
.boxThumb h3,
.txtType {
    position: relative;
    z-index: 1;
}
.boxThumb h3 {
    font-size: 25px;
    line-height: 1.28;
    font-family: "roboto", "Noto Sans Japanese";
    font-weight: 300;
    letter-spacing: 0.04em;
    margin: 0 0 0.2em;
}
.boxThumb h3.layS {
    font-size: 23px;
    letter-spacing: 0;
}
.boxThumb h3 small {
    font-size: 0.6em;
    margin-right: -2em;
    display: inline-block;
}
.boxThumb h3 small .layJp {
  font-size: 1em;
}
.boxThumb h3 .layJp {
  font-weight: 200;
  font-size: 23px;
}
.txtType {
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: 0.04em;
    padding: 0 0 0 0.15em;
    /* font-weight: bold; */
}
.imgThumb {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: 410ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
.boxThumb .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.boxThumb .view:before {
    content: "";
    background: rgba(48, 49, 51, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 140ms ease-out;
    opacity: 0;
}
.boxThumb .icnView {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    margin: -27px 0 0 -13.5px;
    line-height: 28px;
    font-size: 0.6em;
    font-family: icon;
    visibility: hidden;
}
.boxThumb .icnView span {
    transition: opacity 130ms 140ms linear;
    opacity: 0;
}
.boxThumb .icnView:before {
    content: "";
    border: solid 2px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: scale(0.1);
    transition: transform 180ms cubic-bezier(0.25, 0.46, 0.33, 0.98) 80ms;
}
.boxThumb .txtView {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    margin: 161px 0 0;
    letter-spacing: 0.04em;
    transition 240ms;
    opacity: 0;
    transition: opacity 400ms 160ms;
    visibility: hidden;
    font-weight: 500;
}
.boxThumb a:hover {
    color: inherit;
}
/* filter */
#noboruder #ctsProductsList .stlType,
#noboruder #ctsProductsList .boxThumb {
  display: none;
}
#noboruder #ctsProductsList.show_all .stlType,
#noboruder #ctsProductsList.show_all .boxThumb,
#noboruder #ctsProductsList.show_zero-type .boxThumb[data-type="zero-type"],
#noboruder #ctsProductsList.show_fillet-welding .boxThumb[data-type="fillet-welding"],
#noboruder #ctsProductsList.show_butt-welding .boxThumb[data-type="butt-welding"],
#noboruder #ctsProductsList.show_double-torch-type .boxThumb[data-type="double-torch-type"],
#noboruder #ctsProductsList.show_for-pipes .boxThumb[data-type="for-pipes"],
#noboruder #ctsProductsList.show_for-docts .boxThumb[data-type="for-docts"] {
  display: block;
  opacity: 1;
}
#noboruder #ctsProductsList {
  opacity: 1;
  transition: opacity 140ms linear;
}
#noboruder #ctsProductsList.interval {
  opacity: 0 !important;
}

/* nobiroon */
#nobiroon #kayvisual h1 {
    padding: 47px 0 40px 0px;
    background: url(/+E/products/nobiroon/images/tl_nobiroon_pc.png) no-repeat 50% 47px;
}
#nobiroon #ctsProductsList {
  padding-top: 17px;
}
#nobiroon .txtType {
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.17;
}
/* bridgewelder */
#bridgewelder #kayvisual h1 {
    padding: 47px 0 42px 0px;
    background: url(/+E/products/bridgewelder/images/tl_bridgewelder_pc.png) no-repeat 50% 47px;
}
#bridgewelder #kayvisual .txtMainDetail li {
  padding-bottom: 1em;
}
#bridgewelder .txtMainDetail li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
#bridgewelder .txtMainDetail li:before {
  content: "\2b";
  color: #006cb8;
  font-family: icon;
  font-size: 10px;
  width: 1.9em;
  display: inline-block;
  text-indent: 0;
  position: relative;
  top: -0.25em;
}
#bridgewelder #kayvisual p {
  font-size: 16px;
  line-height: 1.63;
  padding: 0 0 25px;
}
#bridgewelder #kayvisual .txtMainDetail {
  text-align: left;
  width: 49%;
  float: left;
  box-sizing: border-box;
}
#bridgewelder #kayvisual .txtMainDetail:nth-child(2) {
  float: right;
}
#bridgewelder .imgMain {
  padding: 31px 0 0;
  display: block;
  margin: 0 auto;
}
#bridgewelder .container {
  background: #fff;
  padding: 41px 81px 0;
  box-sizing: border-box;
}
#bridgewelder .stlDetail {
  border-bottom: solid 1px #ccc;
  font-weight: 400;
  padding: 0 0 0.55em;
}
#bridgewelder .imgSpec {
  margin: 21px 0 22px 122px;
}
#bridgewelder .infoDetail {
  text-align: left;
}
#bridgewelder .infoDetail td {
  text-align: center;
}
#bridgewelder .infoDetail th[colspan] {
  width: 243px;
  padding-right: 21px;
}
#bridgewelder .infoDetail th[rowspan] {
  width: 162px;
}
#bridgewelder .infoDetail tr:nth-child(8) td {
  line-height: 1.7;
  padding-top: 3px;
  padding-bottom: 3px;
}
#bridgewelder .stlTable {
  text-align: center;
}
#bridgewelder .stlTable:first-child {
  text-align: left;
}
#bridgewelder .imgOption {
  margin: 14px 0 18px 121px;
}
#bridgewelder #ctsOption {
  padding-bottom: 85px;
  margin-bottom: 129px;
}
/* bridgewelder */
#fujidana #kayvisual h1 {
    padding: 47px 0 41px 0px;
    background: url(/+E/products/fujidana/images/tl_fujidana_pc.png) no-repeat 50% 47px;
}
#fujidana #kayvisual .txtMainDetail li {
  padding-bottom: 0.9em;
}
#fujidana .txtMainDetail li {
    text-indent: -1.4em;
    padding-left: 1.4em;
}
#fujidana .txtMainDetail li:before {
  content: "\e906";
  color: #006cb8;
  font-family: icon;
  font-size: 0.5em;
  width: 1.9em;
  display: inline-block;
  text-indent: 0;
  position: relative;
  top: -0.1em;
  font-size: 10px;
}
#fujidana #kayvisual p {
  font-size: 16px;
  line-height: 1.63;
  padding: 0 0 25px;
}
#fujidana #kayvisual .txtMainDetail {
  text-align: left;
  width: 49%;
  float: left;
  box-sizing: border-box;
}
#fujidana #kayvisual .txtMainDetail:nth-child(2) {
  float: right;
}
#fujidana #kayvisual {
  padding: 0 0 27px 0;
}
#fujidana .stlName {
  text-align: center;
  border-bottom: solid 1px #919499;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 0.57em;
}
#fujidana .stlName .txtType {
  font-size: 14px;
  font-weight: 400;
}
#fujidana .imgMain {
  padding: 30px 0 0px;
  display: block;
}
#fujidana .container {
  background: #fff;
  padding: 41px 81px 0;
  box-sizing: border-box;
}
#fujidana .stlDetail {
  border-bottom: solid 1px #ccc;
  font-weight: 400;
  padding: 0 0 0.54em;
}
#fujidana .imgSpec {
  margin: 26px 0 87px 159px;
}
#ctsF2 {
  margin-top: 57px;
  margin-bottom: 129px;
}
#ctsF2 .imgSpec {
  margin: 30px 0 49px 148px;
}
@media screen and (min-width: 768px) {
  .boxThumb a:hover .view:before {
      opacity: 1;
  }
  .boxThumb a:hover .icnView {
      visibility: visible;
  }
  .boxThumb a:hover .icnView:before {
      transform: scale(1);
  }
  .boxThumb a:hover .icnView span {
      opacity: 1;
  }
  .boxThumb a:hover .txtView {
      opacity: 1;
      visibility: visible;
  }
  .boxThumb a:hover .imgThumb {
      transform: scale(1.1);
  }
}

/* popup */
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}
.white-popup {
    background: #fff;
    width: 950px;
    margin: 22px auto;
    box-sizing: border-box;
    padding: 76px 81px 88px;
    position: relative;
}
.white-popup h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
}
.white-popup h2 small {
  font-size: 0.6em;
  display: inline-block;
}
.txtTypeDetail {
    font-size: 15px;
    line-height: 2;
    margin: 0.24em 0 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.04em;
}
.txtMainDetail {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.04em;
}
.boxColumn {
    border: solid 1px #cccccc;
    margin: 33px 0 39px;
    text-align: center;
    padding: 0 0 30px;
}
.boxColumn h3 {
    color: #006cb8;
    text-align: center;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 1.6em 0 34px;
}
.stlDetail {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.25em;
    margin: 0 0 0.5em;
    /* font-weight: bold; */
}
.txtMainDetail + .stlDetail {
  margin-top: 30px;
}
.infoDetail {
    font-size: 13px;
    line-height: 1;
    width: 100%;
    /* table-layout: fixed; */
}
.infoDetail th,
.infoDetail td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
    padding: 7px 6px 6px 6px;
    vertical-align: middle;
    line-height: 1.3;
    box-sizing: border-box;
    letter-spacing: 0.04em;
}
.infoDetail th {
  text-align: left;
}
#noboruder .infoDetail th {
  width: 213px;
}
.infoDetail th[colspan="2"] {
    width: 405px;
}
.infoDetail th[rowspan] {
    width: 192px;
}
.infoDetail .stlTable:first-child:after,
.infoDetail th:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    width: 22px;
}
.infoDetail .stlTable:after,
.infoDetail th[rowspan]:after {
    display: none;
}
.infoDetailSp01,
.infoDetailSp02 {
  position: absolute;
  top: -99999px;
}
.captionDetail {
    font-size: 10px;
    line-height: 1.3;
    width: 100%;
    text-align: right;
    display: inline-block;
    letter-spacing: 0.04em;
    padding: 0.7em 0 0;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    top: 1px;
    right: 21px;
    /* color: transparent !important; */
    margin: 22px 0 0;
    font-family: icon;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* #nb-m21n_zero_s */
#nb-m21n_zero_s .imgMainDetail {
    margin: -28px 0 37px 0;
}
/* #nb-m31n_zero_s */
#nb-m31n_zero_s .imgMainDetail {
    margin: -13px 0 21px 0;
}
#nb-m31n_zero_s .imgColumnDetail {
  margin: 33px 0 51px;
}
/* nb-rsv11 */
#nb-rsv11 .imgMainDetail {
  margin: 7px 0 -9px;
}
#nb-rsv11 .boxColumn {
 background: #f2f2f2;
 border: none;
}
#nb-rsv11 .imgColumnDetail {
  padding: 13px 10px 43px 0;
}
/* nb-rsv21 */
#nb-rsv21 .imgMainDetail {
  margin: -26px 0 -12px;
}
/* nb-m3svi */
#nb-m3svi .imgMainDetail {
  margin: -26px 0 16px;
}
/* nb-m3svh */
#nb-m3svh .imgMainDetail {
 margin: 11px 0 17px; 
}
/* nb-1svm */
#nb-1svm .imgMainDetail {
  margin: -13px 0 3px;
}
/* nb-1sv */
#nb-1sv .imgMainDetail {
  margin: -37px 0 18px;
}
/* nb-8svm */
#nb-8svm .imgMainDetail {
  margin: 11px 0 5px;
}
#nb-8svm .boxColumn {
  background: #f2f2f2;
  border: none;
}
#nb-8svm .boxCol {
  float: left;
}
#nb-8svm .boxCol:nth-child(1) {
  width: 510px;
}
#nb-8svm .boxCol:nth-child(1) img {
  margin: -2px 0 0 -17px;
}
#nb-8svm .boxCol:nth-child(2) {
  width: 180px;
  margin-left: -21px;
}
#nb-8svm .boxCol:nth-child(2) img {
  margin: -2px 0 20px 43px;
}
/* nb-4w */
#nb-4w .imgMainDetail {
  margin: -5px 0 29px;
}
/* nb-m21tw */
#nb-m21tw .imgMainDetail {
  margin: -3px 0 16px;
}
/* nb-m21 */
#nb-m21 .imgMainDetail {
  margin: -37px 0 4px;
}
/* nb-m21t */
#nb-m21t .imgMainDetail {
  margin: -1px 0 -58px;
}
/* nb-m21sp */
#nb-m21sp .imgMainDetail {
  margin: -8px 0 24px;
}
/* nb-m21p */
#nb-m21p .imgMainDetail {
  margin: -30px 0 -17px 0;
}
/* nb-m21lh */
#nb-m21lh .imgMainDetail {
  margin: -20px 0 -51px;
}
/* nb-m21s */
#nb-m21s .imgMainDetail {
  margin: -53px 0 12px 0;
}
/* nb-m31 */
#nb-m31 .imgMainDetail {
  margin: -25px 0 28px;
}
/* nb-m31h */
#nb-m31h .imgMainDetail {
  margin: 11px 0 25px;
}
/* nb-5 */
#nb-5 .imgMainDetail {
  margin: -45px 0 47px;
}
/* nb-rsv31 */
#nb-rsv31 .imgMainDetail {
  margin: 1px 0 -4px;
}
#nb-rsv31 .boxColumn h3 {
  width: 80%;
  margin: 0 auto;
}
#nb-rsv31 .imgColumnDetail {
  margin: 0 0 -4px 18px;
}
/* nb-21pgw */
#nb-21pgw .imgMainDetail {
  margin: 7px 0 1px;
}
/* battery */
#battery .imgMainDetail {
  margin: 30px 0 -44px;
}
/* nb-m31g */
#nb-m31g .imgMainDetail {
  margin: -26px 0 1px;
}
/* mk-001 */
#mk-001 .imgMainDetail {
  margin: -19px 0 47px;
  position: relative;
}
#mk-001 .imgMainDetailSub {
  position: absolute;
  top: 0;
  left: 0;
  margin: 204px 0 0 540px;
}
/* nobiroon */
#nobiroon .txtTypeDetail {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin: 0.8em 0 0 0;
  letter-spacing: 0.04em;
}
#nobiroon .txtMainDetail li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#nobiroon .txtMainDetail li:before {
  content: "\2b";
  color: #006cb8;
  font-family: icon;
  font-size: 10px;
  /* padding: 0 0.7em 0 0; */
  width: 1.9em;
  display: inline-block;
  text-indent: 0;
  position: relative;
  top: -0.1em;
}
#nobiroon .ctsSubDetail {
  margin: 25px 0 0;
  padding: 0 0 3px;
}
#nobiroon .txtSubDetail {
  display: block;
  font-size: 12px;
  padding: 0.5em 0 0;
}
#nobiroon .stlDetail {
  border-bottom: solid 1px #ccc;
  margin-top: 39px;
  padding: 0 0 0.5em;
}
#nobiroon .boxColumn {
  border: none;
  margin: 41px 0 21px;
}
#nobiroon .boxColumn img {
  vertical-align: top;
}
#nobiroon .imgColumnDetail:nth-child(1) {
 margin: 11px 23px 0 16px;
}
.stlTable {
  background: #797b80;
  color: #fff;
  text-align: center;
  border-top: none !important;
}
.stlTable:first-child {
  padding-left: 0.9em !important;
}
#nobiroon .headTable {
  font-weight: bold;
  border-top: none;
  text-align: center;
}
#nobiroon .headTable:first-child {
  text-align: left;
}
.stlTable:first-child {
  text-align: left;
}
.stlTable:after {
  display: none;
}
#nobiroon .infoDetail td {
  text-align: center;
  /* padding-right: 6px; */
  box-sizing: border-box;
}
#nobiroon .infoDetail[data-split="3"] td {
  width: 109px;
}
#nobiroon .infoDetail th {
  width: 143px;
}
#nobiroon .infoDetail .stlTable {
  width: auto;
  text-align: center;
}
#nobiroon .infoDetail .stlTable:first-child {
  text-align: left;
}
#nobiroon .infoDetail th[colspan] {
    width: 243px;
    padding-right: 21px;
}
#nobiroon .infoDetail th[rowspan] {
  width: 98px;
}
#nobiroon .infoDetail + .infoDetail {
  margin-top: 60px;
}
/* s_type */
#s_type .imgMainDetail {
  margin: -3px 0 29px 0;
}
/* n_type */
#n_type .imgMainDetail {
  margin: 30px 0 9px 0;
}
/* dn_type */
#dn_type .imgMainDetail {
  margin: 28px 0 26px 0;
}
/* pn_type */
#pn_type .imgMainDetail {
  margin: 28px 0 48px 0;
}
/* l_type */
#l_type .imgMainDetail {
  margin: 11px 0 39px 0;
}
/* h_type */
#h_type .imgMainDetail {
  margin: 11px 0 41px 0;
}
/* dgh_type */
#dgh_type .imgMainDetail {
  margin: -41px 0 15px 0;
}
/* dgl_type */
#dgl_type .imgMainDetail {
  margin: 39px 0 33px 0;
}
/* yn_type */
#yn_type .imgMainDetail {
  margin: 9px 0 63px 0;
}
#yn_type .boxColumn {
  margin-top: 59px;
}
#yn_type .imgColumnDetail:nth-child(1) {
  /* margin-top: -19px; */
  margin: -19px 23px 0 12px;
}
/* dt_type */
#dt_type .imgMainDetail {
  margin: 19px 0 43px 0;
}
/* ev_type */
#ev_type .imgMainDetail {
  margin: -43px 0 -70px;
}
#ev_type .txtMainDetail .layTxt {
  padding-left: 3.3em;
}
#ev_type .boxColumn {
  margin-top: 29px;
}
/* dfgn_type */
#dfgn_type .imgMainDetail {
  margin: -23px 0 23px;
}
#dfgn_type .boxColumn {
  margin: 37px 0 16px;
}
#dfgn_type .imgColumnDetail:nth-child(1) {
  margin: 67px 31px 0 0;
}
/* dwn_type */
#dwn_type .imgMainDetail {
  margin: 23px 0 28px;
}
#dwn_type .boxColumn {
  padding-bottom: 15px;
}
#dwn_type .imgColumnDetail:nth-child(1) {
  margin: 0 68px 0 0;
}
#dwn_type .imgColumnDetail:nth-child(2) {
  margin: 38px 0 0 0;
}
/* dwgl_super_type */
#dwgl_super_type .imgMainDetail {
  margin: 65px 0 44px;
}
/* dgl-tum_type */
#dgl-tum_type .imgMainDetail {
  margin: 59px 0 41px;
}
#dgl-tum_type .imgColumnDetail:nth-child(1) {
  margin: 0 48px 0 0;
}
/* hevn_type */
#hevn_type .imgMainDetail {
  margin: 25px 0 22px;
}
#hevn_type .imgColumnDetail:nth-child(1) {
  margin: 0 28px 0 0;
}
/* dust-roon */
#dust-roon .imgMainDetail {
  margin: 28px 0 31px;
}
/* primo-roon */
#primo-roon .imgMainDetail {
  margin: 28px 0 42px;
}
/* hot-roon */
#hot-roon .imgMainDetail {
  margin: 13px 0 42px;
}
/* cool-roon */
#cool-roon .imgMainDetail {
  margin: 7px 0 44px;
}
@media screen and (max-width:767px) {
  /* snavProducts */
  .snavProducts {
    height: auto;
    margin-top: -1px;
  }
  .snavProducts li {
    margin: 0 !important;
    width: 50%;
    text-align: center;
    background-position: 50% 50%;
    /* background-size: contain; */
    height: 0;
    padding-bottom: 10.5%;
    display: block;
    float: left;
    position: relative;
    border-top: solid 1px #fff;
    box-sizing: border-box;
    background-size: auto 78%;
  }
  .snavProducts li:nth-child(odd) {
    border-right: solid 1px #fff;
  }
  .snavProducts li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000a1a;
  }
  .snavProducts img {
    width: auto;
    height: 78%;
    margin: 2.5% auto 0;
  }
  .snavProducts .current img {
  }

  /* #content */
  #content {
  }

  /* kayvisual */
  #kayvisual {
  }
  #kayvisual h1 {
    width: 87.36%;
    padding: 9.5% 0 24.4% 6.5%;
    background: none;
    text-indent: 0;
    height: 0;
  }
  #kayvisual p {
    font-size: 0.6em;
    line-height: 1.84;
  }

  /* navFilter */
  .navFilter {
    width: 86.97%;
    padding-left: 0;
    margin-top: 8%;
  }
  .navFilter a {
    font-size: 0.5em;
    width: 100%;
    margin: 0;
    line-height: 3.9;
    white-space: nowrap;
  }
  .navFilter li {
    width: 32.54%;
    float: left;
    margin: 0 1.2% 1.2% 0;
  }
  .navFilter li:nth-child(3),
  .navFilter li:nth-child(6) {
    margin-right: -1%;
  }
  .navFilter .selected {
  }

  /* ctsProductList */
  #ctsProductsList {
    width: 86.97%;
    padding: 0 0 20%;
    /* margin: 0 -3.79%; */
    margin-top: 6.2%;
    width: 90.75%;
  }
  .stlType {
    font-size: 0.75em;
    margin: 0 2.09% 4.3%;
    padding-bottom: 0.35em;
    padding-top: 2%;
  }
  .boxThumb {
    width: 47.83%;
    height: 0;
    padding-bottom: 47.83%;
    margin: 0 0 4.35%;
    width: 45.77%;
    margin: 0 2.09% 2.09%;
  }
  .boxThumb a {
  padding: 6.3% 7.2% 94%;
  }
  .boxThumb h3,
  .txtType {
  }
  .boxThumb h3 {
    font-size: 0.66em;
  }
  .boxThumb h3 .layJp {
    font-size: 0.92em;
  }
  .boxThumb h3.layS {
    font-size: 0.61em;
  }
  .boxThumb h3 small {
  }
  .txtType {
    font-size: 0.317em;
  }
  .boxThumb .txtView {
      transition 240ms;
  }

  /* popup */
  .white-popup {
    width: 88.4%;
    padding: 6.1% 6.7% 11%;
    margin: 13% auto;
  }
  .white-popup h2 {
    font-size: 1.5em;
  }
  .white-popup h2 small {
  display: block;
  padding-top: 0.26em;
  }
  .white-popup h2 .layJp {
    font-size: 0.9em;
    letter-spacing: 0.01em;
  }
  .txtTypeDetail {
    font-size: 0.55em;
    line-height: 1.454;
    margin: 0.45em 0 0;
  }
  .txtMainDetail {
    font-size: 0.5em;
    line-height: 1.7;
  }
  .imgMainDetail {
    overflow: hidden;
  }
  .imgMainDetail img {
    width: 139.1%;
    margin-left: -20%;
  }
  .boxColumn {
    margin: 7.2% 0 7.9%;
    padding: 0 0 5.8%;
  }
  .boxColumn h3 {
    font-size: 0.5em;
    padding: 1.8em 0 7.7%;
  }
  .stlDetail {
    font-size: 0.7em;
    margin: 0 0 0.25em;
  }
  .infoDetail {
    font-size: 0.5em;
    line-height: 1.3;
    table-layout: auto;
  }
  .infoDetail th,
  .infoDetail td,
  #nobiroon .infoDetail td {
    padding: 0.7em 0 0.5em 0.1em;
  }
  #noboruder .infoDetail th,
  #nobiroon .infoDetail th,
  .infoDetail th + th {
    width: 28.27%;
  }
  #noboruder .infoDetail th + th {
    padding-right: 4%;
  }
  .infoDetail .stlTable {
    width: auto;
  }
  #noboruder .infoDetail th[colspan="2"],
  .infoDetail th[colspan="2"] {
    width: 50%;
  }
  #nobiroon .infoDetail th[rowspan],
  .infoDetail th[rowspan] {
    width: 22.2%;
  }
  .infoDetail .stlTable:first-child:after,
  .infoDetail th:after {
    width: 2.86vw;
  }
  .captionDetail {
    font-size: 0.375em;
    letter-spacing: 0;
  }
  .mfp-close-btn-in .mfp-close {
    top: 0;
    right: 0;
    margin: -0.4em 0 0;
    color: #fff;
    font-size: 1.2em;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: right;
    height: auto;
    line-height: 1;
  }

  /* #nb-m21n_zero_s */
  #nb-m21n_zero_s .imgMainDetail {
    margin: -7.2% 0 8.3% 0;
  }
  #nb-m21n_zero_s .imgColumnDetail {
    width: 82.7%;
  }
  /* #nb-m31n_zero_s */
#nb-m31n_zero_s .imgMainDetail {margin: 1% 0 3%;}
#nb-m31n_zero_s .imgColumnDetail {width: 89.6%;margin: 2% 0 4.6% -1.4%;}
/* nb-rsv11 */
#nb-rsv11 .imgMainDetail {margin: 2% 0 0;}
#nb-rsv11 .boxColumn {
}
#nb-rsv11 .imgColumnDetail {width: 54.1%;padding: 1.6% 0 5.1% 0;}
/* nb-rsv21 */
#nb-rsv21 .imgMainDetail {margin: 2.2% 0 -6.2%;}
/* nb-m3svi */
#nb-m3svi .imgMainDetail {margin: 0.4% 0 2.3%;}
/* nb-m3svh */
#nb-m3svh .imgMainDetail {margin: 3.5% 0 3.5%;}
/* nb-1svm */
#nb-1svm .imgMainDetail {margin: 0.2% 0 3.2%;}
/* nb-1sv */
#nb-1sv .imgMainDetail {margin: -1.7% 0 1.3%;}
/* nb-8svm */
#nb-8svm .imgMainDetail {margin: 4% 0 2%;}
#nb-8svm .boxColumn {
}
#nb-8svm .boxCol {
}
#nb-8svm .boxCol:nth-child(1) {
  width: 100%;
}
#nb-8svm .boxCol:nth-child(1) img {
  width: 68.2%;
  margin: -8% 0 0 -4.6%;
}
#nb-8svm .boxCol:nth-child(2) {
  width: 100%;
  margin: 0;
}
#nb-8svm .boxCol:nth-child(2) img {
  width: 47.1%;
  margin: 1% 0 0 26%;
}
/* nb-4w */
#nb-4w .imgMainDetail {margin: 4.5% 0 5.7%;}
/* nb-m21tw */
#nb-m21tw .imgMainDetail {margin: 0.9% 0 2.7%;}
/* nb-m21 */
#nb-m21 .imgMainDetail {margin: 1.8% 0 2.2%;}
/* nb-m21t */
#nb-m21t {
  padding-bottom: 7.1%;
}
#nb-m21t .imgMainDetail {margin: 1.5% 0 -3.6%;}
/* nb-m21sp */
#nb-m21sp .imgMainDetail {margin: 2.8% 0 5.5%;}
/* nb-m21p */
#nb-m21p {
  padding-bottom: 7.1%;
}
#nb-m21p .imgMainDetail {margin: 2.7% 0 -0.4%;}
/* nb-m21_tack */
#nb-m21_tack .imgMainDetail {
  margin: 2.5% 0 1.1%;
}
/* nb-m21lh */
#nb-m21lh {
  padding-bottom: 7.1%;
}
#nb-m21lh .imgMainDetail {margin: 0.2% 0 -6.2%;}
/* nb-m21s */
#nb-m21s .imgMainDetail {margin: -4.6% 0 2.4%;}
/* nb-m31 */
#nb-m31 .imgMainDetail {margin: 3.8% 0 4.6%;}
/* nb-m31h */
#nb-m31h .imgMainDetail {margin: 3.9% 0 5%;}
/* nb-5 */
#nb-5 .imgMainDetail {margin: 0.7% 0 6.2%;}
/* nb-rsv31 */
#nb-rsv31 .imgMainDetail {margin: 4.1% 0 -0.4%;}
#nb-rsv31 .boxColumn h3 {
  width: 70%;
}
#nb-rsv31 .imgColumnDetail {width: 87%;margin: 1% 0 1.9%;}
/* nb-21pgw */
#nb-21pgw .imgMainDetail {margin: 7.6% 0 0;}
/* battery */
#battery .imgMainDetail {margin: 2.2% 0 -8.2%;}
/* nb-m31g */
#nb-m31g .imgMainDetail {margin: 5.2% 0 -4.8%;}
/* mk-001 */
#mk-001 .imgMainDetail {margin: 3.1% 0 0 0;padding-bottom: 17.2%;}
#mk-001 .imgMainDetail img { 
  margin-left: -17.7%;
}
#mk-001 img.imgMainDetailSub {margin: 47% 0 0 60.8%;width: 39.1%;}


  /* nobiroon */
  #nobiroon #kayvisual h1 {
    padding: 0;
    padding: 9.78%  0 27% 17.74%;
    width: 64.15%;
    background: none;
  }
  #nobiroon .txtTypeDetail {
    font-size: 0.55em;
    line-height: 1.45;
  }
  #nobiroon .txtMainDetail li {
    padding-bottom: 1.5%;
  }
  #nobiroon .stlDetail {
    margin-top: 4.2%;
    padding-bottom: 0.3em;
  }
  #nobiroon .infoDetail[data-split] {
    position: absolute;
    top: -99999px;
  }
  #nobiroon .infoDetailSp01,
  #nobiroon .infoDetailSp02 {
    position: static;
  }
  #nobiroon .infoDetail + .infoDetail {
    margin-top: 0;
  }
  #nobiroon .infoDetail + .infoDetailSp02 {
    margin-top: 8.6%;
  }
  #nobiroon .infoDetail th[colspan="2"] {
    width: 51.7%;
  }
  #nobiroon .txtMainDetail li:before {
    width: 2.8em;
    font-size: 0.5em;
  }
  #nobiroon .boxColumn {
    margin: 6.2% 0 0;
    padding-bottom: 7.1%;
  }
  #nobiroon .imgColumnDetail:nth-child(1) {
    width: 73.5%;
    margin: 0 0 7.1%;
  }
  #nobiroon .imgColumnDetail:nth-child(2) {
    width: 56.6%;
  }
  #nobiroon .ctsSubDetail {
    margin-top: 8.2%;
    padding-bottom: 2%;
  }
  #nobiroon .infoDetail th[colspan] {
    width: 50%;
    padding-right: 4%;
  }
  #nobiroon .infoDetail th {
    padding-right: 4%;
  }
  #nobiroon .infoDetail .stlTable,
  #nobiroon .infoDetail th[rowspan] {
    padding-right: 0;
  }
  #nobiroon .infoDetail[data-split="3"] + .infoDetailSp01 td {
    width: 16.6%;
  }
  /* s_type */
#s_type .imgMainDetail {margin: 2.2% 0 3.7%;}
/* n_type */
#n_type .imgMainDetail {margin: 3.8% 0 1.1%;}
/* dn_type */
#dn_type .imgMainDetail {margin: 3.9% 0 2.3%;}
/* pn_type */
#pn_type .imgMainDetail {margin: 4.5% 0 3.4%;}
/* l_type */
#l_type .imgMainDetail {margin: 3.5% 0 5.3%;}
/* h_type */
#h_type .imgMainDetail {margin: 2.2% 0 5.3%;}
/* dgh_type */
#dgh_type .imgMainDetail {margin: 1.5% 0 2%;}
/* dgl_type */
#dgl_type .imgMainDetail {margin: 5.5% 0 2.7%;}
/* yn_type */
#yn_type .imgMainDetail {margin: 3.6% 0 2%;}
#yn_type .boxColumn {
}
/* dt_type */
#dt_type .imgMainDetail {margin: 2% 0 5.2%;}
/* ev_type */
#ev_type .imgMainDetail {margin: 1.8% 0 1.3%;}
#ev_type .txtMainDetail .layTxt {padding-left: 3.35em;}
#ev_type .boxColumn {padding-bottom: 0;}
#ev_type .imgColumnDetail:nth-child(1) {
  margin-bottom: 1.8%;
}
#nobiroon #ev_type .infoDetailSp01 {
  margin-top: 8.6%;
}
/* dfgn_type */
#dfgn_type .imgMainDetail {margin: 2% 0 4%;}
#dfgn_type .ctsSubDetail img {
  width: 52.3%;
  margin: -3% auto 0;
  display: block;
}
#dfgn_type .imgColumnDetail:nth-child(1) {
  width: 70.2%;
}
#dfgn_type .imgColumnDetail:nth-child(2) {
  width: 62.6%;
  padding-bottom: 2%;
}
/* dwn_type */
#dwn_type .imgMainDetail {margin: 5% 0 3.4%;}
#dwn_type .imgColumnDetail:nth-child(1),
#dwn_type .imgColumnDetail:nth-child(2) {
  width: 56.6%;
  margin-bottom: 0;
}
#dwn_type .boxColumn {
  padding-bottom: 9.5%;
}
/* dwgl_super_type */
#dwgl_super_type .imgMainDetail {margin: 5.3% 0 4.6%;}
/* dgl-tum_type */
#dgl-tum_type .imgMainDetail {margin: 7.1% 0 6.1%;}
#dgl-tum_type .txtMainDetail {
  width: 52%;
  float: left;
}
#dgl-tum_type .ctsSubDetail {
  float: right;
  width: 42.4%;
  margin-top: 1.5%;
  padding-bottom: 6.8%;
}
#nobiroon .txtSubDetail {
  font-size: 0.45em;
}
#dgl-tum_type .imgColumnDetail:nth-child(1) {
  width: 73.7%;
  margin-bottom: 0;
}
#dgl-tum_type .imgColumnDetail:nth-child(2) {
  width: 55.5%;
  margin: -9% 0 2.5% -10.7%;
}
/* hevn_type */
#hevn_type .imgMainDetail {margin: 5.7% 0 6.1%;}
#hevn_type .imgMainDetail img {
  margin-top: 0;
  width: 100%;
  margin-left: 0%;
}
#hevn_type .imgColumnDetail:nth-child(1) {
  width: 62.9%;
}
#hevn_type .imgColumnDetail:nth-child(2) {
  width: 56.6%;
  margin: 1% 0 3.6% -7%;
}
/* dust-roon */
#dust-roon,
#primo-roon,
#hot-roon,
#cool-roon {
  padding-bottom: 6%;
}
#dust-roon .imgMainDetail {margin: 4.6% 0 4.8%;}
/* primo-roon */
#primo-roon .imgMainDetail {margin: 3.9% 0 9.2%;}
/* hot-roon */
#hot-roon .imgMainDetail {margin: 4.8% 0 8.5%;}
/* cool-roon */
#cool-roon .imgMainDetail {margin: 3.4% 0 14.2%;}
  /* bridgewelder */
  #bridgewelder #kayvisual h1 {
    padding: 0;
    padding: 9.48%  0 31.7% 12.64%;
    width: 74.71%;
    background: none;
  }
  #bridgewelder #kayvisual p {
    font-size: 0.7em;
    line-height: 1.43;
    padding: 0 2em;
    padding-bottom: 5.8%;
  }
  #bridgewelder #kayvisual .txtMainDetail {
    width: auto;
    float: none;
    font-size: 0.6em;
    line-height: 1.67;
  }
  #bridgewelder .txtMainDetail {
    font-size: 0.6em;
  }
  #bridgewelder .txtMainDetail li:before {
    font-size: 0.8em;
    top: -0.05em;
    width: 1.7em;
  }
  #bridgewelder .txtMainDetail li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    padding-bottom: 0.8em;
  }
  #bridgewelder #kayvisual .txtMainDetail li {
    padding-bottom: 0.85em;
  }
  #bridgewelder .imgMain {
    width: 86.97%;
    padding: 5.2% 0 0;
  }
  #bridgewelder .container {
    padding: 4.9% 7.18% 0;
  }
  #bridgewelder .stlDetail {
    padding-bottom: 0.3em;
  }
  #bridgewelder .imgSpec {
    width: 98%;
    margin: 8.7% 0 9.2% 1.3%;
  }
  #bridgewelder .infoDetail[data-split] {
    position: absolute;
    top: -99999px;
  }
  #bridgewelder .infoDetailSp01,
  #bridgewelder .infoDetailSp02 {
    position: static;
  }
  #bridgewelder .infoDetailSp02 {
    margin-top: 13.6%;
  }
  #bridgewelder .infoDetail th[colspan] {
    width: 40.47%;
    padding-right: 4%;
  }
  .stlTable:first-child {
    padding-left: 0.5em;
  }
  #bridgewelder #ctsOption {
    padding-top: 8.3%;
    padding-bottom: 5.9%;
    margin-bottom: 23.7%;
  }
  #bridgewelder .imgOption {
    width: 97.6%;
    margin: 4.7% 0 8.3% 3%;
  }
  #bridgewelder .stlDetail + .txtMainDetail {
    padding-top: 0.7em;
  }
  /* fujidana */
  #fujidana #kayvisual h1 {
    padding: 0;
    padding: 9.7%  0 27% 20.34%;
    width: 59.72%;
    background: none;
  }
  #fujidana #kayvisual p {
    font-size: 0.7em;
    line-height: 1.43;
    padding-bottom: 5.8%;
    width: 90%;
    margin: 0 auto;
  }
  #fujidana #kayvisual .txtMainDetail {
    width: auto;
    float: none;
    font-size: 0.6em;
    line-height: 1.67;
  }
  #fujidana .txtMainDetail li:before {
    font-size: 0.8em;
    top: -0.05em;
    width: 1.7em;
  }
  #fujidana .txtMainDetail li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    padding-bottom: 1.65em;
  }
  #fujidana #kayvisual .txtMainDetail li {
    padding-bottom: 0.85em;
  }
  #fujidana #kayvisual {
    padding-bottom: 5.4%;
  }
  #fujidana .stlName {
    font-size: 0.8em;
    padding-bottom: 0.4em;
  }
  #fujidana .stlName .txtType {
    font-size: 0.625em;
  }
  #fujidana .imgMain {
    /* width: 86.97%; */
    padding: 4.1% 0 0.6%;
  }
  #fujidana .container {
    padding: 4.8% 7.18% 0;
  }
  #fujidana .stlDetail {
    padding-bottom: 0.35em;
  }
  #ctsF1 .imgSpec {
    width: 83.6%;
    margin: 9.1% 0 12.1% 9.2%;
  }
  #ctsF2 {
    margin-top: 9.7%;
    margin-bottom: 23.4%;
  }
  #ctsF2 .imgSpec {
    width: 84.1%;
    margin: 10.1% 0 5.7% 7.1%;
  }
}