@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  letter-spacing: 0.15em;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-icon-btn {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  appearance: none;
  border-radius: 0;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.l-inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 936px) {
  .l-inner {
    padding-inline: 10px;
  }
}

.is-long-text {
  letter-spacing: 0;
}

h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  padding-block: 6px;
}
@media (max-width: 834px) {
  h2 {
    font-size: 12px;
  }
}

h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
@media (max-width: 834px) {
  h3 {
    font-size: 12px;
  }
}

.p-btn__more {
  display: inline-block;
  border: solid #1A1A1A 1px;
  border-radius: 2px;
  padding: 8px 24px;
}
.p-btn__more a {
  font-size: 12px;
}

/* PC/SP テキスト切り替え（全ページ共通） */
.u-text-sp {
  display: none;
}

@media (max-width: 834px) {
  .u-text-pc {
    display: none;
  }
  .u-text-sp {
    display: block;
  }
}
.l-header {
  /* ==========================================================================
  Mobile Drawer (SPメニュー)
  ========================================================================== */
}
@media (max-width: 834px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    z-index: 30;
  }
}
.l-header__inner {
  max-width: 1120px;
  padding-inline: 20px;
  margin: 26px auto 18px auto;
}
@media (max-width: 834px) {
  .l-header__inner {
    margin: 24px 16px;
  }
}
.l-header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.l-header__left, .l-header__right {
  flex: 1;
}
.l-header__left, .l-header__lower, .l-header__right {
  display: block;
}
@media (max-width: 834px) {
  .l-header__left, .l-header__lower, .l-header__right {
    display: none;
  }
}
.l-header__logo h1 {
  margin-inline: 20px;
  line-height: 1;
  width: 100px;
}
.l-header__logo h1 a {
  display: block;
  line-height: 1;
}
.l-header__logo h1 a svg {
  width: 100%;
  display: block;
}
.l-header__right {
  letter-spacing: 0.1rem;
}
.l-header__right > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 900px) {
  .l-header__right > ul {
    gap: 20px;
  }
}
.l-header__right > ul a {
  font-size: 12px;
}
.l-header__right > ul svg {
  height: 17px;
}
.l-header__right .p-dropdown-menu {
  width: 180px;
  padding: 26px 14px 26px 24px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.l-header__right .p-dropdown-menu li a {
  display: block;
  position: relative;
  padding-left: 10px;
  color: #1A1A1A;
  transition: opacity 0.3s;
}
.l-header__right .p-dropdown-menu li a span {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
}
.l-header__right .p-dropdown-menu li a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (min-width: 834px) and (hover: hover) {
  .l-header__right .p-dropdown-menu li a span:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.l-header .is-active span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 13px;
  height: 10px;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__link {
  transition: opacity 0.3s;
}
@media (min-width: 834px) and (hover: hover) {
  .l-header__link:hover {
    opacity: 0.6;
  }
}
.l-header__lower {
  margin-bottom: 43px;
}
.l-header__lower .p-global-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.l-header__lower .p-dropdown-menu {
  width: 210px;
  min-height: 370px;
  padding: 74px 24px 60px 24px;
  background-color: rgba(255, 255, 255, 0.8980392157);
}
.l-header__lower .p-dropdown-menu li a {
  position: relative;
  display: inline-block;
}
.l-header__lower .p-dropdown-menu li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (min-width: 834px) and (hover: hover) {
  .l-header__lower .p-dropdown-menu li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.l-header .p-search-form {
  display: flex;
  align-items: center;
}
.l-header .p-search-form__submit {
  width: 24px;
  margin-right: 10px;
  color: #1A1A1A;
}
.l-header .p-search-form__submit i {
  width: 100%;
}
.l-header .p-search-form__input {
  font-size: 16px;
  letter-spacing: 0.1rem;
}
.l-header .p-search-form__input::placeholder {
  color: transparent;
}
@media (max-width: 834px) {
  .l-header .p-search-form__input::placeholder {
    color: #1A1A1A;
    font-size: 16px;
  }
}
.l-header__sp-right {
  position: fixed;
  top: 10.5px;
  right: 3.5px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 834px) {
  .l-header__sp-right {
    display: none;
  }
}
.l-header__sp-right .l-header__icon-link {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__sp-right .l-header__icon-link a {
  width: 44px;
  height: 44px;
  line-height: 1;
}
.l-header__sp-right .l-header__icon-link svg {
  width: 18px;
  height: 18px;
  display: block;
}
.l-header__hamburger-box {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__hamburger {
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  background: none;
  cursor: pointer;
  padding: 0;
  border: none;
}
@media (min-width: 834px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transition: all 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}
.l-header__hamburger[aria-expanded=true] span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger[aria-expanded=true] span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__drawer {
  display: block;
  position: fixed;
  left: 0;
  top: -100%;
  width: 90%;
  height: 100%;
  padding-top: 106px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  z-index: 20;
  transition: top 0.4s ease;
}
@media (min-width: 834px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer.is-open {
  top: 0;
}
.l-header__drawer .p-mobile-nav {
  font-size: 16px;
  min-height: 100%;
}
.l-header__drawer .p-mobile-nav__search {
  width: 40%;
  margin-bottom: 30px;
}
.l-header__drawer .p-mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.l-header__drawer .p-mobile-nav__item.p-menu.is-open > a > span {
  position: relative;
}
.l-header__drawer .p-mobile-nav__item.p-menu.is-open > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
}
.l-header__drawer .p-mobile-nav__item.p-menu.is-open .p-dropdown-menu {
  max-height: 600px;
  margin-top: 30px;
  opacity: 1;
  visibility: visible;
}
.l-header__drawer .p-mobile-nav__item.p-menu .p-dropdown-menu {
  position: static;
  display: flex;
  flex-direction: column;
  max-height: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 0 0 0 20px;
  background-color: transparent;
}
.l-header__drawer .p-mobile-nav__item.p-menu > a::after, .l-header__drawer .p-mobile-nav__item.p-menu > a::before {
  display: none;
}
.l-header__drawer .p-mobile-nav__lower {
  margin-top: 120px;
  font-size: 14px;
}
.l-header__drawer .p-mobile-nav__utility {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.l-header__drawer .p-mobile-nav__utility-item {
  position: relative;
}
.l-header__drawer .p-mobile-nav__utility-item.is-open .p-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.l-header__drawer .p-mobile-nav__utility-item .p-dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: auto !important;
  width: 210px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2509803922);
  padding-block: 26px;
  padding-left: 35px;
}
.l-header__drawer .p-mobile-nav__utility-item:nth-child(1) .p-dropdown-menu {
  bottom: -120% !important;
  left: 100px;
}
.l-header__drawer .p-mobile-nav__utility-item:nth-child(2) .p-dropdown-menu {
  top: 44px !important;
  left: 15%;
}
.l-header__drawer .p-mobile-nav__utility-item > a::after, .l-header__drawer .p-mobile-nav__utility-item > a::before {
  display: none;
}
.l-header .p-mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (min-width: 834px) {
  .l-header .p-mobile-nav-overlay {
    display: none;
  }
}
.l-header .p-mobile-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* 視点・ブランドページだけ透明ヘッダー */
body.tax-product_perspectives .l-header,
body.tax-product_brand .l-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 100;
  color: #fff;
}
body.tax-product_perspectives .l-header i,
body.tax-product_brand .l-header i {
  color: #fff;
}
body.tax-product_perspectives .l-header .p-dropdown-menu,
body.tax-product_brand .l-header .p-dropdown-menu {
  color: #1A1A1A;
}
body.tax-product_perspectives .l-header__hamburger span,
body.tax-product_brand .l-header__hamburger span {
  background-color: #fff;
}

.p-footer__upper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 36px 52px 36px;
  display: flex;
  justify-content: flex-end;
  gap: 63px;
}
@media (max-width: 834px) {
  .p-footer__upper {
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }
}
.p-footer__list {
  display: flex;
  gap: clamp(24px, 5vw, 60px);
}
@media (max-width: 834px) {
  .p-footer__list {
    flex-direction: column;
    gap: 26px;
  }
}
.p-footer__item {
  padding-block: 4px;
}
.p-footer__link {
  font-size: 14px;
  letter-spacing: 0;
  transition: opacity 0.4s;
}
@media (min-width: 834px) and (hover: hover) {
  .p-footer__link:hover {
    opacity: 0.6;
  }
}
.p-footer__sns {
  width: 28px;
}
@media (max-width: 834px) {
  .p-footer__sns {
    margin: 0 auto;
  }
}
.p-footer__sns-link {
  transition: opacity 0.4s;
}
@media (min-width: 834px) and (hover: hover) {
  .p-footer__sns-link:hover {
    opacity: 0.6;
  }
}
.p-footer__sns-link img {
  width: 100%;
}
.p-footer__lower {
  padding-block: 12px;
}
.p-footer__copyright {
  font-size: 12px;
  letter-spacing: 0;
}

.p-menu {
  position: relative;
}
@media (min-width: 834px) and (hover: hover) {
  .p-menu:hover > a::after {
    opacity: 0;
    transform: rotate(45deg) translateY(2px);
  }
  .p-menu:hover > a::before {
    opacity: 1;
    transform: rotate(-135deg) translateY(0);
  }
  .p-menu:hover .p-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.p-menu > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.p-menu > a::after, .p-menu > a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transition: opacity 0.6s ease-out, transform 0.3s ease-out;
}
.p-menu > a::after {
  transform: rotate(45deg);
  opacity: 1;
}
.p-menu > a::before {
  transform: rotate(-135deg);
  opacity: 0;
  position: absolute;
  right: 0;
}
.p-menu .p-dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 100%;
  left: -24px;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
.p-menu .p-dropdown-menu a {
  white-space: nowrap;
}
.p-menu .p-dropdown-menu.p-dropdown-brands {
  gap: 2px;
}

.c-section-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  padding: 8px 20px;
  margin-bottom: 16px;
  border-left: solid 5px;
}

@media (max-width: 834px) {
  .l-main-visual {
    margin-top: 64px;
  }
}

.p-main-visual__img {
  width: 100%;
}
@media (max-width: 834px) {
  .p-main-visual__img {
    height: 460px;
    overflow: hidden;
  }
}
.p-main-visual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-perspectives {
  padding-top: 80px;
  margin-bottom: 100px;
}

.p-perspectives__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  align-content: start;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .p-perspectives__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    align-content: start;
  }
}
.p-perspectives__link {
  width: 100%;
  height: 800px;
  display: block;
}
@media (hover: hover) {
  .p-perspectives__link:hover .p-perspectives__figure img {
    transform: scale(1.05);
  }
}
@media (max-width: 834px) {
  .p-perspectives__link {
    height: 375px;
  }
}
.p-perspectives__figure {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-perspectives__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5;
  pointer-events: none;
}
.p-perspectives__figure img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s;
}
.p-perspectives__caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.p-perspectives__name {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border: none;
  padding-left: 0;
}

