@charset "shift_jis";
/* WEB FONT ------------------------------------------------------------------ */
/*
■Noto Sans JP
 https://fonts.google.com/specimen/Noto+Serif+JP
 font-family: 'Noto Serif JP', serif;
 font-weight: 500;
 ■Noto Sans JP
 https://fonts.google.com/specimen/Noto+Sans+JP
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;もしくはfont-weight: 700;
 ■Roboto
 https://fonts.google.com/specimen/Roboto
 font-family: 'Roboto', sans-serif;
 font-weight: 400;もしくはfont-weight: 500;
 ■Open Sans
 https://fonts.google.com/specimen/Open+Sans
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;もしくはfont-weight: 700;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Roboto&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
  padding-top: 90px !important;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #333333;
	
  min-width: 1182px;
}
.clear {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  clear: both;
}
body > a {
  display: none;
}
.sub_pane {
  display: none
}
td.pankuzu {
  text-align: right
}
.folder {
  text-decoration: none;
  cursor: pointer;
}
#pankuzu_967 {
  line-height: 1.2em;
  margin: 0;
  padding: 20px 0 0;
  font-size: 82%;
  text-align: right;
  clear: both;
}
* a:link, * a:visited {
  color: #064d79;
  text-decoration: none;
}
* a:hover, * a:active {
  color: #ff6600;
  text-decoration: underline;
}
/* 目次 ==================================================================================*/
/* HEADER AREA ------------------------------------------------------------------ */
/* NAVI SUB -------------- */
/* SEARCH AREA ----------- */
/* SEARCH BUTTON */
/* NAVI GLOBAL AREA ------------------------------------------------------------- */
/* NAVI GLOBAL ----------- */
/* ROOF COLOR */
/* SIDING COLOR */
/* GUTTER COLOR */
/* BIZ COLOR */
/* FOOTER AREA ------------------------------------------------------------------ */
/* NAVI FOOTER ----------- */
/* CATEGORY */
/* PRIMARY */
/* CHILD */
/* FOOTER BOTTOM --------- */
/* COPYRIGHT */
/* COMPANY INFO */
.spVer {
  display: none;
}
#headerArea, #headerArea *, #naviGlobalArea, #naviGlobalArea *, #footerArea, #footerArea * {
  box-sizing: border-box;
}
#headerArea input[type="submit"], #headerArea input[type="button"], #headerArea input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#headerArea input[type="submit"]::-webkit-search-decoration, #headerArea input[type="button"]::-webkit-search-decoration, #headerArea input[type="search"]::-webkit-search-decoration {
  display: none;
}
#headerArea input[type="submit"]::focus, #headerArea input[type="button"]::focus, #headerArea input[type="search"]::focus {
  outline-offset: -2px;
}
#headerArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
#headerArea button, #headerArea input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}
/* HEADER AREA ------------------------------------------------------------------ */
#headerArea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 2;
  font-size: 16px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding: 0 40px 0;
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 10;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
}
#headerArea.headerUnpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
#headerArea:hover {
  background-color: #434343 !important;
}
#headerArea a {
  color: #000000;
  text-decoration: none;
}
#logoMain {
  font-size: 0;
  line-height: 0;
}
#logoMain a {
  background-image: url("/common_site/img/logo_main.webp");
  background-repeat: no-repeat;
  background-size: 154px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 28px;
  width: 154px;
}
#headerArea:hover #logoMain a {
  background-image: url("/common_site/img/logo_main_w.webp");
}
#home #logoMain a {
  display: inline;
  background: none;
}
#logoMain img {
  height: auto;
  width: 154px;
}
#headerArea #logoMain path {
  fill: #006992 !important;
  transition: all .3s;
}
#headerArea:hover #logoMain path {
  fill: #FFF !important;
  transition: all .3s;
}
#headerNaviArea {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* NAVI SUB -------------- */
#naviSub {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  order: 1;
}
#naviSub > ul {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 30px;
  opacity: 1;
  transition: all .3s;
}
#naviSub > ul.active {
  opacity: 0;
  transition: all .3s;
}
#naviSub > ul > li {
  margin-left: 20px;
  white-space: nowrap;
}
#naviSub > ul > li > a {
  background-position: left center;
  background-repeat: no-repeat;
}
#headerArea:hover #naviSub > ul > li > a {
  color: #FFF;
}
#naviSub > ul > li.faq > a {
  background-image: url("/common_site/img/ic_faq.webp");
  background-size: 15px auto;
}
#naviSub > ul > li.cp > a {
  background-image: url("/common_site/img/ic_cp.webp");
  background-size: 12px auto;
  padding-left: 16px;
}
#naviSub > ul > li.global > a {
  background-image: url("/common_site/img/ic_global.webp");
  background-size: 15px auto;
  padding-left: 20px;
}
#headerArea:hover #naviSub > ul > li.global > a {
  background-image: url("/common_site/img/ic_global_w.webp");
}
/* 20221215追記 */
   #naviSub > ul .instagram{
     font-size: 0;
  }
  #naviSub > ul .instagram a span{
    border-radius: 7px;
    display: block;
     transition: .3s;
  }
  #naviSub > ul .instagram a:hover span{
    background-color: #000;
  }
  #naviSub > ul .instagram img{
    height: auto;
     width: 30px;
  }
