/* @charset "utf-8";
#top .kv {
  padding: 15px 0 45px;
  background: url('/images/top/kv_bg.png');
  box-shadow: inset 0 0 10px rgb(28,42,84,.5);
}

#top .kv_inner{
  width: 1196px;
  margin:0 auto;
}

#top .kv_thumb {
  margin-top: 10px;
}

#top .kv_thumb li figure {
  margin: 0 10px;
  background: #fff;
}

#top .kv_thumb li figure img {
  max-width: 100%;
  height: auto;
}

#top .kv_thumb li {
  cursor: pointer;
}

#top .kv_thumb li:hover figure img {
  opacity: .5;
}

#top .pr_banner{
  margin-bottom: 12px;
  background: #fff;
}
#top .kv .slick-arrow {
  width:0;
  height:0;
  box-sizing:border-box;
  background: none;
  border-style:solid;
  border-color: transparent #62b0ca;
  z-index:10;
}
#top .kv .slick-arrow.slick-prev{
  left: -15px;
  border-width: 15px 15px 15px 0;
}
#top .kv .slick-arrow.slick-next{
  right: -15px;
  border-width: 15px 0 15px 15px;
}
#top .kv .slick-arrow:before{
  display:none;
}


#top .pr_banner a{
  display: block;
}

#top .pr_banner a:hover{
  opacity: .5;
}
#video .productList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#video .productList li {
  width:163px;
  padding:15px;
  border:1px solid #ccc;
  text-align:center;
}
#video .productList li:nth-child(4n) {
  margin-right:0;
}
#video .productList li .imgArea {
    text-align: center;
  line-height:163px;
}
#video .productList li .imgArea a{
  position: relative;
  display: block;
}
#video .productList li .imgArea a:before{
  position: absolute;
  content:"製品を見る";
  color: #fff;
  background: rgba(0,0,0,.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  font-size: 1.125em;
  z-index: 2;
  visibility: hidden;
}
#video .productList li .imgArea a:hover:before{
  visibility: visible;
}
#video .productList li .imgArea img{
  position: relative;
  max-width:163px;
  max-height:143px;
  vertical-align:middle;
  z-index: 1;
}
#video .productList li .txtArea {
  padding: 20px 10px 0;
  text-align:left;
}
#video #sec_01 .productList li .product_id{
  font-weight:bold;
}
#video #sec_01 .productList li .product_name {
  font-size:13px;
  line-height:17px;
  height:51px;
  overflow:hidden;
  margin-bottom:5px;
}
#video #sec_01 .productList li .product_name a{
  color:#1a0b77;
}
#video #sec_01 .productList li .product_id a:hover,
#video #sec_01 .productList li .product_name a:hover	{
  text-decoration:underline;
}
#video #sec_01 .productList li .product_name{
  font-weight:bold;
}
#video .pager .wp-pagenavi {
  text-align:center;
  margin-top:70px;
}
#video .pager .wp-pagenavi a{
  padding:0 8px;
  background:#3a8ba6;
  color:#fff;
  margin-right:4px;
  display:inline-block;
}
#video .pager .wp-pagenavi a:hover{
  background:#ededed;
  color:#333;
}
#video .pager .wp-pagenavi .current{
  background:#ededed;
  color:#333;
  padding:0 8px;
  margin-right:4px;
  display:inline-block;
}
#video .pager .wp-pagenavi .nextpostslink,
#video .pager .wp-pagenavi .previouspostslink{
  color:#3a8ba6;
  background:none;
  font-size:0.9em;
  font-weight:bold;
} */
