.dress {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 834px) {
  .dress {
    padding-top: calc(80 / 390 * 100vw);
  }
}

.dress__title {
  margin-top: 16px;
  text-align: center;
  padding: 0 0 40px;
}

@media (max-width: 834px) {
  .dress__title {
    margin-top: calc(16/390*100vw);
  }
}

.dress__title-en {
  font-family: Futura, Jost;
  font-size: 24px;
  color: #222;
  line-height: normal;
}

@media (max-width: 834px) {
  .dress__title-en {
    font-size: calc(24/390*100vw);
  }
}

.dress__title-jp {
  font-size: 12px;
  color: #9D9D9D;
  line-height: normal;
}

@media (max-width: 834px) {
  .dress__title-jp {
    font-size: calc(12/390*100vw);
  }
}

.dress_text {
  margin-bottom: 40px;
  padding: 0 20px;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .dress_text {
    line-height: 120%;
  }
}

.dress_text h3 {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dress_text h3 {
    font-size: 18px;
  }
}

.dress_text span {
  font-size: 26px;
  color: #C99388;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .dress_text span {
    font-size: 22px;
  }
}

.dress_text p {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .dress_text p {
    text-align: left;
  }
}

.splide__slide img {
  width: 100%;
  object-fit: cover;
}

.dress-action {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.dress-action a {
  display: inline-flex;
  align-items: center;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.dress-action a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_forward.svg) center center / cover no-repeat;
}