/* SEARCH AREA -------------- */
#searchArea {
  margin-left: 20px;
  display: block !important;
  position: relative;
  top: 25px;
  width: 30px;
  height: 30px;
}
#searchArea form {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .8s;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  padding: 5px;
}
#searchArea input[type="search"] {
  border: 1px solid #F5F5F5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 84%;
  height: 26px;
  line-height: 26px;
  outline: 0;
  display: none;
  border-radius: 20px;
  padding: 0 20px;
}
/* SEARCH BUTTON  */
#searchArea .searchBtn {
  background: url("/common_site/img/ic_search.webp") center center no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
}
#searchArea:hover form {
  background-color: #000;
  width: 200px;
  cursor: pointer;
}
#searchArea form:hover input {
  display: block;
}
/* NAVI GLOBAL AREA ------------------------------------------------------------------ */
#naviGlobalArea {
  display: block !important;
  align-self: flex-end;
  order: 0;
}
#headerArea:hover #naviGlobalArea #naviGlobal > li > a, #headerArea:hover #naviGlobalArea #naviGlobal > li > span {
  color: #FFF;
}
#naviGlobalArea #btClose {
  display: none !important;
}
/* NAVI GLOBAL -------------- */
#naviGlobal {
  display: flex;
  margin-top: 25px;
}
#naviGlobal > li {
  font-size: 15px;
  white-space: nowrap;
}
#naviGlobal > li > a, #naviGlobal > li > span {
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  display: block;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  letter-spacing: .15em;
}
#naviGlobal > li > a:after, #naviGlobal > li > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: 0;
  height: 5px;
  width: 0;
  transition: all .3s;
}
#naviGlobal > li:hover > a:after, #naviGlobal > li:hover > span:after {
  background-color: #FFF;
}
#naviGlobal > li:nth-child(1):hover > a:after, #naviGlobal > li:nth-child(1):hover > span:after {
  width: 69px;
}
#naviGlobal > li:nth-child(2):hover > a:after, #naviGlobal > li:nth-child(2):hover > span:after {
  width: 69px;
}
#naviGlobal > li:nth-child(3):hover > a:after, #naviGlobal > li:nth-child(3):hover > span:after {
  width: 86px;
}
#naviGlobal > li:nth-child(4):hover > a:after, #naviGlobal > li:nth-child(4):hover > span:after {
  width: 64px;
}
#naviGlobal > li:nth-child(5):hover > a:after, #naviGlobal > li:nth-child(5):hover > span:after {
  width: 94px;
}
#naviGlobal > li:nth-child(6):hover > a:after, #naviGlobal > li:nth-child(6):hover > span:after {
  width: 102px;
}
#naviGlobal > li:first-child > a, #naviGlobal > li:first-child > span {
  padding-left: 30px;
}
#naviGlobal > li:first-child > a:after, #naviGlobal > li:first-child > span:after {
  left: calc(50% + 7px);
}
#naviGlobal > li:last-child > a, #naviGlobal > li:last-child > span {
  padding-right: 30px;
}
#naviGlobal > li:last-child > a:after, #naviGlobal > li:last-child > span:after {
  left: calc(50% - 7px);
}
#naviGlobal > li > div.child {
  background-color: #F5F5F5;
}
#naviGlobal > li > div.child {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block !important;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  padding: 40px 20px 45px;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all .3s;
}
#headerArea.headerUnpinned #naviGlobal > li > div.child {
  opacity: 0;
  pointer-events: none;
}
#naviGlobal > li > div.child a {
  color: #000000 !important;
  transition: .3s;
}
#naviGlobal > li > div.child a:hover {
  opacity: .7;
}
#naviGlobal > li:hover > div.child {
  height: auto;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}
#naviGlobal .childWrap {
  margin: 0 auto;
  width: 79.06%;
  max-width: 1080px;
}
#naviGlobal .childWrap.w1 { max-width: 1349.486px; width: 100%; }
#naviGlobal .index {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
  margin-bottom: 30px;
  width: 100%;
}
#naviGlobal .index.nb {
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 0;
}
#naviGlobal .index.tb {
  border-bottom: none;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-top: 25px;
}
#naviGlobal .childList {
  display: flex;
  flex-wrap: wrap;
}
#naviGlobal .childList > li {
  margin-right: 30px;
  margin-bottom: 15px;
}
#naviGlobal .index a, #naviGlobal .childList > li a, #naviGlobal .imageList > li a span {
  background: url("/common_site/img/ic_arrow_brack.webp") left center no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
}
#naviGlobal .imageList > li a span.sub1 {
  background: none;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0.5;
  position: relative;
}
#naviGlobal .imageList > li a span.sub1.blank:after {
  background: url("../img/icon_blank.webp") no-repeat center center;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 5px;
  width: 11px;
  vertical-align: middle;
}
#naviGlobal .imageList {
  display: flex;
  width: 100%;
}
#naviGlobal .imageList > li {
  margin-right: 2.314%;
  width: 23.14%;
}
#naviGlobal .imageList > li:nth-child(4) {
  margin-right: 0;
}
#naviGlobal .childWrap.w1 .imageList > li { margin-right: 2.314%; }
#naviGlobal .childWrap.w1 .imageList > li:nth-child(5) { margin-right: 0; }
#naviGlobal .imageList > li a {
  display: block;
}
#naviGlobal .imageList > li a:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding-bottom: 52%;
  margin-bottom: 7px;
}
#naviGlobal dl > dt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
#naviGlobal dl > dd {
  margin-top: 15px;
}
#naviGlobal .column2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#naviGlobal .column2 .imageList, #naviGlobal .column2 .childList {
  width: 48.79%;
}
#naviGlobal .column2 .imageList {
  justify-content: space-between;
}
#naviGlobal .column2 .imageList > li {
  margin-right: 0;
  width: 47.49%;
}
#naviGlobal > li:nth-child(1) .imageList > li:nth-child(1) a:before {
  background-image: url("/common_site/img/gnavi_company01.webp");
}
#naviGlobal > li:nth-child(1) .imageList > li:nth-child(2) a:before {
  background-image: url("/common_site/img/gnavi_company02.webp");
}
#naviGlobal > li:nth-child(2) .childList {
  border-top: 1px solid #E5E5E5;
  padding-top: 30px;
  margin-top: 30px;
}
#naviGlobal > li:nth-child(2) .imageList > li:nth-child(1) a:before {
  background-image: url("/common_site/img/gnavi_products01.webp");
}
#naviGlobal > li:nth-child(2) .imageList > li:nth-child(2) a:before {
  background-image: url("/common_site/img/gnavi_products02.webp");
}
#naviGlobal > li:nth-child(2) .imageList > li:nth-child(3) a:before {
  background-image: url("/common_site/img/gnavi_products03.webp");
}
#naviGlobal > li:nth-child(2) .imageList > li:nth-child(4) a:before {
  background-image: url("/common_site/img/gnavi_products04.webp");
}
#naviGlobal > li:nth-child(3) .imageList > li:nth-child(1) a:before {
  background-image: url("/common_site/img/gnavi_case01.webp");
}
#naviGlobal > li:nth-child(3) .imageList > li:nth-child(2) a:before {
  background-image: url("/common_site/img/gnavi_case02.webp");
}
#naviGlobal > li:nth-child(3) .imageList > li:nth-child(3) a:before {
  background-image: url("/common_site/img/gnavi_case03.webp");
}
#naviGlobal > li:nth-child(3) .imageList > li:nth-child(4) a:before {
  background-image: url("/common_site/img/gnavi_case05.webp");
}
  #naviGlobal > li:nth-child(3) .imageList > li:nth-child(5) a:before { background-image: url("/common_site/img/gnavi_case04.webp"); }
