.pcObj {
  display: block !important;
}
@media (max-width: 768px) {
  .pcObj {
    display: none !important;
  }
}

.spObj {
  display: none !important;
}
@media (max-width: 768px) {
  .spObj {
    display: block !important;
  }
}

.p-genre {
  position: relative;
}

.p-genre__bg img {
  width: 100%;
  height: auto;
}

.p-genre__body {
  position: absolute;
  color: #fff;
  letter-spacing: 0.1em;
}
@media not all and (max-width: 768px) {
  .p-genre__body {
    width: 43.6%;
    right: 0 !important;
    text-align: center;
  }
}
:where(.p-training-gym) .p-genre__body {
  right: 115px;
  bottom: 28.3px;
}
@media (max-width: 768px) {
  :where(.p-training-gym) .p-genre__body {
    bottom: 34.7px;
    left: 16px;
    right: auto;
  }
}
:where(.p-training-performance) .p-genre__body {
  right: 110px;
  bottom: 30px;
}
@media (max-width: 768px) {
  :where(.p-training-performance) .p-genre__body {
    bottom: 22.1px;
    left: 16px;
    right: auto;
  }
}
:where(.p-training-off) .p-genre__body {
  right: 119px;
  bottom: 30px;
}
@media (max-width: 768px) {
  :where(.p-training-off) .p-genre__body {
    bottom: 20.1px;
    left: 16px;
    right: auto;
  }
}
:where(.p-running-women) .p-genre__body {
  right: 119px;
  bottom: 30px;
}
@media (max-width: 768px) {
  :where(.p-running-women) .p-genre__body {
    bottom: 20.1px;
    left: 16px;
    right: auto;
  }
}

.p-genre__heading {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-genre__heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-genre__heading br {
    display: none;
  }
}

.p-intro {
  position: relative;
  padding-top: 33px;
}
@media (max-width: 768px) {
  .p-intro {
    padding-top: 0;
  }
}

.p-intro__image {
  max-width: 1200px;
  margin: auto;
}
.p-intro__image img {
  max-width: 100%;
  height: auto;
}

.p-mv {
  position: relative;
}

.p-mv__bg img {
  width: 100%;
  height: auto;
}

.p-mv__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__body {
    width: 100%;
    margin: auto;
    text-align: right;
    left: auto;
    right: 15px;
    transform: translateY(10%);
  }
}

.p-mv__heading {
  font-size: 37px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__heading {
    font-size: 24px;
  }
}

.p-mv__season {
  font-size: 23px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__season {
    font-size: 16px;
  }
}

.p-mv__gender {
  font-size: 23px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__gender {
    font-size: 16px;
  }
}

.p-mv__nav {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-mv__nav {
    left: 0;
    transform: none;
  }
}

.p-mv__nav-list {
  display: flex;
}
.p-mv__nav-list li {
  width: 215px;
}
@media (max-width: 768px) {
  .p-mv__nav-list li {
    width: 50%;
  }
}
.p-mv__nav-list li a {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 13px 5px;
  text-align: center;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .p-mv__nav-list li a {
    font-size: 14px;
  }
}
.p-mv__nav-list li a.is-current {
  background-color: rgba(0, 30, 98, 0.7);
}
@media not all and (max-width: 768px) {
  .p-mv__nav-list li a:hover {
    opacity: 0.8;
  }
}

