@charset "utf-8";

/** カテゴリナビゲーションCSS */
.header-category-items ul.layer2 {
  z-index: 1;
  background: #fff;
  min-width: 260px;
  /* padding: 10px 10px; */
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  /* opacity: 0.92; */
  display: none;
  position: absolute;
  width: auto;
  top: 100px;
  height: auto;
  width: 100%;
  border: 2px solid #e5e5e5;
}
body.ct1 .header-category-items ul.layer2 {
  left: -82px;
}
body.ct2 .header-category-items ul.layer2 {
  left: -76px;
}
.header-category-items ul.layer2 li a {
  font-size: 1.2rem;
  box-sizing: border-box;
  /* width: auto; */
  height: auto;
  display: flex;
  padding: 8px;
  flex-direction: row;
  justify-content: space-between;
}
.header-category-items>ul>li {
  position: relative;
}
.header-category-items ul.layer2 li {
  height: auto;
  border-right: none;
  /* border: 1px solid #e5e5e5; */
  border-left: none;
  /*width: calc(100%/5);*/
  width: 100%;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e5e5e5; */
  text-align: left;
}
.header-category-items ul.layer2 li+li {
  /*border-top: 1px solid #e5e5e5;*/
}
p.price.consumerprice.invisible {
  visibility: hidden;
}
p.price.commonprice span, p.price.commonprice:before {
  font-size: 1.3rem;
}
.header-category-items li a img {
  max-height: 42px;
  width: auto;
}
.bnr-cat>div:nth-child(1) {
  width: 100%;
}
.bnr-cat>div img {
  width: 100%;
}
.bnr-cat>div:nth-child(2), .bnr-cat>div:nth-child(3),.bnr-cat>div:nth-child(4),.bnr-cat>div:nth-child(5) {
  width: calc((100% - 20px)/2);
  margin-top: 20px;
}
.bnr-cat>div:nth-child(3),.bnr-cat>div:nth-child(5){
  margin-left: 20px;
}
.header-category-items>ul {
  position: relative;
}
.header-category-items ul.layer2 li:nth-child(n+11) {
  /*border-top: none;*/
}
.header-category-items ul.layer2 li:nth-child(1), .header-category-items ul.layer2 li:nth-child(10n+1) {
  /*border-left: 1px solid #e5e5e5;*/
}
.header-category-items-outer.fixed-area {
  z-index: 1;
}
.header-category-items>ul>li:hover .layer2 {
  /*background: #f5f5f5;*/
}
.header-category-items ul.layer2>li+li {
  border-top: 1px dotted #ccc;
}
.header-category-items>ul>li:hover ul.layer2 li a:hover {
  background: #888;
  color: #fff;
}
.header-category-items ul.layer2 li a:after {
  content: "＞";
  font-weight: bold;
}
.header-category-items ul.layer2:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.header-category-items ul.layer2:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e5e5e5;
  z-index: 1;
}
.wrap-layer2 {
  padding-top: 88px;
  position: relative;
}
body.ct1 .wrap-layer2 {
  left: -90px;
}
body.ct1 .header-category-items>ul>li {
  width: 90px;
}
body.ct2 .wrap-layer2 {
  left: -102px;
}