@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Zen+Old+Mincho:wght@400;500&display=swap");
.p-dress {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-dress__intro {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.p-dress__intro-img {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto 30px;
  max-width: 640px;
  transform: translateX(-20px);
}
@media screen and (min-width: 1025px) {
  .p-dress__intro-img {
    width: 42.66%;
    transform: translateX(-140px);
    margin: auto;
  }
}
.p-dress__intro-img::before {
  content: url(/assets/img/dress/txt-dress.svg);
  position: absolute;
  left: -16%;
  bottom: 30%;
  transform-origin: bottom left;
  transform: scale(0.5);
}
@media screen and (min-width: 769px) {
  .p-dress__intro-img::before {
    transform: scale(0.7);
    left: -56.8%;
    bottom: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .p-dress__intro-img::before {
    transform: scale(1);
    left: -42%;
    bottom: 30%;
  }
}
.p-dress__intro-img::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: url(/assets/img/common/bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-dress__intro-img::after {
    left: -40px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-dress__intro-img::after {
    left: -70px;
    bottom: -70px;
  }
}
.p-dress__intro-txt {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-dress__intro-txt {
    width: 50%;
    max-width: 562px;
    margin-right: 60px;
  }
}
.p-dress__intro-txt > .ttl-sub {
  color: #798372;
  font-size: clamp(1.8rem, 1.4258rem + 1.0323vw, 2.2rem);
}
@media screen and (min-width: 769px) {
  .p-dress__first-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-dress__first-box > * {
    width: 48%;
  }
}
.p-dress__first-box-img {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-dress__first-box-img {
    margin-bottom: 0;
  }
}
.p-dress .ttl-line-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-dress .ttl-line-en {
    margin-bottom: 40px;
  }
}