.p-running-women {
  padding-bottom: 120px;
  margin-bottom: -80px;
  background-color: #f1f1f1;
}
@media not all and (max-width: 768px) {
  .p-running-women {
    background-image: url("/jp/ja-jp/mk/lookbook/assets/image/lookbook-bg-4.jpg");
    background-image: url("//cms-static.asics.com/media-libraries/111054/file.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 768px) {
  .p-running-women {
    padding-top: 40px;
    padding-bottom: 52px;
  }
}

.p-showcase {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1160px;
  margin-top: 40px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  .p-showcase {
    gap: 30px;
    padding-inline: 10px;
    margin-top: 21.6px;
  }
}

.p-showcase__item + .p-showcase__item {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-showcase__item + .p-showcase__item {
    margin-top: 0;
  }
}

@media not all and (max-width: 768px) {
  .p-showcase__item-reverse .p-showcase__slide {
    flex-direction: row-reverse;
  }
}
.p-showcase__item-reverse .p-showcase__item-content {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-showcase__item-reverse .p-showcase__item-content {
    display: block;
  }
}
.p-showcase__item-reverse .p-showcase__content-label {
  text-align: right;
}
@media (max-width: 768px) {
  .p-showcase__item-reverse .p-showcase__content-label {
    text-align: center;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__item-reverse .p-showcase__content-link-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__item-reverse .p-showcase__content-link {
    justify-content: flex-end;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__item-reverse {
    flex-direction: row-reverse;
  }
}
.p-showcase__item-reverse .swiper-pagination-bullets {
  right: 0;
  left: auto;
}

.p-showcase__slide-image-wrap {
  width: 700px;
  height: 650px;
}
@media screen and (max-width: 1400px) {
  .p-showcase__slide-image-wrap {
    width: 50vw;
    height: auto;
    aspect-ratio: 700/650;
  }
}
@media (max-width: 768px) {
  .p-showcase__slide-image-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    position: relative;
  }
}

.p-showcase__slide {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-showcase__slide {
    display: block;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-showcase {
  --bullet-width: 48px;
  --bullet-height: 48px;
  --inner-height-md: 4px;
  --inner-height-sp: 2px;
  --margin-top-md: 30px;
  --margin-top-sp: 20px;
}
.p-showcase .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: var(--bullet-width);
  height: var(--bullet-height);
  margin: 0 !important;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.p-showcase .swiper-pagination-bullet-inner {
  display: inline-block;
  width: 20px;
  height: var(--inner-height-md);
  background: #fff;
}
@media (max-width: 768px) {
  .p-showcase .swiper-pagination-bullet-inner {
    width: 10px;
    height: var(--inner-height-sp);
  }
}
.p-showcase .swiper-pagination-bullet-active .swiper-pagination-bullet-inner {
  background: #001E62;
}
.p-showcase .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.p-showcase .swiper-pagination-bullets {
  width: 700px;
  bottom: -50px;
  pointer-events: all;
}
@media screen and (max-width: 1400px) {
  .p-showcase .swiper-pagination-bullets {
    width: 50vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-showcase .swiper-pagination-bullets {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: auto;
    top: 90.625vw;
  }
}
.p-showcase .swiper-pagination-bullets :nth-child(1) {
  justify-content: flex-end;
}
.p-showcase .swiper-pagination-bullets :nth-child(1) .swiper-pagination-bullet-inner {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .p-showcase .swiper-pagination-bullets :nth-child(1) .swiper-pagination-bullet-inner {
    margin-right: 2.5px;
  }
}
.p-showcase .swiper-pagination-bullets :nth-child(2) .swiper-pagination-bullet-inner {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-showcase .swiper-pagination-bullets :nth-child(2) .swiper-pagination-bullet-inner {
    margin-left: 2.5px;
  }
}
@media (max-width: 768px) {
  .p-showcase .swiper-pagination-bullets {
    margin-top: calc(var(--margin-top-sp) - var(--bullet-height) / 2 - var(--inner-height-sp) / 2);
  }
}

.p-showcase__item-content {
  position: relative;
  flex: 1;
  height: 650px;
}
@media screen and (max-width: 1400px) {
  .p-showcase__item-content {
    height: auto;
    aspect-ratio: 700/650;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-showcase__item-content {
    height: auto;
    text-align: center;
    aspect-ratio: initial;
    margin-top: 0;
  }
}
.swiper-slide:not(.swiper-slide-active) .p-showcase__item-content {
  opacity: 0;
}

.p-showcase__item-content-wrapper {
  position: absolute;
  bottom: 80px;
}
@media (max-width: 768px) {
  .p-showcase__item-content-wrapper {
    position: initial;
  }
}

.p-showcase__content-label {
  margin: 0;
  color: #001E62;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 120%;
}
@media (max-width: 768px) {
  .p-showcase__content-label {
    font-size: 12px;
  }
}

.p-showcase__content-link {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
@media not all and (max-width: 768px) {
  .p-showcase__content-link:hover .p-showcase__content-link-text {
    color: var(--font--underLine-border);
    text-decoration: underline;
  }
  .p-showcase__content-link:hover .p-showcase__content-link-icon svg path {
    fill: var(--font--underLine-border);
  }
}
@media (max-width: 768px) {
  .p-showcase__content-link {
    margin-top: 17.6px;
    justify-content: center;
  }
}

.p-showcase__content-link-text {
  display: inline-block;
  color: #001E62;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-showcase__content-link-text {
    font-size: 12px;
  }
}

.p-showcase__content-link-icon {
  display: inline-block;
  margin-left: 20px;
}
.p-showcase__content-link-icon svg path {
  fill: #001E62;
}
@media (max-width: 768px) {
  .p-showcase__content-link-icon {
    margin-left: 8px;
  }
}

.p-training-gym {
  margin-top: 113.1px;
  padding-bottom: 120px;
  background-color: #f1f1f1;
}
@media not all and (max-width: 768px) {
  .p-training-gym {
    background-image: url("/jp/ja-jp/mk/lookbook/assets/image/lookbook-bg-1.jpg");
    background-image: url("//cms-static.asics.com/media-libraries/111053/file.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center bottom -4px;
  }
}
@media (max-width: 768px) {
  .p-training-gym {
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.p-training-off {
  padding-bottom: 120px;
  background-color: #f1f1f1;
  background-image: url("/jp/ja-jp/mk/lookbook/assets/image/lookbook-bg-3.jpg");
  background-image: url("//cms-static.asics.com/media-libraries/111051/file.jpg");
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 768px) {
  .p-training-off {
    padding-top: 40px;
    padding-bottom: 0;
    background-image: none;
  }
}

.p-training-performance {
  padding-bottom: 120px;
  background-color: #f1f1f1;
  background-image: url("/jp/ja-jp/mk/lookbook/assets/image/lookbook-bg-2.jpg");
  background-image: url("//cms-static.asics.com/media-libraries/111050/file.jpg");
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 768px) {
  .p-training-performance {
    padding-top: 40px;
    padding-bottom: 0;
    background-image: none;
  }
}