/*#naviGlobal > li:nth-child(4) .imageList > li:nth-child(1) a:before{
		background-image: url("/common_site/img/gnavi_catalog01.webp");
	}
	#naviGlobal > li:nth-child(4) .imageList > li:nth-child(2) a:before{
		background-image: url("/common_site/img/gnavi_catalog02.webp");
	}*/
#naviGlobal > li:nth-child(5) .imageList > li:nth-child(1) a:before {
  background-image: url("/common_site/img/gnavi_showroom01.webp")
}
#naviGlobal > li:nth-child(5) .imageList > li:nth-child(2) a:before {
  background-image: url("/common_site/img/gnavi_showroom02.webp");
}
#naviGlobal > li:nth-child(6) dl > dd:nth-child(2) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}
#naviGlobal .columns1 {
  display: flex;
  align-items: center;
  width: 100%;
}
#naviGlobal .columns1 .block1 {
  width: 515px;
}
#naviGlobal .columns1 .block1.typ2 {
  width: 72%;
}
#naviGlobal .columns1 .block1.typ2 .imageList > li {
  width: 72%;
}
#naviGlobal .columns1 .block1.typ2 .imageList > li.solod_catalog_nav a:before {
  background-image: url("/common_site/img/gnavi_catalog_solido.webp");
}
#naviGlobal .columns1 .block1.typ2 .imageList > li.solod_catalog_nav a span {
  position: relative;
}
#naviGlobal .columns1 .block1.typ2 .imageList > li.solod_catalog_nav a span small {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 0.8em;
}
#naviGlobal .columns1 .block1 .imageList {
  justify-content: space-between;
}
#naviGlobal .columns1 .block1 .imageList > li {
  width: 48%;
}
#naviGlobal .columns1 .block1 .imageList > li:nth-child(1) a:before {
  background-image: url("/common_site/img/gnavi_catalog03.webp");
}
#naviGlobal .columns1 .block1 .imageList > li:nth-child(2) a:before {
  background-image: url("/common_site/img/gnavi_catalog04.webp");
}
#naviGlobal .columns1 .block2 {
  margin-left: 40px;
  width: 376px;
}
#naviGlobal .columns1 .block2 .copy1 {
  font-weight: 400;
}
#naviGlobal .columns1 .block2 .childList {
  flex-direction: column;
  margin-top: 15px;
}
#naviGlobal .columns1 .block2 .childList > li {
  margin-right: 0;
  margin-bottom: 10px;
}
#naviGlobalSp {
  display: none;
}

/* 20221216追記 */
  #naviGlobal .biz_navi_wrap{
    display: flex;
    justify-content: space-between;
  }
  #naviGlobal .biz_navi_wrap > dl{
    width: 48%;
  }
  #naviGlobal .biz_navi_wrap > dl > dt{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
  }
  #naviGlobal .biz_navi_wrap > dl > dt span{
    background-color: #F5F5F5;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 1;
  }
  #naviGlobal .biz_navi_wrap > dl > dt:after{
    background-color: #333333;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    z-index: 0;
  }
  #naviGlobal .biz_navi_wrap > dl > dd{
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  #naviGlobal .biz_navi_wrap > dl > dd > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #naviGlobal .biz_navi_wrap > dl > dd > ul > li{
    line-height: 1.6;
    margin-top: 10px;
    width: 48%;
  }
  #naviGlobal .biz_navi_wrap > dl > dd > ul > li a{
    background: url(../img/ic_arrow_brack.webp) left top 5px no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
    display: block;
  }
  #naviGlobal .biz_navi_wrap > dl > dd > ul > li a[target="_blank"]:after{
    background: url("../../common_site/img/icon_blank.webp") no-repeat center center;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 0 0 5px;
    width: 11px;
    vertical-align: middle;
  }

