.v-category-nav {
  --swiper-pagination-area-height: 0;
  --v-tab-padding: 18px;
  --v-button-height: 22px;
  --v-nav-border: 1px;
  padding-inline: var(--v-space-8);
  background-color: #f6f6f6;
}
.v-category-nav swiper-slide {
  width: auto !important;
}

.v-category-nav__line {
  padding-block: var(--v-tab-padding) calc(var(--v-tab-padding) - var(--v-nav-border));
  border-bottom: var(--v-nav-border) solid #eee;
}
.v-category-nav__line:not(:only-child):last-child {
  --v-nav-border: 0px;
}
.v-category-nav__line .v-button {
  --v-button-text-color: #6d6d6d;
  --v-button-line-height: 1.3;
}

.v-category-nav__btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.v-category-nav__btn[aria-selected=true] {
  font-weight: 600;
  --v-button-text-color: #000;
  --v-button-font-weight: var(--v-tab-button-font-weight-selected, 900);
}

.v-category-nav-custom {
  --v-button-height: 48px;
  margin-inline: var(--v-side-margin);
  padding-block: 24px;
  display: flex;
  gap: 8px;
}
.v-category-nav-custom__item[aria-selected=true] {
  --v-button-border-width: 1px;
}
.v-category-nav-custom__item[aria-selected=true]:hover {
  text-decoration: none;
}
.v-category-nav-custom__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: var(--v-button-height);
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#categoryNavToggle:checked ~ .v-category-nav-custom__list {
  max-height: none;
}
.v-category-nav-custom__toggle {
  cursor: pointer;
  align-self: flex-start;
  display: flex;
  padding: 11px;
  font-size: 18px;
  border: 1px solid #000;
}
.v-category-nav-custom__toggle svg {
  width: 24px;
  height: 24px;
  transition: opacity 0.2s ease;
}
.v-category-nav-custom__toggle .v-toggle-minus {
  display: none;
}
#categoryNavToggle:checked ~ .v-category-nav-custom__toggle .v-toggle-plus {
  display: none;
}
#categoryNavToggle:checked ~ .v-category-nav-custom__toggle .v-toggle-minus {
  display: inline;
}
.v-category-nav-custom .v-category-nav-custom__item {
  --v-button-padding: 13px 32px;
  --v-button-background-color: #f6f6f6;
}
.v-category-nav-custom .v-category-nav-custom__item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.v-category-nav-custom .v-category-nav-custom__item span {
  --v-button-font-size: 16px;
  --v-button-line-height: 1.3;
  color: #000;
  margin-bottom: -1px;
}

