.page-wearable .campaign {
  position: relative;
  top: auto;
}

.page-wearable .c-inner--lg {
  margin: 0 auto;
  width: 81.7%;
  max-width: 1130px;
}

.page-wearable .p-material__works {
  padding: 100px 0 120px;
}
@media screen and (max-width: 599px) {
  .page-wearable .p-material__works {
    padding: 40px 0 50px;
  }
}
.page-wearable .p-material__partners .partners__label {
  color: #4a474c;
}
@media screen and (max-width: 599px) {
  .page-wearable .p-material__works-card {
    height: auto;
    aspect-ratio: 345/240;
    background-image: url("../images/products/wearable/case-studies-sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-wearable .p-material__works-card::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .page-wearable .p-material__works-card-inner {
    align-items: flex-start;
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .page-wearable .p-material__works-en {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .page-wearable .p-material__works-btn {
    right: auto;
    bottom: auto;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 200px;
    height: 42px;
    font-size: 13px;
    padding: 0 36px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-wearable .campaign__bg {
    height: 280px;
  }
  .page-wearable .campaign__inner {
    padding: 0 24px;
  }
  .page-wearable .campaign__label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .page-wearable .campaign__name {
    font-size: 13px;
    opacity: 1;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  .page-wearable .campaign__title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 6px;
  }
  .page-wearable .campaign__subtitle {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .page-wearable .campaign__btn {
    width: 180px;
    height: 38px;
  }
  .page-wearable .campaign__btn-text {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}

.p-wearable-list {
  position: relative;
  color: #4a474c;
}
.p-wearable-list__hero {
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__hero {
    padding-bottom: 40px;
  }
}
.p-wearable-list__products {
  position: relative;
  padding: 130px 0 120px;
}
.p-wearable-list__products::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  background-color: #fff;
  border-radius: 0 200px 0 0;
  z-index: 0;
}
.p-wearable-list__products .c-inner--lg {
  position: relative;
  z-index: 1;
  padding: 0 70px 0 0;
}
@media screen and (max-width: 959px) {
  .p-wearable-list__products {
    padding: 80px 0 80px;
  }
  .p-wearable-list__products::before {
    top: 30px;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    border-radius: 0 120px 0 0;
  }
  .p-wearable-list__products .c-inner--lg {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .p-wearable-list__products {
    padding: 80px 0 60px;
  }
  .p-wearable-list__products::before {
    top: 20px;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 0 80px 0 0;
  }
  .p-wearable-list__products .c-inner--lg {
    padding: 0;
  }
}
.p-wearable-list__card {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.p-wearable-list__card:last-child {
  margin-bottom: 0;
}
.p-wearable-list__card--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .p-wearable-list__card {
    flex-direction: column !important;
    align-items: center;
    gap: 32px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card {
    gap: 24px;
    margin-bottom: 60px;
  }
}
.p-wearable-list__card-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-wearable-list__card-media {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-media {
    max-width: 280px;
  }
}
.p-wearable-list__card-img {
  width: 100%;
  height: auto;
  max-width: 460px;
  display: block;
}
.p-wearable-list__card-body {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .p-wearable-list__card-body {
    flex: 1 1 auto;
    width: 100%;
    max-width: 600px;
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-body {
    gap: 16px;
  }
}
.p-wearable-list__card-logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-logo {
    max-width: 180px;
  }
}
.p-wearable-list__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #4a474c;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-desc {
    font-size: 13px;
    line-height: 1.85;
  }
}
.p-wearable-list__card-action {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-action {
    gap: 16px;
  }
}
.p-wearable-list__card-divider {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: #b8b5b5;
}
.p-wearable-list__card-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 60%;
  height: 3px;
  background-color: #b8b5b5;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-divider::after {
    width: 40%;
  }
}
.p-wearable-list__card-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 200px;
  height: 44px;
  padding: 0 48px 0 24px;
  border: 1px solid #686868;
  border-radius: 85px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #4a474c;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-wearable-list__card-btn:hover {
  background-color: #4a474c;
  color: #ffffff;
}
.p-wearable-list__card-btn:hover .p-wearable-list__card-btn-arrow {
  background-color: #ffffff;
}
.p-wearable-list__card-btn:hover .p-wearable-list__card-btn-arrow-img {
  filter: invert(0);
  transform: translateX(10px);
}
@media screen and (max-width: 599px) {
  .p-wearable-list__card-btn {
    min-width: 160px;
    height: 40px;
    font-size: 12px;
    padding: 0 40px 0 20px;
  }
}
.p-wearable-list__card-btn-arrow {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 22px;
  height: 22px;
  background-color: #4a474c;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.p-wearable-list__card-btn-arrow-img {
  width: 11px;
  height: auto;
  filter: invert(1);
  transform: translateX(-2px);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.p-wearable-list__card.fade-in-up {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-wearable-list__card:nth-child(1).fade-in-up {
  transition-delay: 0s;
}
.p-wearable-list__card:nth-child(2).fade-in-up {
  transition-delay: 0.15s;
}
.p-wearable-list__card:nth-child(3).fade-in-up {
  transition-delay: 0.3s;
}
.p-wearable-list__card:nth-child(4).fade-in-up {
  transition-delay: 0.45s;
}
.p-wearable-list__back {
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .p-wearable-list__back {
    padding: 40px 0;
  }
}