/* FOOTER AREA ------------------------------------------------------------------ */
#footerArea {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 2;
  font-size: 16px;
  background-color: #F5F5F5;
  color: #1A1B1B;
  margin-top: 180px;
  text-align: left;
  min-width: 990px;
}
#footerArea a {
  color: #1A1B1B;
}
/* NAVI FOOTER -------------- */
#naviFooter {
  font-size: 15px;
  margin: 0 auto;
  padding: 70px 20px 70px;
  line-height: 1.6;
  max-width: 1265px;
}
#naviFooter a {
  display: block;
}
#naviFooter #logoFooter {
  margin-bottom: 20px;
}
/* CATEGORY */
#naviFooter .category {
  border-bottom: 1px solid #1A1B1B;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* PRIMARY */
#naviFooter .primary {
  font-weight: bold;
}
#naviFooter .primary + .primary {
  margin-top: 30px;
}
#naviFooter .primary > a {
  background: url("/common_site/img/ic_arrow_brack.webp") left 3px no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
}
#naviFooter .categoryWrap ul > li.primary:last-child {
  margin-top: 30px;
}
#naviFooter .categoryWrap ul > li.primary:first-child {
  margin-top: 0;
}
#naviFooter .primary > a .sub1 {
  display: block;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.6;
  position: relative;
}
#naviFooter .primary > a .sub1:after {
  background: url("../../common_site/img/icon_blank.webp") no-repeat center center;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 5px;
  width: 11px;
  vertical-align: middle;
}

/* 20221215追記 */
  #naviFooter .win >  a[target="_blank"]:after{
    background: url("../../common_site/img/icon_blank.webp") no-repeat center center; content: ""; display: inline-block; height: 11px; margin: 0 0 0 5px; width: 11px; vertical-align: middle;
  }
  .footerSnsList{
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .footerSnsList > li{
    margin-right: 30px;
  }
  .footerSnsList > li a{
    display: block;
    transition: .3s;
  }
  .footerSnsList > li a:hover{
    opacity: .7;
  }

/* CHILD */
#naviFooter .child {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 30px;
}
#naviFooter .child > li {
  margin-top: 5px;
}
#naviFooter .child > li > a {
  background: url("/common_site/img/ic_arrow_footer.webp") 4px 6px no-repeat;
  background-size: 5px auto;
  padding-left: 20px;
}
#naviFooterBody {
  display: flex;
  justify-content: space-between;
}
#naviFooterBody .category_wrap {
  width: 20.5%;
}
/* FOOTER BOTTOM -------------- */
#footerBottom {
  background-color: #fff;
  color: #000;
  padding: 35px 20px 30px;
}
#footerBottom a {
  color: #000;
}
#footerBottomInner {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px 25px;
  max-width: 1260px;
}
/* COPYRIGHT */
#copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
#footerBottom ul {
  font-size: 14px;
  display: flex;
}
#footerBottom ul > li {
  margin-left: 25px;
}
/* COMPANY INFO */
  #companyName {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 20px 25px;
    max-width: 1260px;
  }
  #companyName > dd {
    font-size: 14px;
  }
  #companyName > dt {
  }
