[data-browse-mode="P"] .pane-main {
  font-size: 1.6rem;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  box-sizing: border-box;
}

[data-browse-mode="S"] .l-container {
  padding-left: 15px;
  padding-right: 15px;
}

/* MV */
.block-event-list--mv,
.block-event-page--header-img {
  text-align: center;
}

.block-event-page--header-img {
  padding-left: 0;
  padding-right: 0;
}

.block-event-page--header-img img {
  width: 100%;
}

/* Heading */
.p-heading {
  margin-top: 2em;
}

.p-heading__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

[data-browse-mode="S"] .p-heading__inner {
  flex-direction: column;
  align-items: start;
}

.p-heading h1 {
  margin: 0;
  padding: 0;
}

.p-heading__catchcopy {
  display: block;
  font-size: 2.1rem;
  font-weight: normal;
}

.p-heading__maintitle {
  font-size: 3.8rem;
  font-weight: bold;
}

.p-heading__subtitle {
  padding: 0;
  font-size: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
}

[data-browse-mode="P"] .p-heading__subtitle > br {
  display: none;
}

.p-heading__relatedLink {
  word-break: break-all;
}

[data-browse-mode="S"] .p-heading__relatedLink {
  width: 100%;
  text-align: right;
}

.p-heading__relatedLink a {
  text-decoration: underline;
}

/* Brand color */
.--hike {
  color: #61953d;
}

.--mens {
  color: #0085ce;
}

.--womens {
  color: #fe888e;
}

[data-browse-mode="S"] .p-leadText {
  font-size: 1.5rem;
}

/* Style Anchor */
.p-styleanchor {
  padding: 2rem 0;
  font-size: 1.4rem;
  background-color: #FBF9F7;
}

[data-browse-mode="S"] .p-styleanchor {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-styleanchor > nav {
  padding-left: 15px;
  padding-right: 15px;
}

.p-styleanchor__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.p-styleanchor__items a {
  text-align: center;
  transition: opacity .4s ease;
}

@media (any-hover: hover) {
  .p-styleanchor__items a:hover {
    opacity: 0.8;
  }
}

[data-browse-mode="P"] .p-styleanchor__items {
  gap: 20px;
}

[data-browse-mode="S"] .p-styleanchor__items {
  gap: 4.5vw;
}

[data-browse-mode="S"] .p-styleanchor__items > li {
  flex-basis: 30%;
  max-width:  30%;
}

[data-browse-mode="S"] .p-styleanchor__items[data-itemcount="4"] {
  width: calc( 45% * 2 + 20px );
}

[data-browse-mode="S"] nav:has(.p-styleanchor__items[data-itemcount="4"]) + .p-styleanchor__modelInfo {
  text-align: center;
}

.p-styleanchor__num {
  margin-bottom: 0.5rem;
}

.p-styleanchor__image img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

[data-browse-mode="P"] .p-styleanchor__modelInfo {
  font-size: 1.4rem;
  text-align: center;
}

[data-browse-mode="S"] .p-styleanchor__modelInfo {
  padding-left: 15px;
  padding-right: 15px;
}

/* Item */
.p-item:first-child {
  margin-top: 8rem
}

.p-worn-items-heading + .l-container > .p-item  {
  padding-top: 4em;
  border-top: 2px solid #bfbfbf;
}

.p-item__heading {
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-item__catchcopy {
  font-size: 2.1rem;
  font-weight: bold;
}

[data-browse-mode="P"] .p-item__silhouette img {
  width: 100%;
  height: auto;
}

[data-browse-mode="S"] .p-item__silhouette-inner {
  overflow-x: scroll;
}

[data-browse-mode="S"] .p-item__silhouette img {
  max-width: unset;
  max-height: 300px;
}

.p-item__detail {
  text-align: center;
}

.p-item__detail.--hr {
  padding-top: 4em;
  border-top: 2px solid #bfbfbf;
}

.p-item__styling-image img {
  width: 100%;
  height: auto;
}

[data-browse-mode="S"] .p-item__styling-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-worn-items-heading {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}

/* Utility */
.u-margin--l {
  margin-top: 8rem;
}

.u-margin--m {
  margin-top: 4rem;
}

.u-margin--s {
  margin-top: 2rem;
}

.u-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35vw;
  margin: 0 auto;
  padding: 1em;
  gap: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  transition: all .4s ease;
}

[data-browse-mode="S"] .u-button {
  width: 100%;
  max-width: unset;
}

.u-button span::after {
  content: '>';
  padding-left: 20px;
  line-height: 1.5;
}

@media (any-hover: hover) {
  .u-button:hover {
    color: #fff;
    background-color:#000;
  }
}