.l-brands {
  margin-bottom: 130px;
}
@media (max-width: 834px) {
  .l-brands {
    display: none;
  }
}

.p-brands {
  border-block: solid #1A1A1A 1px;
  position: relative;
}
.p-brands__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding-inline: 24px;
}
.p-brands__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 100px;
  margin-block: 100px;
}
.p-brands__list img {
  height: 20px;
}
.p-brands__link {
  transition: opacity 0.3s;
}
@media (min-width: 834px) and (hover: hover) {
  .p-brands__link:hover {
    opacity: 0.6;
  }
}

.l-new-arrivals {
  margin-bottom: 90px;
}

.p-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
  text-align: left;
  margin-block: 30px 60px;
}
@media (max-width: 834px) {
  .p-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
    margin-top: 20px;
  }
}
.p-products__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 834px) and (hover: hover) {
  .p-products__link:hover .p-products__img {
    transform: scale(1.05);
  }
}
.p-products__thumb {
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 4px;
}
.p-products__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.p-products__caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-products__name {
  font-size: 14px;
}
.p-products__color {
  font-size: 14px;
}
.p-products__price {
  font-size: 14px;
}

.l-feature {
  padding-block: 80px 50px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  margin-bottom: 80px;
}

.p-feature {
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-feature {
    padding-inline: 15px;
  }
}
.p-feature__slider {
  overflow: visible;
}
@media (min-width: 834px) {
  .p-feature .swiper-slide {
    width: 40vw;
    max-width: 520px;
  }
}
.p-feature .swiper-pagination {
  margin-block: 32px;
  position: static;
}
.p-feature .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
}
.p-feature .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 834px) {
  .p-feature .swiper-pagination {
    display: none;
  }
}
.p-feature__list {
  display: flex;
  margin-block: 30px 60px;
}
.p-feature__link p {
  text-align: left;
  margin-top: 4px;
}

