﻿html { 
  scroll-behavior: smooth;
}

.headWrap nav.nav-pc ul li:nth-child(2) a::after{
  background-color: #000;
}

.productArea{
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px 0 50px 0;
  overflow: hidden;
  font-family: 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.productArea h2{
  width: 400px;
  margin: 0 auto;
}
.productArea h2.ft{
  width: 328px;
  margin: 0 auto;
}
.productArea h2#tbh{
  padding-top: 46px;
}
.productArea h2#tbhsg{
  margin-top: 34px;
  padding-top: 46px;
}
.productArea h2 img{
  width: 100%;
}
.productArea h3{
  font-family: Arial , sans-serif;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0 0 0;
}
.viewSite{
  text-align: center;
  padding: 46px 0 34px 0;
}
.viewSite a{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.viewSite a:after{
  position: absolute;
  content: "";
  top: 6px;
  right: -35px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #C8C5C5;
  border-right: 1px solid #C8C5C5;
}
.viewSite a:before{
  position: absolute;
  content: "";
  top: 12px;
  right: -36px;
  width: 14px;
  height: 1px;
  background: #C8C5C5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.viewSite a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

ul.productList{
  max-width: 1014px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
ul.productList.ft{
  justify-content: center;
}
ul.productList li{
  width: 300px;
  margin: 0 57px 80px 0;
}
ul.ft{
  text-align: center;
  padding-bottom: 34px;
}
ul.ft li{
  display: inline-block;
  width: 300px;
  float: none !important;
  margin: 0 57px 80px 0;
}
ul.ft li:last-child{
  margin: 0 0 80px 0;
}
ul.productList.cluel{
  justify-content: center;
}
ul.cluel li{
  display: inline-block;
  width: 300px;
  float: none !important;
  margin: 0 57px 80px 0;
}
ul.cluel li:last-child{
  margin: 0 0 80px 0;
}
ul.productList li:nth-child(3n){
  margin: 0 0 80px 0;
}
ul.productList li a{
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.productList li a:not([href]){
  pointer-events: none;
}
ul.productList li a img{
  width: 100%;
}
ul.productList li a .productNo{
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}
ul.productList li a .productColor{
  font-size: 11px;
}
ul.productList li a .productSoldOut{
  font-weight: bold;
  color: #999;
}
ul.productList li a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.cluelatt1{
  font-size: 11px;
  text-align: center;
  padding: 0 0 110px 0;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .productArea{
    width: 100%;
  }
  .productArea h2{
    width: 70%;
    margin: 0 auto;
  }
  .productArea h2.ft{
    width: 63%;
    margin: 0 auto;
  }
  .productArea h2 img{
    width: 100%;
  }
  .productArea h3{
    font-size: 17px;
    padding: 10px 0 0 0;
  }

  ul.productList{
    width: 85%;
  }
  ul.productList li{
    width: 46%;
    float: left;
    margin: 0 4% 40px 0;
  }
  ul.productList li:nth-child(2n){
    margin: 0 0 40px 0;
  }
  ul.productList li:nth-child(3n){
    margin: 0 4% 40px 0;
  }

  .cluelatt1{
    font-size: 10px;
    padding: 0 0 70px 0;
  }
}



/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader), .l-free-wrapper div:has(#js-unt-getAjaxFooter), .u-pc-only, .u-sp-only {
    display: none !important;
}

.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
    padding-bottom: 0;
}