@charset "utf-8";
/* CSS Document */
.str-outer.of--personal-top-product-info .mod--personal-top-product-info__item {
  width: 100%;
}
.mod-pnl-04 > .list > li {
  position: relative;
}
.mod-pnl-04 > .list > li:after {
  content: "";
}
.mod-pnl-04 > .list > li:hover:after, .mod-pnl-04 > .list > li:focus:after {
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.1);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 400ms;
  width: 100%;
  z-index: 2;
}
.mod-pnl-04 > .list .image {
  border-bottom: var(--border-color-01);
}
.mod-pnl-04 > .list > li .tags {
  margin: 0 50px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-pnl-04 > .list > li .tag {
  margin-top: 0;
  margin-left: 0;
}
.mod-pnl-04 > .list > li .tag span, .mod-pnl-04 > .list > li .tag a {
  background: #302f2f;
  border: 1px solid #302f2f;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 12px;
  line-height: 1.4;
  text-align: left;
}
.mod-pnl-04 > .list > li > .pnl, .mod-pnl-04 > .list > li > div .pnl {
  color: #ffffff;
}
.mod-pnl-04 > .list > li > .pnl .title::before, .mod-pnl-04 > .list > li > div .pnl .title::before {
  content: none;
}
.mod-pnl-04 > .list > li > .pnl .title, .mod-pnl-04 > .list > li > div .pnl .title {
  background: radial-gradient(at center top, #ffffff -2%, 3%, rgba(0, 0, 0, 0) 30%);
  padding: 25px 30px;
  line-height: 1.6;
}
.mod-pnl-04[data-col-wide="3"] > .list, .mod-pnl-04[data-col="3"] > .list {
  background-color: #141414;
  margin-left: 0;
}
.mod-pnl-04[data-col-wide="3"] > .list > li {
  padding-left: 0;
  padding-top: 0;
}
.mod-pnl-04 > .list > li > .pnl:focus > .title, .mod-pnl-04 > .list > li > .pnl:hover > .title, .mod-pnl-04 > .list > li > div .pnl:focus > .title, .mod-pnl-04 > .list > li > div .pnl:hover > .title {
  background: radial-gradient(at center top, #ffffff -2%, 3%, rgba(0, 0, 0, 0) 30%);
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .mod-hdg-al2::after {
    background-color: #ffffff;
    width: 200px;
  }
  .mod-pnl-04 > .list > li {
    border: var(--border-color-01);
    border-left-width: 0;
    
  }
  .mod-pnl-04[data-col-wide="3"] > .list > li:nth-of-type(3n+1):before {
      content: "";
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      position: absolute;
      border-left: 1px solid #3d3d3d;
  }
  .mod-pnl-04[data-col-wide="3"] > .list > li:nth-of-type(n+4) {
    border-top-width: 0;
  }
  .mod-pnl-04 > .list > li > .pnl {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mod-hdg-al2::after {
    background-color: #ffffff;
  }
  .mod-pnl-04 > .list > li {
    border: 1px solid #3d3d3d;
  }
  .mod-pnl-04[data-col-wide="3"] > .list > li:nth-of-type(n+2) {
    border-top-width: 0;
  }
  .mod-pnl-04[data-col-wide="3"] > .list > li:nth-of-type(n+2) .pnl {
    border-top-width: 0;
  }
  .mod-pnl-04 > .list > li > .pnl .title, .mod-pnl-04 > .list > li > div .pnl .title {
    font-size: 1.6rem;
  }
}