.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 a {
  display: block;
}
@media not all and (max-width: 768px) {
  .p-genre__bg a {
    transition: opacity 0.3s;
  }
  .p-genre__bg a:hover {
    opacity: 0.8;
  }
}
.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-men) .p-genre__body {
  right: 119px;
  bottom: 30px;
}
@media (max-width: 768px) {
  :where(.p-running-men) .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;
  }
}

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

.p-intro__image {
  max-width: 1200px;
  margin: auto;
}
.p-intro__image a {
  display: block;
}
@media not all and (max-width: 768px) {
  .p-intro__image a {
    transition: opacity 0.3s;
  }
  .p-intro__image a:hover {
    opacity: 0.8;
  }
}
.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: auto;
    margin: auto;
    text-align: left;
    top: calc(50% - 100px);
    left: 25px;
    transform: none;
  }
}

.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;
  margin: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-mv__gender {
    font-size: 16px;
    margin: 0;
  }
}

.p-mv__nav {
  width: 100%;
  background-color: #000;
}
@media (max-width: 768px) {
  .p-mv__nav {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: none;
  }
}

.p-mv__nav-list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-mv__nav-list {
    flex-wrap: wrap;
  }
}
.p-mv__nav-list li {
  position: relative;
  flex: 1;
}
.p-mv__nav-list li:last-child::after {
  display: none;
}
.p-mv__nav-list li:has(.is-current)::after {
  opacity: 0;
}
.p-mv__nav-list li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #696969;
}
@media (max-width: 768px) {
  .p-mv__nav-list li {
    width: 50%;
    flex: auto;
  }
}
.p-mv__nav-list li a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 23px 5px;
  text-align: center;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .p-mv__nav-list li a {
    font-size: 14px;
    padding: 16px 5px;
    letter-spacing: 0.025em;
  }
}
.p-mv__nav-list li a.is-current {
  background-color: #001e62;
}
@media not all and (max-width: 768px) {
  .p-mv__nav-list li a:hover {
    opacity: 0.8;
  }
}

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

.p-showcase {
  position: relative;
}

.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;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__item-reverse {
    flex-direction: row-reverse;
  }
}

.p-showcase__slide-image-wrap {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-showcase__slide-image-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
}

.p-showcase__slide-image {
  overflow: hidden;
}
.p-showcase__slide-image a {
  display: block;
}
@media not all and (max-width: 768px) {
  .p-showcase__slide-image a {
    transition: transform 0.3s;
  }
  .p-showcase__slide-image a:hover {
    transform: scale(1.04);
  }
}