.v-brand-shop {
  --v-media-aspect-ratio: 1 / 1.5;
  --v-media-fit: cover;
}
.v-brand-shop .v-well {
  --v-well-padding: 40px;
  --v-well-side-margin: 0;
  --v-well-bg-color: transparent;
  height: 810px;
  box-sizing: content-box;
}
.v-brand-shop .v-blind-text:not(:focus) {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
  white-space: nowrap;
}
.v-brand-shop__product-list {
  --v-carousel-side-margin: 0;
  padding-inline: var(--v-brand-shop-product-list-padding-x, 40px);
  padding-bottom: 40px;
}
.v-brand-shop__product-list:has(.v-carousel[slides-offset-before], .v-carousel[slides-offset-after]) {
  --swiper-pagination-area-height: 0;
  --v-brand-shop-product-list-padding-x: 0;
}
.v-brand-shop__product-list .v-button-area {
  margin-top: var(--v-brand-shop-product-list-button-margin-top, 24px);
}
.v-brand-shop__product-list .v-button-area .v-more-button {
  --v-button-width: 908px;
  margin: 0 auto;
}
.v-brand-shop__product-list:has(.v-carousel[pagination=true], .v-button-area) .v-carousel::part(root) {
  --swiper-pagination-area-height: 46.5px;
}
.v-brand-shop__product-list:has(.v-carousel[pagination=true], .v-button-area) .v-carousel::part(pagination) {
  bottom: 0;
}
.v-brand-shop__product-list:has(.v-carousel[pagination=true], .v-button-area) .v-carousel + .v-button-area {
  --v-brand-shop-product-list-button-margin-top: 44.5px;
}
.v-brand-shop .v-page-head {
  margin-bottom: var(--v-space-5);
}
.v-brand-shop .v-page-head .v-tab {
  --v-separator-height: 16px;
  --v-separator-margin: 24px;
  --v-separator-color: #ddd;
  --v-tab-button-padding-bottom: 18px;
  --v-tab-button-font-size: 20px;
  --v-button-height: auto;
  font-weight: var(--v-button-font-weight, 400);
  font-size: var(--v-button-font-size, 12px);
  color: var(--v-button-color, #929292);
  line-height: var(--v-button-line-height, 1.3);
  padding-block: var(--v-tab-button-padding-bottom) calc(var(--v-tab-button-padding-bottom) - 1px);
  border-bottom: 1px solid #eee;
}
.v-brand-shop .v-page-head .v-tab .v-tab-button:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.v-brand-shop__intro {
  --v-brand-shop-intro-line-height: 1.5;
}
.v-brand-shop__intro--type1 {
  --v-media-aspect-ratio: 750/556;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 686px;
  height: 1000px;
}
.v-brand-shop__intro--type1 .v-media-embed {
  height: 100%;
}
.v-brand-shop__intro--type1 .v-brand-shop__intro-text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 40px;
  padding-bottom: 50px;
  background-color: var(--v-brand-shop-intro-bg-color, #fff);
}
.v-brand-shop__intro--type1 .v-intro-title__text {
  letter-spacing: 10px;
  font-size: 30px;
}
.v-brand-shop__intro--type1 .v-intro-content {
  padding-top: 18px;
}
.v-brand-shop__intro--type2 {
  --v-brand-shop-intro-visual-padding: 80px 0;
  display: flex;
  gap: clamp(75px, 5.2083333333vw + 0px, 100px);
  align-items: center;
  padding: 0 51px;
}
.v-brand-shop__intro--type2 .v-intro-visual-image-wrapper {
  overflow: clip;
  display: flex;
  justify-content: center;
  width: clamp(300px, 20.8333333333vw + 0px, 400px);
  height: 88px;
}
.v-brand-shop__intro--type2 .v-intro-visual-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.v-brand-shop__intro--type2 .v-brand-shop__intro-text {
  padding: 60px 0;
}
.v-brand-shop__intro--type2 .v-intro-title__text {
  font-size: 30px;
}
.v-brand-shop__intro--type2 .v-intro-content {
  padding-top: 16px;
}
.v-brand-shop__intro-visual {
  padding: var(--v-brand-shop-intro-visual-padding, 0);
}
.v-brand-shop__intro .v-intro-title__text {
  overflow: hidden;
  max-height: calc(var(--v-brand-shop-intro-line-height) * 1em * 1);
  line-height: var(--v-brand-shop-intro-line-height);
  word-break: break-all;
  font-weight: 700;
  color: var(--v-brand-shop-intro-font-color, #000);
}
.v-brand-shop__intro .v-intro-content__text {
  overflow: hidden;
  max-height: calc(var(--v-brand-shop-intro-line-height) * 1em * 10);
  line-height: var(--v-brand-shop-intro-line-height);
  word-break: break-word;
  font-size: 20px;
  color: var(--v-brand-shop-intro-font-color, #000);
}
.v-brand-shop__billboard--type1 {
  --swiper-pagination-area-height: 91px;
}
.v-brand-shop__billboard--type1 swiper-slide {
  background-color: var(--v-brand-shop-billboard-type1-bg-color, #000);
}
.v-brand-shop__billboard--type1 .v-media-banner--text-right {
  --v-media-banner-media-width: 40.9896%;
  gap: 0;
}
.v-brand-shop__billboard--type1 .v-media-banner__media {
  padding-left: 15.2478%;
}
.v-brand-shop__billboard--type1 .v-media-embed {
  --v-media-aspect-ratio: 667 / 1000;
  --v-media-position: center top;
}
.v-brand-shop__billboard--type1 .v-media-banner__content {
  padding: 40px;
  color: #fff;
}
.v-brand-shop__billboard--type1 .v-media-banner__name {
  --v-banner-name-size: 100px;
}
.v-brand-shop__billboard--type1 .v-media-banner__button {
  width: 600px;
}
.v-brand-shop__billboard--type2 .v-brand-shop__billboard-banner {
  display: flex;
  justify-content: center;
}
.v-brand-shop__billboard--type2 .v-media-banner {
  width: 33.3333333333%;
}
.v-brand-shop__styling {
  padding-bottom: 40px;
}
.v-brand-shop__styling-grid {
  display: grid;
  grid-template-columns: 26.3043% minmax(0, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "banner products";
  gap: 24px;
  padding: 0 40px;
}
.v-brand-shop__styling-banner {
  grid-area: banner;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  height: fit-content;
}
.v-brand-shop__styling .v-styling-banner-media {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.v-brand-shop__styling .v-styling-banner-media .v-media-embed--dim::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.v-brand-shop__styling .v-styling-banner-content {
  z-index: 1;
  grid-column: 1/-1;
  grid-row: auto/-1;
  margin-inline: 24px;
  margin-bottom: 24px;
}
.v-brand-shop__styling .v-styling-banner-content-text {
  line-height: 1.3;
  letter-spacing: -0.28px;
  font-size: 14px;
  color: #fff;
}
.v-brand-shop__styling-products {
  grid-area: products;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.v-brand-shop__line-banner--text {
  --brand-shop-line-banner-text-height: 60px;
}
.v-brand-shop__line-banner--text .v-carousel {
  --swiper-navigation-top-offset: calc(
    var(--brand-shop-line-banner-text-height) / 2
  );
}
.v-brand-shop__line-banner--text swiper-slide[data-swiper-slide-index="1"] {
  --brand-shop-line-banner-bg-color: #65686b;
}
.v-brand-shop__line-banner--text .v-banner-item-inner {
  display: flex;
  height: var(--brand-shop-line-banner-text-height);
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  background-color: var(--brand-shop-line-banner-bg-color, #000);
}
.v-brand-shop__line-banner--text .v-banner-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.v-brand-shop__line-banner--image {
  --v-media-aspect-ratio: 908 / 280;
}
.v-brand-shop__line-banner--image .v-carousel {
  --swiper-navigation-top-offset: calc(280px / 2);
}
.v-brand-shop__review {
  --v-media-aspect-ratio: 1 / 1;
  --v-brand-shop-review-line-height: 1.32;
  --v-brand-shop-review-line-clamp: 5;
}
.v-brand-shop__review-visual {
  position: relative;
}
.v-brand-shop__review-visual .v-review-visual-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  text-indent: 100%;
}
.v-brand-shop__review .v-review-visual-grid {
  display: grid;
  grid-template: "tl . tr" ". . ." "bl . br";
  height: fit-content;
}
.v-brand-shop__review .v-review-visual__media {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.v-brand-shop__review .v-review-visual__top-right {
  z-index: 1;
  grid-area: tr;
  justify-self: flex-end;
}
.v-brand-shop__review .v-review-visual__tags {
  display: flex;
}
.v-brand-shop__review .v-review-visual__tags .v-tag__type {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  letter-spacing: -0.1px;
  color: #fff;
  background-color: #000;
}
.v-brand-shop__review .v-review-content__user-infos {
  display: flex;
  align-items: center;
  height: 21px;
  margin-top: 25px;
}
.v-brand-shop__review .v-review-content__user-infos span {
  font-size: 16px;
  color: #6d6d6d;
}
.v-brand-shop__review .v-review-content__user-infos span + span {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.v-brand-shop__review .v-review-content__user-infos span + span::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ddd;
}
.v-brand-shop__review .v-review-content__user-infos .v-user-info__star {
  margin-right: 12px;
}
.v-brand-shop__review .v-review-content__user-infos .v-user-info__star .v-star-icons {
  --v-rating-value: 1;
  --v-star-icon-size: 16px;
}
.v-brand-shop__review .v-review-content__user-infos .v-user-info__star .v-star-score {
  font-size: 16px;
  color: #000;
}
.v-brand-shop__review .v-review-content__comment {
  margin-top: 15px;
}
.v-brand-shop__review .v-review-content__comment-input {
  overflow: hidden;
  display: -webkit-box;
  height: calc(var(--v-brand-shop-review-line-height) * 1em * var(--v-brand-shop-review-line-clamp));
  -webkit-line-clamp: var(--v-brand-shop-review-line-clamp);
  -webkit-box-orient: vertical;
  line-height: var(--v-brand-shop-review-line-height);
  font-size: 16px;
}
.v-brand-shop__review-product {
  margin-top: 24px;
}
.v-brand-shop__review .v-review-product-unit {
  flex-direction: row;
  gap: 16px;
}
.v-brand-shop__review .v-product-unit__media-grid .v-product-unit__link {
  width: 80px;
}
.v-brand-shop__review .v-product-unit__content {
  padding: 16px 0;
}
.v-brand-shop__review-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.v-brand-shop__review-thumbnails .v-review-thumbnail__media[aria-selected=true] {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.v-brand-shop__review-thumbnails .v-icon-has-more {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
}
.v-brand-shop__lookbook {
  padding-bottom: 40px;
}
.v-brand-shop__lookbook .v-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v-brand-shop__lookbook .v-title svg {
  width: 44px;
}
.v-brand-shop__lookbook .v-lookbook-sub-title {
  margin-bottom: 24px;
  margin-inline: var(--v-side-margin);
  font-size: 20px;
}
.v-brand-shop__lookbook .v-lookbook.is-open {
  --v-brand-shop-lookbook-more-button-display: none;
}
.v-brand-shop__lookbook .v-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding: 0 40px;
}
.v-brand-shop__lookbook .v-lookbook-item {
  position: relative;
}
.v-brand-shop__lookbook .v-lookbook-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.v-brand-shop__lookbook .v-lookbook-button {
  height: 100%;
}
.v-brand-shop__lookbook .v-lookbook-button-more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.v-brand-shop__lookbook .v-lookbook-button-more::after {
  position: absolute;
  left: 0;
  top: 0;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M0 24H48" stroke="white"/><path d="M24 0L24 48" stroke="white"/></svg>');
  display: var(--v-brand-shop-lookbook-more-button-display, flex);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: no-repeat;
}
.v-brand-shop .v-html-embed-image-banner {
  display: flex;
  justify-content: center;
  --v-media-aspect-ratio: auto;
  --v-media-fit: contain;
}
.v-brand-shop .v-html-embed-image-banner .v-media-embed {
  width: auto;
}
.v-brand-shop .v-html-embed-image-banner .v-media-embed__element {
  max-width: 100%;
}

.v-brand-shop-about .v-brand-shop__html-area {
  margin-bottom: 40px;
}

.v-brand-shop-lookbook__lookbook {
  padding-bottom: 40px;
}
.v-brand-shop-lookbook__lookbook .v-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 40px;
}

.v-layer--review .v-popup-header__main,
.v-layer--review .v-review__grid-right .action-group,
.v-layer--review .v-review__list::part(button-prev),
.v-layer--review .v-review__list::part(button-next) {
  display: none;
}

.v-popup-layer--lookbook {
  --v-popup-layer-header-height: 100px;
  --v-popup-layer-header-padding: 0 40px;
  --v-popup-layer-max-width: auto;
  --v-popup-layer-max-height: 94.23vh;
  --v-media-aspect-ratio: 1 / 1.5;
  --v-media-fit: cover;
  --swiper-pagination-area-height: 82px;
  --v-brand-shop-lookbook-visual-height: calc(
    var(--v-popup-layer-max-height) - var(--v-popup-layer-header-height) - var(
        --swiper-pagination-area-height
      )
  );
  --v-brand-shop-lookbook-visual-width: calc(
    var(--v-brand-shop-lookbook-visual-height) / 1.5
  );
  --v-brand-shop-lookbook-products-width: 78.6667%;
  --v-brand-shop-lookbook-products-background-color: rgba(255, 255, 255, 0.9);
}
.v-popup-layer--lookbook .v-popup-layer__button--close {
  --v-icon-size: 20px;
}
.v-popup-layer--lookbook .v-popup-layer__title {
  font-weight: 700;
}
.v-popup-layer--lookbook .v-lookbook-layer__items-wrapper {
  position: relative;
  padding: 0 40px;
}
.v-popup-layer--lookbook .v-lookbook-layer__items {
  --v-carousel-side-margin: 0;
  --swiper-navigation-top-offset: calc(
    var(--v-brand-shop-lookbook-visual-height) / 2
  );
  width: var(--v-brand-shop-lookbook-visual-width);
  min-width: 400px;
}
.v-popup-layer--lookbook .v-lookbook-layer__items::part(root) {
  --swiper-pagination-area-height: 82px;
}
.v-popup-layer--lookbook .v-lookbook-layer__item.is-products-open {
  --v-brand-shop-lookbook-products-display: block;
}
.v-popup-layer--lookbook .v-lookbook-layer__item.is-products-open .v-product__button svg {
  transform: rotate(180deg);
}
.v-popup-layer--lookbook .v-lookbook-layer__products {
  --swiper-pagination-area-height: 0;
  position: absolute;
  bottom: var(--swiper-pagination-area-height);
  width: 100%;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__items {
  display: var(--v-brand-shop-lookbook-products-display, none);
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__item {
  width: var(--v-brand-shop-lookbook-products-width);
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__group {
  height: 100%;
  background-color: var(--v-brand-shop-lookbook-products-background-color);
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__item-inner {
  display: flex;
  height: 87px;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__item-inner:not(:first-child) {
  border-top: 1px solid #ddd;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__left {
  flex-grow: 1;
  min-width: 0;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__right {
  flex-shrink: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 4px;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product-brand {
  font-size: 14px;
  font-weight: 700;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product-name {
  margin-top: 6px;
  font-size: 14px;
  color: #6d6d6d;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product-price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product-item-icon {
  width: 16px;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__button {
  --v-button-height: 48px;
  --v-button-background-color: var(
    --v-brand-shop-lookbook-products-background-color
  );
  z-index: 1;
  width: var(--v-brand-shop-lookbook-products-width);
  margin: 0 auto;
  gap: 8px;
}
.v-popup-layer--lookbook .v-lookbook-layer__products .v-product__button svg {
  width: 9px;
}