/*
===== 3.content =====
*/
/* NEWﾆ椎槌辰ﾆ但ﾆ脱ﾆ暖967 */
div#content_bk_967 div#content_bk div#content_967 {
  display: block;
  width: 967px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 5;
  background-color: #fff;
}
/* RENEWﾆ椎槌辰ﾆ但ﾆ脱ﾆ暖 */
div#wrap {
  width: 967px;
  margin: 8px auto 0;
}
div#wrap div#sub_content {
  display: block;
  width: 770px;
  float: right;
  margin-left: 18px;
  text-align: left;
}
div#wrap div#sub_content h1 {
  width: 770px;
  height: 46px;
  text-indent: -9999px;
}
/*
===== 4.siding =====
*/
div#siding_wrap {
  display: block;
  width: 967px;
  margin: 10px 0 0;
  text-align: left;
}
div#siding_main {
  display: block;
  width: 540px;
  float: left;
  margin-left: 18px;
  text-align: left;
}
div#siding_main_770 {
  display: block;
  width: 770px;
  float: left;
  margin-left: 18px;
  text-align: left;
}
div#siding_navi_area {
  float: left;
}
div#siding_navi {
  display: block;
  width: 177px;
  _width: 179px;
  border: #CECECE 1px solid;
  border-top: 0;
  border-bottom: none;
}
p.siding_navi_cerapy {
  margin-top: 10px;
  text-align: center;
}
p.siding_navi_cerapy a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
div#siding_navi ul, div#siding_navi ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#siding_navi ul li {
  _margin-top: -3px;
}
div#siding_navi ul li a:link, div#siding_navi ul li a:visited, div#siding_navi ul li a:active, div#siding_navi ul li a:hover {
  display: block;
  width: 177px;
  height: 30px;
  line-height: 0;
}
div#siding_navi ul li a span {
  display: none;
  overflow: hidden;
}
div#siding_navi ul li a.ipa:link, div#siding_navi ul li a.ipa:visited {
  position: absolute;
  top: 21px;
  left: 25px;
  width: 64px;
  height: 20px;
  background: url(../img/siding_navi_ipa.webp) no-repeat 0 0;
}
div#siding_navi ul li a.ipa:active, div#siding_navi ul li a.ipa:hover {
  background: url(../img/siding_navi_ipa_on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.kan:link, div#siding_navi ul li a.kan:visited {
  position: absolute;
  top: 21px;
  left: 92px;
  width: 64px;
  height: 20px;
  background: url(../img/siding_navi_kan.webp) no-repeat 0 0;
}
div#siding_navi ul li a.kan:active, div#siding_navi ul li a.kan:hover {
  background: url(../img/siding_navi_kan_on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi0:link, div#siding_navi ul li a.siding_navi0:visited {
  background: url(../img/siding_navi0.webp) no-repeat 0 0;
  height: 31px;
}
div#siding_navi ul li a.siding_navi0:active, div#siding_navi ul li a.siding_navi0:hover {
  background: url(../img/siding_navi0on.webp) no-repeat 0 0;
  height: 31px;
}
div#siding_navi ul li.siding_navi1 {
  position: relative;
  background: url(../img/siding_navi1.webp) no-repeat 0 0;
  height: 45px;
}
div#siding_navi ul li a.siding_navi2:link, div#siding_navi ul li a.siding_navi2:visited {
  background: url(../img/siding_navi2.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi2:active, div#siding_navi ul li a.siding_navi2:hover {
  background: url(../img/siding_navi2on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi3:link, div#siding_navi ul li a.siding_navi3:visited {
  background: url(../img/siding_navi3.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi3:active, div#siding_navi ul li a.siding_navi3:hover {
  background: url(../img/siding_navi3on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi4:link, div#siding_navi ul li a.siding_navi4:visited {
  background: url(../img/siding_navi4.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi4:active, div#siding_navi ul li a.siding_navi4:hover {
  background: url(../img/siding_navi4on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi5:link, div#siding_navi ul li a.siding_navi5:visited {
  background: url(../img/siding_navi5.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi5:active, div#siding_navi ul li a.siding_navi5:hover {
  background: url(../img/siding_navi5on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi6:link, div#siding_navi ul li a.siding_navi6:visited {
  height: 44px;
  background: url(../img/siding_navi6.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi6:active, div#siding_navi ul li a.siding_navi6:hover {
  height: 44px;
  background: url(../img/siding_navi6on.webp) no-repeat 0 0;
}
div#siding_navi ul li.siding_navi7 {
  position: relative;
  background: url(../img/siding_navi7.webp) no-repeat 0 0;
  height: 45px;
}
div#siding_navi ul li a.siding_navi8:link, div#siding_navi ul li a.siding_navi8:visited {
  background: url(../img/siding_navi8.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi8:active, div#siding_navi ul li a.siding_navi8:hover {
  background: url(../img/siding_navi8on.webp) no-repeat 0 0;
}
div#siding_navi ul li.siding_navi9 {
  position: relative;
  background: url(../img/siding_navi9.webp) no-repeat 0 0;
  height: 45px;
}
div#siding_navi ul li a.siding_navi11:link, div#siding_navi ul li a.siding_navi11:visited {
  margin-top: 23px;
  background: url(../img/siding_navi11.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi11:active, div#siding_navi ul li a.siding_navi11:hover {
  margin-top: 23px;
  background: url(../img/siding_navi11on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi10:link, div#siding_navi ul li a.siding_navi10:visited {
  margin-top: 1px;
  height: 32px;
  background: url(../img/siding_navi10.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi10:active, div#siding_navi ul li a.siding_navi10:hover {
  margin-top: 1px;
  height: 32px;
  background: url(../img/siding_navi10on.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi12:link, div#siding_navi ul li a.siding_navi12:visited {
  background: url(../img/siding_navi12.webp) no-repeat 0 0;
}
div#siding_navi ul li a.siding_navi12:active, div#siding_navi ul li a.siding_navi12:hover {
  background: url(../img/siding_navi12on.webp) no-repeat 0 0;
}
body.siding_navi1 div#siding_navi ul li.siding_navi1 {
  background: url(../img/siding_navi1st.webp) no-repeat 0 0;
  height: 45px;
}
body.siding_navi1 div#siding_navi ul li.siding_navi1 a:link, body.siding_navi1 div#siding_navi ul li.siding_navi1 a:visited, body.siding_navi1 div#siding_navi ul li.siding_navi1 a:active, body.siding_navi1 div#siding_navi ul li.siding_navi1 a:hover {
  background: none;
}
body.siding_navi2 div#siding_navi ul li a.siding_navi2:link, body.siding_navi2 div#siding_navi ul li a.siding_navi2:visited {
  background: url(../img/siding_navi2st.webp) no-repeat 0 0;
}
body.siding_navi3 div#siding_navi ul li a.siding_navi3:link, body.siding_navi3 div#siding_navi ul li a.siding_navi3:visited {
  background: url(../img/siding_navi3st.webp) no-repeat 0 0;
}
body.siding_navi4 div#siding_navi ul li a.siding_navi4:link, body.siding_navi4 div#siding_navi ul li a.siding_navi4:visited {
  background: url(../img/siding_navi4st.webp) no-repeat 0 0;
}
body.siding_navi5 div#siding_navi ul li a.siding_navi5:link, body.siding_navi5 div#siding_navi ul li a.siding_navi5:visited {
  background: url(../img/siding_navi5st.webp) no-repeat 0 0;
}
body.siding_navi6 div#siding_navi ul li a.siding_navi6:link, body.siding_navi6 div#siding_navi ul li a.siding_navi6:visited {
  background: url(../img/siding_navi6st.webp) no-repeat 0 0;
}
body.siding_navi7 div#siding_navi ul li.siding_navi7 {
  background: url(../img/siding_navi7st.webp) no-repeat 0 0;
  height: 45px;
}
body.siding_navi7 div#siding_navi ul li.siding_navi7 a:link, body.siding_navi7 div#siding_navi ul li.siding_navi7 a:visited, body.siding_navi7 div#siding_navi ul li.siding_navi7 a:active, body.siding_navi7 div#siding_navi ul li.siding_navi7 a:hover {
  background: url(../img/siding_navi8st.webp) no-repeat 0 0;
}
body.siding_navi8 div#siding_navi ul li a.siding_navi8:link, body.siding_navi8 div#siding_navi ul li a.siding_navi8:visited {
  background: url(../img/siding_navi8st.webp) no-repeat 0 0;
}
body.siding_navi9 div#siding_navi ul li.siding_navi9 {
  background: url(../img/siding_navi9st.webp) no-repeat 0 0;
  height: 45px;
}
body.siding_navi9 div#siding_navi ul li.siding_navi9 a {
  background: none;
}
body.siding_navi10 div#siding_navi ul li a.siding_navi10:link, body.siding_navi10 div#siding_navi ul li a.siding_navi10:visited {
  background: url(../img/siding_navi10st.webp) no-repeat 0 0;
}
body.siding_navi12 div#siding_navi ul li a.siding_navi12:link, body.siding_navi12 div#siding_navi ul li a.siding_navi12:visited {
  background: url(../img/siding_navi12st.webp) no-repeat 0 0;
}
/* ﾆ稚ﾆ鍛ﾆ耽ﾂーﾆ畜ﾆ耽ﾆ停?・*/
div#bottom_btn_area {
  display: block;
  margin: 30px 0 5px;
  width: 705px;
  text-align: right;
}
div#bottom_btn_area div#bottom_btn_block {
  width: auto;
  text-align: right;
}
div#bottom_btn_area div#bottom_btn_block ul {
  float: right;
}
div#bottom_btn_area div#bottom_btn_block ul li {
  float: left;
}
div#bottom_btn_area div#bottom_btn_block ul li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  height: 22px;
  margin-left: 10px;
}
div#bottom_btn_area div#bottom_btn_block ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
div#bottom_btn_area div#bottom_btn_block ul li.kmew_top a {
  width: 113px;
  background: url(/img/btn_kmew_top.webp) no-repeat 0 0;
}
div#bottom_btn_area div#bottom_btn_block ul li.siding_top a {
  width: 113px;
  background: url(/img/btn_siding_top.webp) no-repeat 0 0;
}
div#bottom_btn_area div#bottom_btn_block ul li.back a {
  width: 51px;
  background: url(/img/btn_back.webp) no-repeat 0 0;
}
div#bottom_btn_area div#bottom_btn_block ul li.next a {
  width: 51px;
  background: url(/img/btn_next.webp) no-repeat 0 0;
}
/* ﾅO窶｢ﾃ・催榿致ﾆ陳・*/
div#bottom_btn_area div#bottom_btn_block ul li.siding_pro a {
  width: 195px;
  background: url(/img/btn_siding_pro.webp) no-repeat 0 0;
}
/* ﾅ津ｵﾆ短ﾆ停?ｰ */
div#bottom_btn_area div#bottom_btn_block ul li.hikaricera_top a {
  width: 113px;
  background: url(/img/btn_hikaricera_top.webp) no-repeat 0 0;
}
/* ﾅﾃや?ｹﾂｫ窶堙問?堙固ｽﾃｦ窶堙ｨ窶枠窶堙・*/
div#bottom_btn_area div#bottom_btn_block ul li.kankyo_top a {
  width: 161px;
  background: url(/img/btn_kankyot_top.webp) no-repeat 0 0;
}
/* ﾅ陳ｩ窶ｰﾃｰﾂ鞘?・*/
div#bottom_btn_area div#bottom_btn_block ul li.kenkai_top a {
  width: 113px;
  background: url(/img/btn_kenkai_top.webp) no-repeat 0 0;
}
/*
===== 5.icon =====
*/
/*zoom*/
.icon_zoom {
  background: url(/img/icon_zoom.webp) no-repeat 0 center;
  padding: 4px 0 4px 22px;
  text-align: left;
}
/*
===== 6.ALL =====
*/
body {
  font-size: 82%;
  line-height: 1.5em;
}
td {
  font-size: 82%;
  line-height: 1.5em;
}
.s {
  font-size: small;
  line-height: 1.5em;
}
.m {
  font-size: medium;
  line-height: 1.5em;
}
.l {
  font-size: large;
  line-height: 1.5em;
}
.form {
  width: 130px;
  float: left;
  margin-left: 35px;
  margin-right: 0px;
}
.form_img {
  margin-right: 2px;
}
.from_search {
  width: 120px;
  float: left;
  margin-left: 40px;
}
.from_search_img {
  margin-left: 0px;
}
#goTop {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
  right: 15px;
  bottom: -58px;
  transition: .3s background-color ease, .6s bottom ease;
}
#goTop:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#goTop.active {
  bottom: 15px;
}
#goTop:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% + 4px);
  left: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s all ease;
}
#goTop:hover:after {
  top: 50%;
}
/*2022/03/23　add
------------------*/
/*reset 追加
-------------------*/
#headerArea figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
/*reset ここまで
-------------------*/
#headerArea {
  z-index: 10000;
}
#headerArea img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#headerArea #logoMain path {
  fill: #fff !important;
}
#headerArea #logoMain a {
  background-image: url(/common_site/img/logo_main_w.webp);
}
/* @media print, screen and (min-width: 1025px) { ------------------------------------------------- */
  #headerArea {
    padding: 0;
    height: 67px;
    background: #000000;
    min-width: 840px;
  }
  #headerArea a {
    color: #fff;
  }
  #headerArea #logoMain {
    margin-left: 1.4641288433%;
  }
  #headerArea #headerNaviArea {
    padding-right: 1.4641288433%;
    padding-left: 3.8799414348%;
  }
  #headerArea #naviSub > ul {
    align-items: center;
    margin-top: 0;
    font-size: 14px;
  }
  #headerArea #naviSub > ul > li.global {
    margin-left: 0;
  }
  #headerArea #naviSub > ul > li.global > a {
    background-image: url(/common_site/img/ic_global_w.webp);
  }
  #headerArea #searchArea {
    z-index: 1;
    top: 17px;
  }
  #headerArea #searchArea .searchBtn {
    background-image: url("/add_img/icon_seach_wh.webp");
    width: 30px;
    height: 30px;
    background-size: 28px auto;
  }
  #headerArea #naviGlobalArea {
    width: calc(100% - 30px);
  }
  #headerArea #naviGlobalArea .sublist, #headerArea #naviGlobalArea .spnav_bottom {
    display: none !important;
  }
  #headerArea #naviGlobal {
    margin-top: 16px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #headerArea #naviGlobal .company_nav {
    order: 1;
  }
  #headerArea #naviGlobal .company_nav > a, #headerArea #naviGlobal .company_nav > span {
    padding-left: 15px;
  }
  #headerArea #naviGlobal .company_nav > a::after, #headerArea #naviGlobal .company_nav > span::after {
    left: 50%;
  }
  #headerArea #naviGlobal .siding_nav, #headerArea #naviGlobal .roof_nav, #headerArea #naviGlobal .solido_nav {
    order: -1;
  }
  #headerArea #naviGlobal .siding_nav .list_item, #headerArea #naviGlobal .roof_nav .list_item {
    width: 23.9669421488%;
  }
  #headerArea #naviGlobal .siding_nav .list_item:not(:nth-child(4n)), #headerArea #naviGlobal .roof_nav .list_item:not(:nth-child(4n)) {
    margin-right: 1.3774104683%;
  }
  #headerArea #naviGlobal .siding_nav .list_item:not(:nth-child(-n + 4)), #headerArea #naviGlobal .roof_nav .list_item:not(:nth-child(-n + 4)) {
    margin-top: 1.3774104683%;
  }
  #headerArea #naviGlobal .solido_nav > a, #headerArea #naviGlobal .solido_nav > span {
    padding-right: 15px;
  }
  #headerArea #naviGlobal .solido_nav .list_item { width: 16.2%; }
  #headerArea #naviGlobal .solido_nav .list_item:not(:nth-child(6n)) { margin-right: .56%; }
  #headerArea #naviGlobal .solido_nav .list_item:not(:nth-child(-n + 6)) { margin-top: 1%; }
	#headerArea #naviGlobal .solido_nav .child.typ2{
		padding-bottom: 120px;
	}
	#headerArea #naviGlobal .solido_nav figcaption .cate{
		display: flex;
		justify-content: center;
		margin-top: 5px;
	}
	#headerArea #naviGlobal .solido_nav figcaption .cate > span{
		color: #666;
		font-size: 10px;
		display: block;
		margin: 0 5px;
		line-height: 1;
	}
  #headerArea #naviGlobal > li {
    font-size: 14px;
  }
  #headerArea #naviGlobal > li:hover > a::after, #headerArea #naviGlobal > li:hover > span::after {
    width: 100% !important;
  }
  #headerArea #naviGlobal > li > a, #headerArea #naviGlobal > li > span {
    padding-bottom: 18px;
  }
  #headerArea #naviGlobal > li > a::after, #headerArea #naviGlobal > li > span::after {
    left: 50%;
  }
  #headerArea #naviGlobal > li > div.child.typ2 {
    background: #C5C5C5;
    padding-bottom: 86px;
  }
  #headerArea #naviGlobal .page_list_wrap {
    margin-bottom: 68px;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list_tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 18px;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list li {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    width: 23.9669421488%;
    z-index: 0;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list li:not(:nth-child(4n)) {
    margin-right: 1.3774104683%;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list li:not(:nth-child(-n + 4)) {
    margin-top: 1.3774104683%;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list li a {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #headerArea #naviGlobal .page_list_wrap .page_list li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    padding-left: 7.2796934866%;
  }
  #headerArea #naviGlobal .product_list_wrap .product_list_tit {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: norwap;
    flex-wrap: norwap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
  }
  #headerArea #naviGlobal .product_list_wrap .product_list_tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
  }
  #headerArea #naviGlobal .product_list_wrap .product_list_tit span {
    white-space: nowrap;
    padding-right: 0.6em;
  }
  #headerArea #naviGlobal .product_list_wrap .product_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #headerArea #naviGlobal .product_list_wrap .product_list a {
    display: block;
  }
  #headerArea #naviGlobal .product_list_wrap .one_item {
    position: relative;
  }
  #headerArea #naviGlobal .product_list_wrap .one_item figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: calc(10px - (((1em*1.4) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.4) - 1em)/2));
  }
  #headerArea #naviGlobal .product_list_wrap .one_item figcaption.img_caption {
    height: 0;
    padding-top: 9.5785440613%;
  }
  #headerArea #naviGlobal .product_list_wrap .one_item figcaption.img_caption img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    height: 100%;
  }
  #headerArea #naviGlobal .product_list_wrap .in_2list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
  #headerArea #naviGlobal .product_list_wrap .in_2list li {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
  #headerArea #naviGlobal .product_list_wrap .in_2list li a {
    display: block;
    position: relative;
  }
  #headerArea #naviGlobal .product_list_wrap .in_2list li a span {
    width: 100%;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #headerArea #naviGlobal .product_list_wrap .in_2list li a span::after {
    content: "";
    display: block;
    width: 0.5666666667em;
    height: 1em;
    background-size: 100% 100%;
    background-image: url("/add_img/vector001.svg");
    margin-left: 1.1333333333em;
  }
  #headerArea #naviGlobal .product_list_wrap .in_3list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
  #headerArea #naviGlobal .product_list_wrap .in_3list li {
    width: 100%;
  }