@media not all and (max-width: 768px) {
  .p-showcase__slide + .p-showcase__slide {
    margin-left: 65px;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__slide--nomal {
    width: 30vw;
    height: 47.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-showcase__slide--nomal {
    width: 420px;
    height: 660px;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__slide--medium01 {
    width: 26.4285714286vw;
    height: 41.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-showcase__slide--medium01 {
    width: 370px;
    height: 582px;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__slide--medium02 {
    width: 25.7142857143vw;
    height: 40.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-showcase__slide--medium02 {
    width: 360px;
    height: 565px;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__slide--medium03 {
    width: 22.3571428571vw;
    height: 35.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-showcase__slide--medium03 {
    width: 313px;
    height: 492px;
  }
}
@media not all and (max-width: 768px) {
  .p-showcase__slide--small {
    width: 20.5714285714vw;
    height: 32.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-showcase__slide--small {
    width: 288px;
    height: 452px;
  }
}
.p-showcase__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .p-showcase {
    width: 245px;
    margin: 0 auto;
  }
}

.p-showcase__slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
@media not all and (max-width: 768px) {
  .p-showcase__slide-arrow {
    display: none;
  }
}
.p-showcase__slide-arrow .swiper-button-prev,
.p-showcase__slide-arrow .swiper-button-next {
  position: absolute;
  width: 14px;
  height: 24px;
  background-image: none;
}
.p-showcase__slide-arrow .swiper-button-prev {
  left: 5px;
}
.p-showcase__slide-arrow .swiper-button-next {
  right: 5px;
}
.p-showcase__slide-arrow .swiper-button-prev::after,
.p-showcase__slide-arrow .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("//cms-static.asics.com/media-libraries/112933/file.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-showcase__slide-arrow .swiper-button-prev::after {
  transform: rotate(180deg);
}

.p-showcase__slide-pagination {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
  margin-top: 6px;
  align-items: center;
}
@media not all and (max-width: 768px) {
  .p-showcase__slide-pagination {
    display: none;
  }
}
.p-showcase__slide-pagination .swiper-pagination {
  position: unset;
}
.p-showcase__slide-pagination .swiper-pagination-bullets {
  width: auto;
  display: flex;
  text-align: left;
  pointer-events: all;
  margin-top: -3px;
}
.p-showcase__slide-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  height: 15px;
  margin: 0 !important;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.p-showcase__slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px !important;
}
.p-showcase__slide-pagination .swiper-pagination-bullet-inner {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #c1c1c1;
}
.p-showcase__slide-pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-inner {
  background: #001E62;
}
.p-showcase__slide-pagination .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.p-showcase__slide-pagination .swiper-fraction {
  color: #001E62;
  font-size: 12px;
  width: auto;
  position: relative;
  letter-spacing: 0.1em;
  margin-left: 8px;
}

.p-item__contents {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-item__contents {
    padding: 0 20px;
  }
}

.p-item__contents {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center bottom;
}

.p-item__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .p-item__inner {
    padding-top: 30px;
  }
}

.p-item__sec1 {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .p-item__sec1 {
    margin-top: 30px;
  }
}
.p-item__sec1 .p-item__contents {
  padding-bottom: 130px;
  background-image: url("//cms-static.asics.com/media-libraries/112940/file.jpg");
}
@media (max-width: 768px) {
  .p-item__sec1 .p-item__contents {
    padding-bottom: 35px;
    background-image: url("//cms-static.asics.com/media-libraries/112941/file.jpg");
  }
}

.p-item__sec2 .p-item__contents {
  padding-bottom: 130px;
  background-image: url("//cms-static.asics.com/media-libraries/112942/file.jpg");
}
@media (max-width: 768px) {
  .p-item__sec2 .p-item__contents {
    padding-bottom: 35px;
    background-image: url("//cms-static.asics.com/media-libraries/112943/file.jpg");
  }
}

.p-item__sec3 .p-item__contents {
  padding-bottom: 130px;
  background-image: url("//cms-static.asics.com/media-libraries/112944/file.jpg");
}
@media (max-width: 768px) {
  .p-item__sec3 .p-item__contents {
    padding-bottom: 35px;
    background-image: url("//cms-static.asics.com/media-libraries/112945/file.jpg");
  }
}

.p-item__group-wrap + .p-item__group-wrap {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-item__group-wrap + .p-item__group-wrap {
    margin-top: 35px;
  }
}

.p-item__group-wrap--flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-item__group-wrap--flex {
    align-items: center;
    flex-direction: column;
  }
}
.p-item__group-wrap--flex .p-item__group {
  flex-shrink: 0;
}
@media not all and (max-width: 768px) {
  .p-item__group-wrap--flex .p-item__group + .p-item__group {
    margin-left: 65px;
  }
}
@media (max-width: 768px) {
  .p-item__group-wrap--flex .p-item__group + .p-item__group {
    margin-top: 35px;
  }
}

.p-item__group {
  position: relative;
}
@media not all and (max-width: 768px) {
  .p-item__group {
    display: flex;
    justify-content: center;
  }
}

@media not all and (max-width: 768px) {
  .p-item__links {
    position: absolute;
    z-index: 2;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-item__links {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .p-item__links-list {
    display: grid;
    gap: 0 35px;
    grid-auto-flow: column;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
  }
}

.p-item__links-list-info {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-item__links-list-info {
    font-size: 13px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__links-list-info {
    font-size: clamp(12px, 1vw, 14px);
  }
}
@media screen and (min-width: 1080px) {
  .p-item__links-list-info {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media not all and (max-width: 768px) {
  .p-item__links-list-info + .p-item__links-list-info {
    margin-top: 3px;
  }
}
.p-item__links-list-info a, .p-item__links-list-info span {
  color: #001E62;
}
@media not all and (max-width: 768px) {
  .p-item__links-list-info:hover a {
    color: var(--font--underLine-border);
    text-decoration: underline;
  }
}

.p-item__links-detail {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
}
@media not all and (max-width: 768px) {
  .p-item__links-detail:hover .p-item__links-detail-text {
    color: var(--font--underLine-border);
    text-decoration: underline;
  }
  .p-item__links-detail:hover .p-item__links-detail-icon svg path {
    fill: var(--font--underLine-border);
  }
}
@media (max-width: 768px) {
  .p-item__links-detail {
    display: flex;
    position: relative;
    margin-top: 10px;
    justify-content: center;
  }
}
.p-item__links-detail img {
  width: 100%;
}

.p-item__links-detail-text {
  display: inline-block;
  color: #001E62;
  line-height: 100%;
}
@media (max-width: 768px) {
  .p-item__links-detail-text {
    font-size: 13px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__links-detail-text {
    font-size: clamp(12px, 1vw, 14px);
  }
}
@media screen and (min-width: 1080px) {
  .p-item__links-detail-text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-item__links-detail-icon {
  display: inline-block;
  margin-left: 5px;
  width: 7px;
  transform: translateY(-1px);
}
.p-item__links-detail-icon svg path {
  fill: #001E62;
}
@media (max-width: 768px) {
  .p-item__links-detail-icon {
    margin-left: 8px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--1 {
    margin-left: 35px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--1 .p-showcase__slider-wraper {
    align-items: center;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--1 .p-item__links {
    top: 60%;
    left: 20px;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-item__group--1 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--2 {
    margin-bottom: -25px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--2 .p-item__links {
    left: -160px;
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  .p-item__group--2 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--2) {
    padding-left: 20px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--3 .p-item__links {
    top: 47%;
    right: -170px;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-item__group--3 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

.p-item__group--4 {
  flex-direction: column;
}
@media not all and (max-width: 768px) {
  .p-item__group--4 {
    margin-left: 20px;
  }
}
.p-item__group--4 .p-item__links {
  position: unset;
}
.p-item__group--4 .p-item__links-list {
  display: grid;
  gap: 0 25px;
  grid-auto-flow: column;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .p-item__group--4 .p-item__links-list {
    gap: 0 35px;
    justify-content: center;
  }
}

.p-item__group--5 {
  flex-direction: column;
}
@media not all and (max-width: 768px) {
  .p-item__group--5 {
    margin-bottom: -25px;
  }
}
.p-item__group--5 .p-item__links {
  position: unset;
}
.p-item__group--5 .p-item__links-list {
  display: grid;
  gap: 0 25px;
  grid-auto-flow: column;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 768px) {
  .p-item__group--5 .p-item__links-list {
    gap: 0 35px;
    justify-content: center;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--5) {
    padding-bottom: 25px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--6 {
    margin-bottom: -25px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--6 .p-item__links {
    left: -160px;
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  .p-item__group--6 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--6) {
    margin-left: 20px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--7 .p-item__links {
    top: 47%;
    right: -170px;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-item__group--7 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--8 {
    flex-direction: column;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--8 .p-showcase__slider-wraper {
    align-items: flex-end;
  }
}
.p-item__group--8 .p-showcase__slide:nth-child(2) {
  margin-bottom: -25px;
}
@media not all and (max-width: 768px) {
  .p-item__group--8 .p-item__links {
    position: unset;
  }
}
.p-item__group--8 .p-item__links-list {
  display: grid;
  gap: 0 25px;
  grid-auto-flow: column;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 768px) {
  .p-item__group--8 .p-item__links-list {
    gap: 0 35px;
    justify-content: center;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--8) {
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--9 {
    margin-bottom: -25px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--9 .p-item__links {
    left: -160px;
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .p-item__group--9 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--9) {
    margin: 70px 0 0 35px;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--10 .p-item__links {
    top: 50%;
    right: -170px;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-item__group--10 .p-item__links-list {
    grid-template-rows: repeat(2, auto);
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--11-1 {
    margin-bottom: 135px;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-1 {
    width: 47.6744186047vw;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-1 .p-showcase {
    width: 100%;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--11-1 .p-showcase__slider-wraper {
    align-items: flex-end;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--11-1 .p-showcase__slide + .p-showcase__slide {
    margin: 0 0 -70px -30px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--11-1 .p-item__links {
    left: 0;
    bottom: -110px;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--11-1 .p-item__links-list {
    display: grid;
    gap: 0 25px;
    grid-auto-flow: column;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    grid-template-rows: repeat(2, auto);
  }
}
@media (max-width: 768px) {
  .p-item__group--11-1 .p-item__links-list {
    grid-auto-flow: row;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-1 .p-item__links-detail {
    justify-content: flex-start;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--11-1) {
    margin: 130px 0 0 40px;
  }
}
@media (max-width: 768px) {
  .p-item__group-wrap:has(.p-item__group--11-1) {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media not all and (max-width: 768px) {
  .p-item__group--11-2 {
    flex-direction: column;
    margin: 0 0 65px 110px;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-2 {
    margin: 0 0 50px 10px;
    width: 40.4651162791vw;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-2 .p-showcase {
    width: 100%;
  }
}
@media not all and (max-width: 768px) {
  .p-item__group--11-2 .p-item__links {
    position: unset;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-2 .p-item__links-list {
    grid-auto-flow: row;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .p-item__group--11-2 .p-item__links-detail {
    justify-content: flex-start;
  }
}

#footer {
  margin-top: 0;
}