.l-sale {
  margin-bottom: 140px;
}

.l-all-item {
  margin-block: 78px 180px;
}

.p-product-detail {
  margin-block: 120px 300px;
}
.p-product-detail__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .p-product-detail__item {
    display: block;
  }
}
.p-product-detail__img {
  width: 55%;
  padding: 10px 10px 0 10px;
}
@media (max-width: 834px) {
  .p-product-detail__img {
    width: 100%;
  }
}
.p-product-detail__thumb-wrap {
  position: relative;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 24px 1fr 24px auto;
  align-items: center;
  gap: 10px;
}
.p-product-detail__thumb-list {
  display: flex;
  gap: 13px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  scrollbar-width: none;
}
.p-product-detail__thumb-list::-webkit-scrollbar {
  display: none;
}
.p-product-detail__thumb-item {
  flex: 0 0 calc((100% - 39px) / 4);
  scroll-snap-align: start;
}
.p-product-detail__thumb-btn {
  width: 100%;
  padding: 0;
  border: 1px solid transparent;
  background: none;
  cursor: pointer;
  display: block;
}
.p-product-detail__thumb-btn.is-active {
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.p-product-detail__thumb-arrow {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.p-product-detail__thumb-arrow:hover {
  opacity: 0.9;
}
.p-product-detail__thumb-arrow.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.p-product-detail__thumb-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
}
.p-product-detail__thumb-arrow.is-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-product-detail__thumb-arrow.is-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-product-detail__caption {
  width: 40%;
  text-align: left;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 834px) {
  .p-product-detail__caption {
    width: 100%;
  }
}
.p-product-detail__name {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08rem;
}
.p-product-detail__action {
  width: 100%;
}
.p-product-detail__action .single_add_to_cart_button {
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
}
.p-product-detail__action .single_add_to_cart_button.button.alt {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  letter-spacing: 0.15rem;
  padding-block: 10px;
  transition: opacity 0.4s;
}
.p-product-detail__action .single_add_to_cart_button.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}
.p-product-detail .quantity {
  display: none !important;
}
.p-product-detail .reset_variations {
  display: none !important;
}
.p-product-detail .variations {
  width: 100%;
  margin-block: 50px 80px;
}
.p-product-detail .variations tr,
.p-product-detail .variations th,
.p-product-detail .variations td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
}
.p-product-detail .variations tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  border-top: solid rgba(0, 0, 0, 0.2509803922);
}
.p-product-detail .variations tr:last-child {
  border-bottom: solid rgba(0, 0, 0, 0.2509803922);
}
.p-product-detail .variations th.label {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.p-product-detail .variations td.value select {
  width: 100%;
  border: none;
}

.p-product-lower {
  margin-top: 160px;
  --outer-space: clamp(0px, 10vw, 220px);
}
.p-product-lower__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 234px;
  padding-inline: 0 var(--outer-space);
}
@media (max-width: 834px) {
  .p-product-lower__block {
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.p-product-lower__block.is-reverse {
  padding-inline: var(--outer-space) 0;
}
@media (max-width: 834px) {
  .p-product-lower__block.is-reverse {
    padding-inline: 0;
  }
}
.p-product-lower__block.is-reverse .p-product-lower__media {
  order: 2;
}
@media (max-width: 834px) {
  .p-product-lower__block.is-reverse .p-product-lower__media {
    order: initial;
  }
}
.p-product-lower__block.is-reverse .p-product-lower__text {
  order: 1;
}
@media (max-width: 834px) {
  .p-product-lower__block.is-reverse .p-product-lower__text {
    order: initial;
  }
}
.p-product-lower__media {
  min-height: 500px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-product-lower__media {
    width: 100%;
  }
}
.p-product-lower__media img {
  width: 100%;
  min-height: 500px;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.p-product-lower__text {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
}
@media (max-width: 834px) {
  .p-product-lower__text {
    padding-inline: 40px;
  }
}
.p-product-lower__hero {
  width: min(720px, 100%);
  margin: 234px auto;
}
@media (max-width: 834px) {
  .p-product-lower__hero {
    width: 100%;
    padding-inline: 40px;
  }
}
.p-product-lower__hero img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product-lower__wide {
  height: clamp(350px, 60vw, 1030px);
  width: 100%;
  margin: 0 auto 110px;
  overflow: hidden;
}
.p-product-lower__wide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.p-cart {
  margin-block: 88px 180px;
}
.p-cart__info {
  margin-bottom: 80px;
  border-bottom: solid #DDDDDD;
}
.p-cart__summary {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 22px;
}
.p-cart__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-cart__row dt,
.p-cart__row dd {
  font-size: 18px;
  letter-spacing: 0.14rem;
}
.p-cart__btn {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 48px;
}
.p-cart__btn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
.p-cart__list {
  margin-block: 180px 80px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.p-cart__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 110px;
}
.p-cart__btn-remove {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background-color: #1A1A1A;
  border: none;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-cart__btn-remove span {
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #fff;
}
.p-cart__btn-remove span:nth-child(1) {
  transform: rotate(45deg);
}
.p-cart__btn-remove span:nth-child(2) {
  transform: rotate(-45deg);
}
.p-cart__item-thumb {
  width: 40%;
}
.p-cart__item-thumb img {
  width: 100%;
  object-fit: cover;
}
.p-cart__item-body {
  width: 40%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-cart__item-body li {
  font-size: 18px;
  line-height: 150%;
}

.p-legal {
  margin-block: 88px 180px;
  text-align: left;
}
.p-legal__list {
  width: 100%;
}
.p-legal__row {
  border-bottom: solid #DDDDDD;
  padding-left: 20px;
  margin-block: 16px;
}
.p-legal__label, .p-legal__value {
  font-size: 16px;
  line-height: 150%;
}
.p-legal__label {
  color: #666666;
  font-weight: lighter;
}
.p-legal__value {
  margin-bottom: 26px;
  min-height: 20px;
}

.p-privacy {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.19rem;
  margin-block: 88px 180px;
}
.p-privacy__item-title {
  text-align: left;
}
.p-privacy__container {
  margin-top: 50px;
}
.p-privacy__item {
  margin-top: 30px;
}
.p-privacy__sub-item {
  display: flex;
}

.p-shipping {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.15rem;
  margin-block: 100px 180px;
}
.p-shipping__list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.p-shipping__item-title {
  font-size: 14px;
  text-align: left;
}
.p-shipping__content {
  margin-top: 50px;
}
.p-shipping__item {
  margin-top: 30px;
}
.p-shipping__sub-item {
  display: flex;
}

.p-checkout {
  display: block;
  max-width: 800px;
  margin: 80px auto;
}
.p-checkout label {
  text-align: left;
}
.p-checkout__billing {
  width: 100%;
  margin-bottom: 80px;
}
.p-checkout__order-review {
  width: 100%;
}
.p-checkout__order-review .shop_table {
  width: 400px;
  margin-left: auto;
  border: none;
}
.p-checkout__order-review #place_order {
  display: block;
  width: 320px;
  margin-left: auto;
  background-color: #333;
  color: #fff;
  padding: 18px;
  border: none;
}

h3 {
  border-left: 2px solid #000;
  padding-left: 15px;
  text-align: left !important;
  margin-bottom: 30px;
}

.p-contact-page {
  margin: 130px auto 160px;
  text-align: left;
}
.p-contact-page__lead {
  margin-block: 8px 32px;
}
.p-contact-page__lead p {
  font-size: 16px;
  letter-spacing: 0.14rem;
}
.p-contact-page .p-contact-form__row {
  margin-bottom: 12px;
}
.p-contact-page .p-contact-form__row label {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.p-contact-page .p-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.p-contact-page .p-contact-form__input, .p-contact-page .p-contact-form__textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
}
.p-contact-page .p-contact-form__input {
  height: 44px;
}
.p-contact-page .p-contact-form__textarea {
  max-height: 200px;
  resize: vertical;
}
.p-contact-page .p-contact-form__submit input {
  width: 100%;
  padding: 18px 16px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 120px;
}

@media (max-width: 834px) {
  .p-taxonomy-bottom {
    padding-block: 50px 100px;
  }
}

.p-btm-modern {
  width: 100%;
  padding-block: 230px 180px;
}
.p-btm-modern__text {
  max-width: 930px;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 230px;
}
.p-btm-modern__text p {
  margin-bottom: 2.5rem;
}
.p-btm-modern__text p:last-child {
  margin-bottom: 0;
}
.p-btm-modern__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.9vw, 26px);
}
@media (max-width: 834px) {
  .p-btm-modern__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-btm-modern__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-btm-modern__item {
    aspect-ratio: auto;
    height: 375px;
    max-width: 100%;
  }
}
.p-btm-modern__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-btm-primitive {
  width: 100%;
  padding-block: 230px 180px;
}
.p-btm-primitive__text {
  max-width: 930px;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
  text-align: center;
  margin-bottom: 230px;
  margin-inline: auto;
  color: #fff;
}
@media (max-width: 834px) {
  .p-btm-primitive__text {
    margin-bottom: 50px;
  }
}
.p-btm-primitive__text p {
  margin-bottom: 2.5rem;
}
.p-btm-primitive__text p:last-child {
  margin-bottom: 0;
}
.p-btm-primitive__grid-pc {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: clamp(12px, 1.9vw, 26px);
}
@media (max-width: 834px) {
  .p-btm-primitive__grid-pc {
    gap: 8px;
  }
}
.p-btm-primitive__card {
  position: relative;
  max-height: 670px;
  width: 100vw;
  overflow: hidden;
}
.p-btm-primitive__img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-btm-primitive__overlay {
  position: absolute;
  bottom: 15%;
  padding: 80px 160px 70px 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.p-btm-primitive__overlay p {
  width: 490px;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
  text-align: left;
}
.p-btm-primitive__overlay.is-left {
  left: 0;
}
.p-btm-primitive__overlay.is-right {
  right: 0;
}
.p-btm-primitive__grid-sp {
  display: none;
}
@media (max-width: 834px) {
  .p-btm-primitive__grid-pc {
    display: none;
  }
  .p-btm-primitive__grid-sp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-btm-primitive__item {
    height: 375px;
    max-width: 100%;
    overflow: hidden;
  }
  .p-btm-primitive__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.p-btm-casual {
  position: relative;
  width: 100%;
  padding-block: 230px 180px;
  overflow: hidden;
  --rail-stop:180px;
  --square-offset: 0px;
  /* 黒レール（常時表示） */
  /* レイアウト（左 縦長 / 右 縦積み） */
  /* WooCommerceの img{height:auto;} に勝つ */
}
.p-btm-casual__rail {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: ver(--rail-stop);
  z-index: 10;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #1A1A1A;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.p-btm-casual__main-text {
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 230px;
  padding-inline: 10px;
  font-family: Noto Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
  text-align: left;
}
.p-btm-casual__main-text p {
  margin-bottom: 2.5rem;
}
.p-btm-casual__main-text p:last-child {
  margin-bottom: 0;
}
.p-btm-casual__layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 28px);
  align-items: start;
}
.p-btm-casual__tall {
  aspect-ratio: 1/2;
  overflow: hidden;
}
.p-btm-casual__tall-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.p-btm-casual__right {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 24px;
  max-height: 835px;
}
.p-btm-casual__square {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.p-btm-casual__square::after {
  content: var(--casual-rail-text);
  position: absolute;
  top: calc(-1 * var(--square-offset));
  right: 12px;
  bottom: 0;
  z-index: 20;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.p-btm-casual__square-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.woocommerce .p-btm-casual__square-img {
  height: 100%;
}
.p-btm-casual__sub-text {
  font-family: Noto Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
  text-align: left;
  padding-right: 48px;
}
.p-btm-casual__sub-text p {
  margin-bottom: 2.5rem;
}
@media (max-width: 967px) {
  .p-btm-casual__sub-text p {
    margin-bottom: 0.8rem;
  }
}
.p-btm-casual__sub-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .p-btm-casual {
    /* SPでレール消すなら（要件次第） */
  }
  .p-btm-casual__layout {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-right: 32px;
  }
  .p-btm-casual__rail {
    display: none;
  }
  .p-btm-casual .is-rail-mask::after {
    display: none;
  }
}

.p-btm-ma {
  width: 100%;
  padding-block: 230px 180px;
}
.p-btm-ma__upper {
  position: relative;
  max-width: 950px;
  padding-inline: 10px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .p-btm-ma__upper {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    margin-bottom: 8px;
  }
}
.p-btm-ma__text {
  max-width: 930px;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
  text-align: left;
  margin-bottom: 230px;
}
@media (max-width: 834px) {
  .p-btm-ma__text {
    margin-bottom: 50px;
    text-align: center;
  }
}
.p-btm-ma__text p {
  margin-bottom: 2.5rem;
}
.p-btm-ma__text p:last-child {
  margin-bottom: 0;
}
.p-btm-ma__tall {
  position: absolute;
  top: 0;
  right: 10px;
  max-width: 230px;
  z-index: 5;
  aspect-ratio: 228/786;
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-btm-ma__tall {
    position: static;
    height: 375px;
    max-width: 100%;
  }
}
.p-btm-ma__tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 834px) {
  .p-btm-ma__tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.p-btm-ma__wide {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
  margin-bottom: clamp(12px, 1.9vw, 26px);
}
@media (max-width: 834px) {
  .p-btm-ma__wide {
    height: 375px;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.p-btm-ma__wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 834px) {
  .p-btm-ma__wide img {
    height: 100%;
    object-fit: cover;
  }
}
.p-btm-ma__squares {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.9vw, 26px);
}
@media (max-width: 834px) {
  .p-btm-ma__squares {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-btm-ma__sq {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-btm-ma__sq {
    height: 375px;
    max-width: 100%;
    aspect-ratio: auto;
  }
}
.p-btm-ma__sq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-taxonomy-hero {
  width: 100vw;
  max-height: 730px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .p-taxonomy-hero {
    height: 524px;
  }
}
.p-taxonomy-hero img {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 834px) {
  .p-taxonomy-hero img {
    width: 100%;
    height: 100%;
  }
}

.p-taxonomy-hero--modern {
  position: relative;
}
.p-taxonomy-hero--modern .p-taxonomy-hero__textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, calc(50% + 28px));
  width: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  padding: clamp(24px, 5vw, 70px) 40px;
  text-align: center;
}
@media (max-width: 834px) {
  .p-taxonomy-hero--modern .p-taxonomy-hero__textbox {
    display: none;
  }
}
.p-taxonomy-hero--modern .p-taxonomy-hero__title {
  font-family: Roboto;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.15rem;
}
.p-taxonomy-hero--modern .p-taxonomy-hero__desc {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
}

.p-taxonomy-hero--japanese_ma {
  position: relative;
}
.p-taxonomy-hero--japanese_ma .p-taxonomy-hero__textbox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: auto;
  min-height: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  padding-block: 40px;
  padding-inline: 50px 140px;
  text-align: left;
}
@media (max-width: 834px) {
  .p-taxonomy-hero--japanese_ma .p-taxonomy-hero__textbox {
    display: none;
  }
}
.p-taxonomy-hero--japanese_ma .p-taxonomy-hero__title {
  font-family: Roboto;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.15rem;
}
.p-taxonomy-hero--japanese_ma .p-taxonomy-hero__desc {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04rem;
}

/* =========================
  ブランドヒーロー
  背景画像＋中央の白帯＋ロゴ
========================== */
.p-taxonomy-hero {
  position: relative;
  overflow: hidden;
  /* ブランド用：白帯とロゴのレイヤー */
}
.p-taxonomy-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-taxonomy-hero--brand {
  /* 白い帯（中央に横長） */
}
.p-taxonomy-hero--brand .p-taxonomy-hero__brand {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.p-taxonomy-hero--brand .p-taxonomy-hero__brand::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  background: #fff;
}
@media (max-width: 834px) {
  .p-taxonomy-hero--brand .p-taxonomy-hero__brand::before {
    height: 40px;
    background: rgba(255, 255, 255, 0.92);
  }
}
.p-taxonomy-hero--brand .p-taxonomy-hero__logo {
  position: relative;
  z-index: 1;
  width: auto;
  height: 20px;
  display: block;
}
@media (max-width: 834px) {
  .p-taxonomy-hero--brand .p-taxonomy-hero__logo {
    height: 16px;
  }
}

/* そのブランドだけ白帯を濃くする（不透明寄り） */
.p-taxonomy--house-of-naked .p-taxonomy-hero--brand .p-taxonomy-hero__brand::before {
  background: rgba(255, 255, 255, 0.92);
  /* 完全不透明なら ↓ */
  /* background: #fff; */
}

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 40px 120px;
}
.p-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 2px 5px;
  margin: 0;
  /* 数字・＜＞ 共通 */
  /* 現在ページ */
}
.p-pagination .page-numbers li {
  margin: 0;
}
.p-pagination .page-numbers a {
  color: #1A1A1A;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.p-pagination .page-numbers a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (min-width: 834px) and (hover: hover) {
  .p-pagination .page-numbers a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.p-pagination .page-numbers .current {
  position: relative;
  display: inline-block;
}
.p-pagination .page-numbers .current::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scale(1, 1);
}

