section#kv {
  width: 100%;
  position: relative;
}
section#kv::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 20;
}
section#kv ul.bgImg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
section#kv ul.bgImg li {
  flex-basis: 20%;
}
@media screen and (max-width: 767px) {
  section#kv ul.bgImg li {
    flex-basis: 33.333%;
  }
}
section#kv .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
}
section#kv .wrap .inner {
  max-width: calc(1200px + 4rem);
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 6rem 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  section#kv .wrap .inner {
    padding: 2.5rem 2rem 0 2rem;
  }
}
section#kv .wrap .inner .box {
  color: #fff;
}
@media screen and (max-width: 767px) {
  section#kv .wrap .inner .box .contents_tittle {
    margin-bottom: 1rem;
    padding-left: 0;
  }
}
section#kv .wrap .inner .box #topicPath {
  width: 100%;
  margin: 0 auto 0 0;
  margin-bottom: 2rem;
  color: #fff !important;
}
section#kv .wrap .inner .box #topicPath a {
  color: #fff !important;
}
section#kv .wrap .inner .box p {
  line-height: 2;
}

section#catalog {
  padding: 3rem 0;
}
section#catalog .inner {
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 0 2rem 0 2rem;
}
section#catalog .inner.mb {
  margin-bottom: 0;
}
section#catalog .inner .logoA {
  width: 100%;
  background-color: #fff;
}
section#catalog .inner .logoA img {
  width: 10rem;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .logoA img {
    width: 9rem;
  }
}
section#catalog .inner ul.catalogUl {
  display: flex;
  flex-wrap: wrap;
}
section#catalog .inner ul.catalogUl li {
  flex-basis: 25%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner ul.catalogUl li {
    flex-basis: 50%;
  }
}
section#catalog .inner ul.catalogUl li a img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner ul.catalogUl li div {
    text-align: center;
  }
}
section#catalog .inner ul.catalogUl li div span {
  font-size: 0.8rem;
  border-left: 1px solid #999;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner ul.catalogUl li div span {
    display: none;
  }
}
section#catalog .inner ul.catalogUl2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section#catalog .inner ul.catalogUl2 li {
  flex-basis: 20%;
  margin-bottom: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section#catalog .inner ul.catalogUl2 li {
    flex-basis: 50%;
  }
}
section#catalog .inner ul.catalogUl2 li img.logo {
  width: 50%;
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=dress.css.map */