/* MICKEY'S OUTDOOR CLUB COLLECTION */
.l-main img {
  vertical-align: bottom;
}

.p-lead {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

[data-browse-mode="P"] .p-lead {
  max-width: 960px;
  margin: 10rem auto 8rem;
}

[data-browse-mode="S"] .p-lead {
  max-width: 80%;
  margin: 2.5rem auto 2rem;
}

.l-section + .l-section,
.l-footer {
  margin-top: 8rem;
}

.c-heading {
  margin: 0;
  padding: 0;
}

[data-browse-mode="S"] .c-forPC {
  display: none;
}

.c-heading.--text {
  font-size: clamp(2.40rem, 0.98vw + 1.98rem, 3.20rem);
  font-family: 'primaryfont';
  font-weight: bold;
  text-align: center;
}

[data-browse-mode="P"] .c-heading.--text {
  margin-bottom: 3rem;
}

.p-slider__items,
.p-details__items {
  margin: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.p-slider__item a:hover {
  opacity: 0.8;
}

[data-browse-mode="P"] .p-details__items {
  justify-content: space-around;
}

[data-browse-mode="S"] .p-slider {
  overflow: scroll;
}

[data-browse-mode="S"] .p-slider__items.--4col {
  width: 320vw;
}

[data-browse-mode="S"] .p-slider__items.--3col {
  width: 240vw;
}

[data-browse-mode="S"] .p-details__items {
  flex-wrap: wrap;
}

[data-browse-mode="S"] .p-details__items > li {
  width: calc(50% - 5px);
}

.p-itemlist-botton {
  margin-top: 5rem;
  gap: 0 2rem;
}

.p-itemlist-botton > a {
  padding: 1rem 4rem;
  font-size: 1.6rem;
}

.p-itemlist-botton > a::after {
  content: ">";
  display: inline-block;
  margin-left: 2rem;
}