.p-taxonomy-products {
  margin-block: 180px;
}
@media (max-width: 834px) {
  .p-taxonomy-products {
    padding-inline: 16px;
  }
}

.p-product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  font-size: 14px;
  color: #1A1A1A;
  text-align: left;
  /* 並び替えブロック */
}
@media (max-width: 834px) {
  .p-product-toolbar {
    font-size: 12px;
  }
}
.p-product-toolbar__left, .p-product-toolbar__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .p-product-toolbar__left, .p-product-toolbar__right {
    gap: 4px;
  }
}
.p-product-toolbar__label, .p-product-toolbar__count {
  color: #1A1A1A;
}
@media (max-width: 834px) {
  .p-product-toolbar__label {
    padding-right: 0;
  }
}
@media (max-width: 834px) {
  .p-product-toolbar__count {
    display: none;
  }
}
.p-product-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* =====================================
   ▼ 共通ドロップダウン（p-sort）
===================================== */
.p-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  /* ▼ 矢印はここだけ */
}
.p-sort__label {
  color: #1A1A1A;
}
.p-sort__dropdown {
  position: relative;
}
.p-sort__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding-right: 18px;
  font-size: 14px;
  color: #1A1A1A;
  cursor: pointer;
}
@media (max-width: 834px) {
  .p-sort__trigger {
    padding-right: 10px;
    font-size: 12px;
  }
}
.p-sort__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  transform: translateY(-80%) rotate(45deg);
  pointer-events: none;
}
.p-sort__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  z-index: 50;
}
.p-sort__item {
  list-style: none;
}
.p-sort__link {
  display: block;
  padding: 10px 14px;
  color: #1A1A1A;
  text-decoration: none;
  font-size: 14px;
}
.p-sort__link:hover {
  background: rgba(0, 0, 0, 0.06);
}

.p-brandlist {
  padding-block: 35px 120px;
}
.p-brandlist__title {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.15rem;
  text-align: center;
  margin-bottom: 36px;
}
.p-brandlist__index {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.p-brandlist__index-list {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  gap: clamp(6px, 0.8vw, 18px);
  justify-content: center;
  padding: 28px 10px 30px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
  /* ← flexの親の中でulが縮むのを防ぐ */
  width: 950px;
  max-width: 100%;
}
@media (max-width: 834px) {
  .p-brandlist__index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px 12px;
  }
}
.p-brandlist__index-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: inherit;
  padding: 2px 4px;
}
.p-brandlist__index-link.is-active {
  text-decoration: underline;
}
.p-brandlist__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: start;
  gap: 16px;
}
@media (max-width: 834px) {
  .p-brandlist__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    padding-inline: 20px;
  }
}
.p-brandlist__link {
  text-decoration: none;
  color: #1A1A1A;
  font-size: 18px;
  letter-spacing: 0.05rem;
}
.p-brandlist__link:hover {
  text-decoration: underline;
}
.p-brandlist__empty {
  grid-column: 1/-1;
}
.p-brandlist__footer {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.p-brandlist__viewall {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: inherit;
}/*# sourceMappingURL=style.css.map */