/*} ------------------------------------------------- */

#naviFooter {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  padding-top: 76px;
  padding-bottom: 73px;
}
#naviFooter .category {
  font-size: 14px;
  letter-spacing: 0.1em;
  border-color: #DDDDDD;
  line-height: 1;
  padding-bottom: 15.5px;
  margin-bottom: 15.5px;
}
#naviFooter .primary {
  font-weight: inherit;
}
#naviFooter .primary + .primary {
  margin-top: 0;
}
#naviFooter .primary > a {
  background-image: none;
  padding-left: 0;
}
#naviFooter .primary > a .sub1 {
  opacity: 1;
  font-size: inherit;
  color: inherit;
}
#naviFooter .child {
  font-size: inherit;
}
#naviFooter .child > li {
  margin-top: 0;
}
#naviFooter .child > li > a {
  /*white-space: nowrap;*/
  background: none;
  padding-left: 0;
}
#naviFooter .categoryWrap {
  width: 22.0385674931%;
}
#naviFooter .categoryWrap:not(.pro_nav) .primary {
  line-height: 2.5;
  margin-top: calc(0px - (((1em*2.5) - 1em)/2));
}
#naviFooter .categoryWrap:not(.pro_nav) .primary:last-child {
  margin-bottom: calc(0px - (((1em*2.5) - 1em)/2));
}
#naviFooter .categoryWrap:not(.pro_nav) .primary:not(:last-child) {
  margin-bottom: calc(30px - (((1em*2.5) - 1em)/2));
}
#naviFooter .categoryWrap.owner_nav .child, #naviFooter .categoryWrap.campany_nav .child {
  font-weight: inherit;
  line-height: 2.5;
  margin-top: calc(0px - (((1em*2.5) - 1em)/2));
}
#naviFooter .categoryWrap.owner_nav .child:last-of-type, #naviFooter .categoryWrap.campany_nav .child:last-of-type {
  margin-bottom: calc(0px - (((1em*2.5) - 1em)/2));
}
#naviFooter .categoryWrap.owner_nav .child:not(:last-of-type), #naviFooter .categoryWrap.campany_nav .child:not(:last-of-type) {
  margin-bottom: calc(30px - (((1em*2.5) - 1em)/2));
}

