@charset "UTF-8";
@font-face {
  font-family: "primaryfont";
  src: url("/fonts/GerTT-Regular.woff2") format("woff2"), url("/fonts/GerTT-Regular.woff") format("woff"), url("/fonts/GerTT-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.wrapper {
  background-color: transparent;
}

.header-banner {
  margin-top: 0 !important;
}

.l-contentMain {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-family: "primaryfont", sans-serif;
}

.l-contentMain img {
  height: auto;
  vertical-align: bottom;
}

.l-container {
  flex: 1 1 auto;
}

.l-contentArea {
  position: relative;
  background-color: #e5dbbb;
  background-image: linear-gradient(0deg, #e5dbbb 0%, #dacea5 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Logo */
.p-logo {
  display: none;
}

.p-logo__inner {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.p-logo__heading {
  font-weight: bold;
}

.p-logo__subText::before, .p-logo__subText::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-logo__subText::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-logo__subText::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-logo__mainText {
  margin: 3.8rem 0 0;
  padding: 0;
  font-size: 3.5rem;
}
.p-logo__mainText::before, .p-logo__mainText::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-logo__mainText::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-logo__mainText::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-logo__lead {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-logo {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 12;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 375px) / 2);
    margin-left: auto;
    z-index: 5;
  }
  .p-logo__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 330px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
/* Content */
.l-content {
  margin-inline: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-content {
    position: relative;
    max-width: 375px;
    height: 100%;
    min-height: 100vh;
    margin-inline: auto;
    z-index: 1;
    background-color: #fff;
  }
}
/* Navigation */
.p-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 12;
}

.p-nav__inner {
  display: flex;
  justify-content: space-between;
}

.p-nav__inner > li {
  flex: 1;
  text-align: center;
}

.p-nav__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .p-nav {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 375px) / 2);
    margin-left: auto;
    z-index: 5;
  }
  .p-nav__inner {
    flex-direction: column;
    width: 160px;
  }
  .p-nav__inner > li + li {
    border-top: 1px solid #000;
  }
  .p-nav__inner a {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    align-items: stretch;
    background-color: #ece5cc;
  }
  .p-nav__inner > li {
    display: flex;
    flex-direction: column;
  }
  .p-nav__inner > li a {
    flex-grow: 1;
    color: #717171;
  }
  .p-nav__inner > li + li {
    border-left: 1px solid #fff;
  }
}
.kv {
  pointer-events: none;
}

.l-section {
  padding-inline: 10px;
}

.l-section + .l-section {
  margin-top: 100px;
}

.l-section:last-child {
  padding-bottom: 100px;
}

.c-logo {
  font-weight: bold;
}

.c-logo ruby {
  ruby-align: center;
  ruby-position: under;
}

.c-heading {
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

.c-heading > span {
  display: block;
  color: #B7B7B7;
  font-size: 1.4rem;
}

.c-btn {
  display: inline-block;
  align-items: center;
  padding-inline: 4rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: transparent 2px solid;
  border-radius: 999em;
  transition: all 0.3s;
}
.c-btn:hover {
  background-color: #fff;
}

.c-btn.--default {
  min-width: 310px;
  padding-block: 1em;
  line-height: 1;
  background-color: #000;
}
.c-btn.--default:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.c-btn.--default.--arrow:hover::after {
  background-color: #000;
}

.c-btn.--white {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.c-btn.--white:hover {
  color: #fff;
  background-color: #222;
}

.c-btn.--arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
}

.c-btn.--arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background-color: #fff;
  width: 15px;
  height: 15px;
  clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}

.c-btn.--triangle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
}

.c-btn.--triangle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  background-color: #fff;
  width: 12px;
  height: 7px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.c-btn.--triangle:hover::after {
  background-color: #000;
}

.c-btn.--triangle.--white::after {
  background-color: #000;
}

.c-btn.--triangle.--white:hover::after {
  background-color: #fff;
}

