/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    dress
------------------------------ */
#page_dress .sec_dress {
  margin-top: 25rem;
}
#page_dress .sec_dress .ttl_img {
  padding-left: 4rem;
}
#page_dress .sec_dress .slider {
  padding-left: 4rem;
  margin-top: 20rem;
}
#page_dress .sec_dress .slider .ttl {
  font-family: "Jost", sans-serif;
  color: #ff8014;
  font-size: 5.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
}
#page_dress .sec_dress .slider .ttl span {
  display: inline-block;
  background: #f3eee6;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}
#page_dress .sec_dress .slider .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background: #ff8014;
}
#page_dress .sec_dress .slider .img {
  aspect-ratio: 634/821;
}
#page_dress .sec_dress .slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_dress .sec_dress .slider .slick-slide {
  width: 63.4rem;
  margin-right: 3rem;
}
#page_dress .sec_dress .slider .slick-dots {
  margin-top: 1.5rem;
  margin-left: -4rem;
}
#page_dress .sec_dress .slider._square .img {
  aspect-ratio: 1/1;
}
#page_dress #sec_dress {
  margin-top: 6rem;
}
#page_dress #sec_dress .intro {
  margin-bottom: 20rem;
}
#page_dress #sec_dress .intro .img._01 {
  padding-right: 25%;
}
#page_dress #sec_dress .intro .img._02 {
  padding-left: 40%;
  margin-top: -6rem;
}
#page_dress #sec_dress .intro .tar .m-catch {
  display: inline-block;
}
#page_dress #sec_dress .brand {
  margin-top: 20rem;
}
#page_dress #sec_dress .brand .img {
  margin-top: 6rem;
}
#page_dress #sec_dress .brand .data {
  margin-top: 8rem;
}
#page_dress #sec_dress .brand .data .ttl {
  color: #ff8014;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ff8014;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
#page_dress #sec_dress .brand .data .ttl .en {
  font-family: "Jost", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  margin-right: 0.3em;
}
