/* ====================
proNavi > cat-nav
=====================*/
.pmd-card {
display: block;
margin-bottom: 0!important;
/*height: 57px!important;*/
padding: 0!important;
box-shadow: none!important;
}
.pmd-card .pmd-card-inner {
position: relative;
/* height: auto; */
height: 57px;
padding: 0;
}
.fixed {
position: fixed!important;
width: 100%;
top: 0;
left: 0;
z-index: 100;
background-color: #fcfcfc;
animation: fadeIn 0.3s ease 0s 1 normal;
-webkit-animation: fadeIn 0.3s ease 0s 1 normal;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);/* class="pmd-z-depth" */
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
.fixed .co-pro-navi button {
background-color: #fcfcfc;
}
.pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
display: block;
clip: auto!important;
}
/* --- .breadCrumbs --- */
.breadCrumbs {
width: 1008px;
margin: auto;
}
#viIndex {position: absolute;width: 100%;margin: 0em auto;height: 56px;top: 0px;bottom: 0px\0;left: 0%;display: table;background-color: transparent;z-index: 100;}
.breadCrumbs ol li {font-size: 10px;color: #9c9c9c;line-height: 2;}
.breadCrumbs ol li a {color: #9c9c9c;}
/* --- .fg --- */
.f-bg {
margin-top: -2px;
}
/* --- .co-pro-navi --- */
.co-pro-navi {
width: 1024px!important;
margin: 0px auto!important;
padding: 0!important;
}
.co-pro-navi span.dropdown {
float: right;
}
.co-pro-navi button {
padding: 10px 14px!important;
background-color: transparent;
color: #696969!important;
z-index: 1000;
}
.co-pro-navi .open button {
/*background-color: #fcfcfc;*/
background-color: transparent!important;
}
.co-pro-navi button:hover { background-color: #fcfcfc; }
.co-pro-navi button .material-icons {
font-size: 29px;
line-height: 24px!important;
}
.co-pro-navi button:hover .material-icons {
  color: #e84735;
}
.co-pro-navi button:hover .co-pro-menu {
  color: #e84735;
}
.co-pro-navi button .co-pro-close {
display: none!important;
}
.co-pro-navi .open button .co-pro-menu {
display: none!important;
}
.co-pro-navi .open button .co-pro-close {
display: inline-block!important;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
color:#9c9c9c;
}
.co-pro-navi .open button:hover {
background-color: #fcfcfc;
}
.co-pro-navi .open button span.co-pro-close {
display: block!important;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
color:#9c9c9c;
}
.co-pro-navi button span {
font-size: 10px;
display: block;
line-height: 1!important;
margin-top: -3px;
}
.pmd-dropdown .dropdown-menu {
padding: 0!important;
}
.pmd-dropdown-menu-container {
top: 0px;
}
.dropdown-menu {
background-color: #fcfcfc;
}
/* --- .cat-nav --- */
.cat-nav {
width: 1024px;
margin: auto;
background-color: #fcfcfc;
}
.cat-nav h1 {
position: relative;
padding-bottom: 1.2em;
font-size: 1.25em;
margin-top: 1.1em;
padding-bottom: 2em;
text-align: center;
padding-bottom: 1.25em;
color: #696969;
}
.cat-nav h1::after {
position: absolute;
left: 0;
display: block;
content: " ";
height: 1px;
padding-top: 18px;
border-bottom: 1px solid rgba(0,0,0,0.12);
width: 100%;
transform: scale(1);
transform-origin: right top;
will-change: transform;
/*transition: 2s;*/
}
.cat-nav ul {
display: block;
font-size: 12px;
color: #696969;
}
.cat-nav > ul {
padding: 1em 2em 3em;
}
.cat-nav .col-2 {
float: left;
width: calc(100%/2 - 8px);
margin: 0 4px;
}
.cat-nav .col-3 {
float: left;
width: calc(100%/3 - 8px);
margin: 0 4px;
}
.cat-nav h2 {
font-size: 1.25em;
line-height: 2;
color: #696969;
padding: 0 8px;
}
.cat-nav h2 .material-icons {
vertical-align: middle;
font-size: 22px;
}
.cat-nav a {
position: relative;
display: block;
color: #696969!important;
text-decoration: none;
}
.cat-nav a:hover,
.cat-nav a:hover .material-icons {
/*background-color: #cccccc;*/
color: #e84735!important;
transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-webkit-transition: all .15s ease-in-out;
text-decoration: none;
}
.cat-nav .material-icons {
vertical-align: bottom;
font-size: 16px;
float: right;
color: gray;
}
.dropdown-header {
font-size: 0.875em;
font-weight: bold;
padding: 3px 0!important;
}
@media only screen and (max-width:1023px) {
  #container {
  width: 100%;
  }
  .product-list ul{
  width: calc(100% - 8px);
  }
/* ====================
proNavi > cat-nav
=====================*/

/* --- .breadCrumbs --- */
  .breadCrumbs {
  width: auto;
  overflow: hidden;
  }
  #viIndex {
  left: 8px;
  width: calc(100% - 8px);
  }
/* --- .fg --- */

/* --- .co-pro-navi --- */
  .co-pro-navi {
  width: 100%!important;
  }
  .co-pro-navi span.dropdown {
  margin-right: 8px;
  }
  .pmd-dropdown.open > .pmd-dropdown-menu-container {
  margin-right: -8px;
  }
  /* --- .cat-nav --- */
  .cat-nav {
  width: 100vw;
  overflow: hidden!important;
  }
  .cat-nav li.absolute a span {
    display: block;
  }
  .cat-nav li.absolute a .material-icons {
    position: absolute;
    right: 16px;
    top: 21px;
  }
}

@media only screen and (max-width:700px) {
  .breadCrumbs ol li {
    font-size: 10px;
    }
  .co-pro-navi span.dropdown {
  margin-right: 0px;
  }
  .pmd-dropdown.open > .pmd-dropdown-menu-container {
  margin-right: 0px;
  }
  .cat-nav h1 {
  font-size: 1.15em;
  text-align: left;
  margin-top: 1.15em;
  /* padding-bottom: 1.2em; */
  padding-left: 2.1em;
  }
  .product-list li {
  width: calc(100%/3 - 8px);
  }
  .co-pro-navi button {
  padding: 10px 0px!important;
  min-width: 56px;
  }
  .co-pro-navi button:hover {
  background-color: transparent;
  }
  .co-pro-navi button span {
  font-size: 8px;
  }
  .pmd-dropdown.open > .pmd-dropdown-menu-container {
  height: 0!important;
  padding-bottom: 50vw!important;
  overflow-y: scroll!important;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 5px rgba(0, 0, 0, .175);
  background-color: #fcfcfc;
  }
  .pmd-dropdown.open > .pmd-dropdown-menu-container .pmd-dropdown-menu-bg {
  box-shadow: 0 0 0px rgba(0, 0, 0, .175);
  }
  .cat-nav .col-2,
  .cat-nav .col-3 {
    float: none;
    width: calc(100%/1)!important;
  }

  .cat-nav li.absolute a span {
    display: inline;
  }
  .cat-nav li.absolute a .material-icons {
    position: static;
    right: 16px;
    top: 21px;
  }

}

@media only screen and (max-width:568px) {
  .breadCrumbs ol li:nth-of-type(3) {
      width: 50%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
  }
  .breadCrumbs ol li:nth-of-type(4) {
    display: none;
  }
  .h1-title {
    padding-top: 25px !important;
  }
  .product-list li h3 {
    font-size: 12px;
  }
  .product-list li .badge-txt {
    font-size: 10px;
  }
  .product-list li.col-3 .badge-txt {
    font-size: 0.75em;
  }
}
@media only screen and (max-width:480px) {
  .product-list li {
  width: calc(100%/2 - 8px);
  margin: 0 4px 1.8em;
  }
  .pmd-dropdown.open > .pmd-dropdown-menu-container {
  padding-bottom: 110vw!important;
  }

  .cat-nav li.absolute a span {
    display: block;
  }
  .cat-nav li.absolute a .material-icons {
    position: absolute;
    right: 16px;
    top: 21px;
  }
}
@media only screen and (max-width:374px) {
  .cat-nav h1 {
    padding-left: 1.4em;
  }
  .cat-nav > ul {
      padding: 1em 1em 3em;
  }
}

/* Carousel Breadcrumbs List */
.carousel-breadcrumbs {
  height: 57px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

.carousel-breadcrumbs ol {
  display: table;
  margin-bottom: 1px;
}

.carousel-breadcrumbs ol li {
  font-size: 10px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  color: #9c9c9c;
}
.carousel-breadcrumbs ol li:not(:first-child)::before {
  content: "／";
  font-weight: bold;
  font-size: 0.875em;
  color: rgba(0,0,0,0.541176);
  opacity: 0.7;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
.carousel-breadcrumbs ol li a{
  text-decoration: underline;
  color: #9c9c9c;
  font-size: 10px;
}
.carousel-breadcrumbs ol li:last-child a{
  text-decoration: none;
}
.carousel-breadcrumbs ol li a span {
  color: #757575;
  font-size: 10px;
}
@media screen and (min-width: 1024px){
  .carousel-breadcrumbs {
    max-width: 1008px;
    width: 100%;
    height: 57px;
    margin: 0 auto;
    overflow-y: hidden;
  }
  .carousel-breadcrumbs ol li a:hover {
    color: #e84735 !important;
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 896px){
  .carousel-breadcrumbs {
    padding-left: 8px;
  }
  .carousel-breadcrumbs ol li:not(:first-child)::before {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* //Carousel Breadcrumbs List */
/* Company infomation */
.breadcrumbs_wrap{
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs_position{
  position: absolute;
}
.co-pro-navi span.dropdown {
  margin-right: 16px;
}
/* //Company infomation */