/* List */
.c-list > * {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.c-list > *::before {
  content: "●";
  font-family: "Hragino Kaku Gothic ProN", sans-serif;
}

.c-list > * + * {
  margin-top: 1em;
}

/* Tab */
.c-tabs__tab-item:focus {
  outline: revert;
}

.c-tabs__tabPanel.is-hidden {
  display: none;
  opacity: 0;
}

/* accordion */
.c-accordion__ctrl {
  cursor: pointer;
}

/* inner */
.c-inner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Slider */
.c-slider {
  position: relative;
  max-width: 325px;
  margin: 0 auto;
}

/* utility */
.u-mt-md {
  margin-top: 5.0385rem;
}

.u-mt-sm {
  margin-top: 2.545rem;
}

.u-padding-block {
  padding-right: min(6.666vw, 25px);
  padding-left: min(6.666vw, 25px);
}

.u-align-center {
  text-align: center;
}

.u-align-center:has(a.c-btn.--arrow),
.u-align-center:has(a.c-btn.--triangle) {
  display: flex;
  justify-content: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-hover {
  transition: opacity 0.3s;
}

.u-hover:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .u-hidden--pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden--sp {
    display: none;
  }
}
/**
 * Lead
 */
.p-content-header {
  padding-top: 8rem;
  padding-bottom: 7.8rem;
  text-align: center;
}

.p-content-header__copy {
  font-size: 1.7rem;
  line-height: 1.47;
}
.p-content-header__copy::before, .p-content-header__copy::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-content-header__copy::before {
  margin-block-end: calc((1 - 1.47) * 0.5em);
}
.p-content-header__copy::after {
  margin-block-start: calc((1 - 1.47) * 0.5em);
}

.p-content-header__heading {
  font-size: 4rem;
}
.p-content-header__heading::before, .p-content-header__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-content-header__heading::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-content-header__heading::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

[data-browse-mode=P] .p-content-header__heading {
  margin: 2.5rem 0 0;
}

[data-browse-mode=S] .p-content-header__heading {
  margin: 2.5rem 0 8rem;
}

.p-content-header__lead {
  margin-top: 5.3rem;
}

/**
 * Look
 */
.p-look {
  position: relative;
  padding-top: 135px;
  padding-bottom: 123px;
  display: grid;
  grid-template-rows: repeat(3, auto);
  background-color: #ece5cc;
}

.p-look::before,
.p-look::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.p-look::before {
  top: 0;
  height: 70px;
  background-image: url("/img/usr/freepage/wanderridge/img/fig_look01.png");
}

.p-look::after {
  bottom: 0;
  height: 68px;
  background-image: url("/img/usr/freepage/wanderridge/img/fig_look02.png");
}

.p-look__heading {
  margin: 0;
  padding: 40px 0;
  font-weight: bold;
  text-align: center;
  order: 2;
}

.p-look__example:nth-child(2) {
  order: 1;
}

.p-look__example:nth-child(3) {
  order: 3;
}

.p-look__example {
  position: relative;
}

.p-look__tabs {
  display: flex;
  flex-direction: column-reverse;
}

.p-look__tablist {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-look__tab-item {
  position: relative;
  width: 100%;
  padding: 2em 0 0;
  font-weight: bold;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.c-tabs__tab-item::after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  line-height: 0;
  border-radius: 50px;
  font-size: 0;
  background-color: #aaaaaa;
  border: none;
}

.p-look__tab-item[aria-selected=false] {
  border-bottom: 12px solid #c1c1c1;
}

.p-look__tab-item[aria-selected=true] {
  border-bottom: 12px solid #ffb502;
}

.p-look__tab-item[aria-selected=true]::after {
  background-color: #000;
}

.c-tabs__tab-item:nth-of-type(1)::after {
  right: 2px;
}

.c-tabs__tab-item:nth-of-type(2)::after {
  left: 2px;
}

/**
 * シーンLook
 */
.p-scene:first-of-type {
  margin-top: 7rem;
}

.p-scene + .p-scene {
  margin-top: 13.5rem;
}

.p-scene hgroup {
  text-align: center;
  margin-bottom: 4.5rem;
}

.p-scene__catchcopy {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.p-scene__style {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 3rem;
}
.p-scene__style::before, .p-scene__style::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.p-scene__style::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.p-scene__style::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-scene__style span {
  text-transform: uppercase;
}

.p-scene__items--wanderridge {
  margin-top: 3rem;
}

.p-scene__genre--wanderridge {
  font-weight: bold;
  font-size: 1.8rem;
}

.p-scene__items--other {
  margin-top: 2.3rem;
}

.p-scene__genre--other {
  position: relative;
  display: inline-block;
  padding: 1rem 35px 0.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 999em;
}

.p-scene__genre--other::after {
  content: "";
  position: absolute;
  right: 16px;
  background-color: #000;
  width: 12px;
  height: 7px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-scene__genre--other:hover::after {
  background-color: #fff;
}

.p-scene__genre--other[aria-expanded=false]::after {
  transform: rotate(-180deg);
}

.p-scene__itemlist {
  margin-top: 1.5rem;
}

/* slider */
.p-scene__images .slick-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.p-scene__images .slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  line-height: 0;
  border-radius: 50px;
  font-size: 0;
  background-color: #aaaaaa;
  border: none;
}

.p-scene__images .slick-dots .slick-active button {
  background-color: #000;
}

/**
 * アイテムポイント
 */
.p-itemPoint__points li {
  margin-top: 4.5rem;
}

.p-itemPoint__points figcaption {
  margin-top: 1em;
}

/**
 * アイテム一覧
 */
.p-itemList {
  overflow: hidden;
}

.p-itemList__inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 70%;
  gap: 0 10px;
  padding: 0;
  overflow-x: auto;
  align-items: stretch;
}

.p-itemList__caption {
  margin-top: 0.5em;
  text-align: center;
}