#naviFooter .categoryWrap.pro_nav > ul > li.primary:last-child {
  margin-top: 0;
}
#naviFooter .categoryWrap.pro_nav > ul a {
  line-height: 1.4;
  margin-top: calc(0px - (((1em*1.4) - 1em)/2));
  margin-bottom: calc(20px - (((1em*1.4) - 1em)/2));
}
#naviFooter .btn001 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #1A1311 !important;
  color: #fff;
  margin-top: 34px;
  width: 14.3125em;
  height: 3.285625em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.059em;
  border: 1px solid #1A1311;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
#naviFooter .btn001:hover {
  background-color: #fff !important;
  color: #1A1311;
  text-decoration: none;
}
#naviFooter .footerLogo {
  background: url("/common_site/img/logo_footer.webp") no-repeat center center;
  background-size: contain;
  display: block;
  height: 38px;
  margin: 48px 0 0 13px;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  transition: all 0.4s ease-in-out 0s;
  width: 204px;
}
#naviFooter .footerLogo:hover {
  opacity: 0.7;
}
#naviFooterBanners {
  background: #E0E0E0;
  border-bottom: 1px solid #fff;
  padding: 16px 0 18px;
}
#naviFooterBanners ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  max-width: 1265px;
  padding: 0 20px;
}
#naviFooterBanners ul li {
  margin: 0 6.5% 0 0;
  width: 29%;
}
#naviFooterBanners ul li:nth-child(3n) {
  margin-right: 0;
}
#naviFooterBanners ul li:nth-child(n+4) {
  margin-top: 18px;
}
#naviFooterBanners ul li a {
  border: 1px solid #94928F;
  color: #1A1B1B;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.4s ease;
  width: 100%;
}
#naviFooterBanners ul li a:hover {
  background: #94928F;
  color: #fff;
  text-decoration: none;
}



/* add 2022/07 ------------------------------------------------------------------ */
/* BREADCRUMB ------------------------------------------------------------------ */
#breadcrumb > ol {
  list-style: none;
}
@media print, screen and (min-width: 751px) { #breadcrumb > ol { border-bottom: 1px solid #e8e8e8; font-size: 12px; display: flex; justify-content: flex-end; margin: 0 auto; max-width: 1200px; padding: 10px 0 10px 10px; line-height: 1.66; }
  #breadcrumb > ol > li:before { background: url("../common_site/img/ic_breadcrumb.webp") no-repeat; content: ""; display: inline-block; vertical-align: middle; margin-left: 12px; margin-right: 5px; height: 9px; width: 6px; }
  #breadcrumb > ol > li:first-child:before { display: none; } }
@media screen and (max-width: 750px) { #breadcrumb { display: none; } }
