@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 0px;
  padding: 0% 0% 0% 0%;
  z-index: 10000;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 13px;
}


.leadcopy {
position: relative; 
  z-index: 1;
  margin-top: 40px;
  }

.leadcopy p {
 position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 1.3px;
  padding: 1px 10px;/*文字周りの余白*/
  width: 780px;
  }


.leadcopy img {
  width: 1170px;
  }

@media (max-width: 480px)
.container-sp {
    width: auto;
    padding: 0 15px;
}


@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}