.is-hidden-sp {
  display: block;
}

.dress {
  letter-spacing: 0.05em;
}
.dress img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dress_inner {
  margin: 0 auto;
  max-width: 120rem;
}

.mv {
  margin-bottom: 9rem;
  position: relative;
}
.mv_img {
  width: 100%;
  aspect-ratio: 1400/673;
}
.mv_ttl {
  display: block;
  width: 25.1rem;
  position: absolute;
  bottom: -19.4rem;
  left: calc(50% - 60rem);
}

.catchphrase {
  margin-bottom: 9.6rem;
  padding-left: 39rem;
}
.catchphrase_ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 400;
}
.catchphrase_txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3;
}

.dressList {
  display: flex;
  flex-flow: column;
  gap: 7rem 0;
}
.dressList_ttl {
  margin-bottom: 5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 2.6rem;
  color: #A39483;
}
.dressList_ttl h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.dressList_ttl p {
  font-size: 1.2rem;
}
.dressList_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dressList_thumb {
  width: 50%;
  position: relative;
  z-index: 1;
}
.dressList_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
}
.dressList_thumb figure {
  width: 45.3rem;
  aspect-ratio: 453/618;
}
.dressList_content {
  width: 50%;
}
.dressList_content .txt {
  max-width: 55rem;
  margin-bottom: 4.7rem;
  font-size: 1.3rem;
  line-height: 2.3;
}
.dressList_content .txt.is-w100p {
  max-width: 100%;
}
.dressList_slider .slick-track {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.dressList_slider_item:not(:last-child) {
  margin-right: 0.5rem;
}
.dressList_slider .slick-arrow {
  padding: 0;
  border: none;
  outline: none;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 0;
  background: url("../../img/dress/slider_arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.dressList_slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.dressList_slider .slick-arrow.slick-prev {
  left: -4rem;
  transform: translate(0, -50%);
}
.dressList_slider .slick-arrow.slick-next {
  right: -4rem;
  transform: translate(0, -50%) scale(-1, -1);
}
.dressList_slider .slick-dots {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 0.8rem;
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  transform: translate(0, 100%);
}
.dressList_slider .slick-dots li {
  width: 0.9rem;
  height: 0.9rem;
}
.dressList_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
  border-radius: 50%;
  background: #DDDAD2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dressList_slider .slick-dots li.slick-active button {
  background: #C9BC9C;
}
.dressList_item.is-brand .dressList_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 0 7.8rem;
}
.dressList_item.is-brand .dressList_thumb {
  width: 65rem;
}
.dressList_item.is-brand .dressList_thumb figure {
  width: 100%;
  aspect-ratio: 650/402;
}
.dressList_item.is-brand .dressList_content {
  margin-bottom: 4rem;
  width: calc(100% - 65rem - 7.8rem);
}
.dressList_item.is-brand .dressList_content .ttl {
  margin-bottom: 1.6rem;
  font-weight: 500;
  color: #A39483;
  font-size: 1.6rem;
}
.dressList_item.is-brand .dressList_content .txt {
  margin-bottom: 0;
}

.items {
  margin-bottom: 15.6rem;
}
.items_ttl {
  margin-top: 3.4rem;
  margin-bottom: 16.1rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #DDDAD2;
}
.items_ttl img {
  width: 32.9rem;
}

@media only screen and (max-width: 768px) {
  .is-hidden-sp {
    display: none;
  }
  .dress_inner {
    max-width: 100%;
    padding: 0 2rem;
  }
  .mv {
    margin-bottom: 6rem;
  }
  .mv_img {
    aspect-ratio: 390/390;
  }
  .mv_ttl {
    width: 14.6rem;
    position: absolute;
    bottom: 4.6rem;
    left: 1.3rem;
  }
  .catchphrase {
    margin-bottom: 7rem;
    padding: 0 1rem;
  }
  .catchphrase_ttl {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .catchphrase_txt {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .dressList {
    gap: 11.2rem 0;
  }
  .dressList_ttl {
    margin-bottom: 3rem;
    gap: 0 1.5rem;
  }
  .dressList_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem 0;
  }
  .dressList_thumb {
    width: 100%;
  }
  .dressList_thumb::before {
    display: none;
  }
  .dressList_thumb figure {
    width: 100%;
    aspect-ratio: 350/477;
  }
  .dressList_content {
    width: 100%;
  }
  .dressList_content .txt {
    max-width: 100%;
  }
  .dressList_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .dressList_slider .slick-arrow.slick-next {
    right: 0;
  }
  .dressList_item.is-brand .dressList_wrap {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.5rem 0;
  }
  .dressList_item.is-brand .dressList_thumb {
    width: 100%;
  }
  .dressList_item.is-brand .dressList_thumb figure {
    aspect-ratio: 350/350;
  }
  .dressList_item.is-brand .dressList_content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .dressList_item.is-brand .dressList_content .ttl {
    margin-bottom: 1.6rem;
  }
  .items {
    margin-bottom: 13.9rem;
  }
  .items_ttl {
    margin-top: 10.7rem;
    margin-bottom: 7.2rem;
    padding-bottom: 0;
  }
  .items_ttl img {
    width: 22rem;
  }
}

/*# sourceMappingURL=styles.css.map */
