.coordinate-filter__block {
  background-color: var(--color-bg-gray-light);
  padding: 2.5rem 0 1rem;
}
.coordinate-filter__block:nth-of-type(n+2) {
  margin-top: 1rem;
}
.coordinate-filter__block--heading {
  font-family: var(--font-ja);
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.15em;
  line-height: 1.75;
  padding-left: 2rem;
}
.coordinate-filter__block--item {
  width: 100%;
}
.coordinate-filter__block--item a {
  width: 100%;
  color: var(--color-text-default);
  display: block;
  text-decoration: none;
  padding-inline: 2rem;
  padding-block: 1rem;
}
.coordinate-filter__block--item a[data-icon=right] {
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: center;
}
.coordinate-filter__modal {
  top: 65%;
}
.coordinate-filter__modal .c-modal__head--title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.coordinate-filter__modal .c-modal__head--title svg {
  width: 3rem;
  aspect-ratio: 1;
}
.coordinate-filter__modal .coordinate-filter__block {
  background-color: transparent;
  padding: 2.5rem 3rem 2rem;
}
.coordinate-filter__modal .coordinate-filter__block:nth-of-type(n+2) {
  border-top: 1px solid var(--color-bg-gray-medium);
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .product__item {
    padding: 2.2rem 1.8rem;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .product__item:nth-of-type(2n-1) {
    border-right: 1px solid #eee;
  }
}
.product__item--image {
  position: relative;
  border: 1px solid #F7F7F7;
}
.product__item--image :where(img) {
  aspect-ratio: 1;
  object-fit: contain;
  background-image: url(../Contents/ThemeImage/product/load.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
.product__item--add-favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20transform%3D%22translate(2.094%202.094)%22%3E%20%3Crect%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(-2.094%20-2.094)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%20%3Cpath%20d%3D%22M9.365%2C2.379a.034.034%2C0%2C0%2C0%2C.057%2C0C12.128-1.686%2C18.537.468%2C18.537%2C5.47c0%2C5.24-8.679%2C11.072-9.126%2C11.369a.03.03%2C0%2C0%2C1-.035%2C0C8.929%2C16.542.25%2C10.711.25%2C5.47.25.468%2C6.659-1.686%2C9.365%2C2.379Z%22%20transform%3D%22translate(8.074%209.359)%22%20fill%3D%22rgba(255%2C255%2C255%2C0.5)%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .product__item--add-favorite {
    width: 4rem;
    height: 4rem;
  }
}
.product__item--brand {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--color-text-gray);
  height: 1.5em;
}
@media screen and (min-width: 768px) {
  .product__item--brand {
    margin-top: 1.5rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.product__item--name {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--color-black-text);
  text-decoration: none;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.product__item--size {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  line-height: 1.2071;
  height: 1.2071em;
  color: var(--color-text-gray);
}
.product__item--color {
  --max-column: 8;
  --grid-gap: 0.5rem 0.4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: repeat(var(--max-column), 1fr);
  gap: var(--grid-gap);
}
@media screen and (min-width: 768px) {
  .product__item--color {
    --max-column: 11;
    --grid-gap: 1rem 0.6rem;
    margin-right: 2rem;
    height: 4.2rem;
    gap: 1rem 0.6rem;
  }
}
.product__item--color:has(:nth-of-type(n+8)) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__item--color:has(:nth-of-type(n+8))::before, .product__item--color:has(:nth-of-type(n+8))::after {
    content: "";
    position: absolute;
    background-color: var(--color-black-text);
  }
  .product__item--color:has(:nth-of-type(n+8))::before {
    width: 1rem;
    height: 1px;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
  }
  .product__item--color:has(:nth-of-type(n+8))::after {
    width: 1px;
    height: 1rem;
    top: 50%;
    right: 0.7rem;
    transform: translateY(-50%) rotate(0deg);
  }
}
.product__item--color img {
  border: 1px solid #eee;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .product__item--color img:nth-of-type(n+8) {
    display: none;
  }
}
.product__item--icon {
  position: static;
  height: 6.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  grid-area: 1/1/2/3;
  min-height: 2rem;
}
@media screen and (min-width: 768px) {
  .product__item--icon {
    height: 3.9rem;
    grid-area: 1/1/2/2;
  }
}
.product__item--icon img {
  width: auto;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .product__item--icon img {
    height: 1.8rem;
  }
}
.product__item--action {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "rate addcart";
  align-items: center;
  gap: 1rem 0;
}
.product__item--review {
  justify-self: start;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .product__item--review {
    grid-row: 2/3;
  }
}
.product__item--review a {
  text-decoration: none;
}
.product__item--soldout {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-block: 1rem;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
  height: fit-content;
  background-color: rgba(29, 24, 26, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: var(--color-white);
  text-align: center;
}
.product__item .product__price {
  display: flex;
  align-items: baseline;
  font-family: var(--font-en);
}
.product__item .product__price--numeric {
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1.2188;
}
.product__item .product__review--wrapper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.product__item .product__review--wrapper :where(svg) {
  width: auto;
  height: 1.2rem;
}
.product__item .product__review--star path {
  width: 1.2rem;
  color: #e2e2e2;
}
.product__item .product__review--star[data-review-rate="1"] path:first-of-type {
  color: #FFDB43;
}
.product__item .product__review--star[data-review-rate="2"] path:nth-of-type(-n+2) {
  color: #FFDB43;
}
.product__item .product__review--star[data-review-rate="3"] path:nth-of-type(-n+3) {
  color: #FFDB43;
}
.product__item .product__review--star[data-review-rate="4"] path:nth-of-type(-n+4) {
  color: #FFDB43;
}
.product__item .product__review--star[data-review-rate="5"] path {
  color: #FFDB43;
}
.product__item .product__review--count {
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-black-text);
}
.product__item--add-cart {
  height: 3rem;
  grid-area: addcart;
  display: block;
  padding: 0.6rem 1rem;
  width: 5.5rem;
  grid-area: 2/2/3/3;
  background-color: var(--color-black-fill);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2217%22%20viewBox%3D%220%200%2034%2017%22%3E%20%3Cg%20transform%3D%22translate(-8.906%20-5.906)%22%3E%20%3Crect%20width%3D%2234%22%20height%3D%2217%22%20transform%3D%22translate(8.906%205.906)%22%20fill%3D%22rgba(235%2C109%2C165%2C0.5)%22%20opacity%3D%220%22%2F%3E%20%3Cpath%20d%3D%22M9697.666%2C9666.807a1.19%2C1.19%2C0%2C1%2C1%2C1.191%2C1.191A1.193%2C1.193%2C0%2C0%2C1%2C9697.666%2C9666.807Zm-5.34%2C0a1.19%2C1.19%2C0%2C1%2C1%2C1.191%2C1.191A1.193%2C1.193%2C0%2C0%2C1%2C9692.326%2C9666.807Zm19.033-2.059v-2.5h-2.5a.765.765%2C0%2C0%2C1%2C0-1.529h2.5v-2.5a.765.765%2C0%2C1%2C1%2C1.529%2C0v2.5h2.5a.765.765%2C0%2C1%2C1%2C0%2C1.529h-2.5v2.5a.765.765%2C0%2C1%2C1-1.529%2C0Zm-18.619-.674a1.22%2C1.22%2C0%2C0%2C1-.947-.961l-.924-4.713s0-.008%2C0-.012l-.385-1.953h-1.811a.765.765%2C0%2C0%2C1%2C0-1.529h2.07a1.219%2C1.219%2C0%2C0%2C1%2C1.193.982l.313%2C1.592h7.381a1.219%2C1.219%2C0%2C0%2C1%2C1.209%2C1.361l-.5%2C4.184a1.215%2C1.215%2C0%2C0%2C1-.979%2C1.053%2C17.339%2C17.339%2C0%2C0%2C1-3.344.33A16.2%2C16.2%2C0%2C0%2C1%2C9692.74%2C9664.074Zm.516-1.459a15.1%2C15.1%2C0%2C0%2C0%2C5.588%2C0l.432-3.605h-6.727Z%22%20transform%3D%22translate(-9676.366%20-9647.216)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 3.4rem 1.7rem;
  background-position: center center;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .product__item--add-cart {
    width: 6rem;
    height: 3.5rem;
    background-size: 4rem 2rem;
    grid-area: 1/2/3/4;
  }
}

@media screen and (max-width: 767px) {
  .u-grid-column-2 .product__item--name {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-grid-column-3 .product__item {
    padding: 0 0 2rem;
  }
  .u-grid-column-3 .product__item:nth-of-type(2n-1) {
    border-right: none;
  }
  .u-grid-column-3 .product__item:nth-of-type(3n-2) {
    border-left: 1px solid transparent;
  }
  .u-grid-column-3 .product__item:nth-of-type(3n-1), .u-grid-column-3 .product__item:nth-of-type(3n) {
    border-left: 1px solid #eee;
  }
  .u-grid-column-3 .product__item--image {
    border-top: none;
    border-inline: none;
  }
  .u-grid-column-3 .product__item > *:not(.product__item--image) {
    padding-inline: 0.75rem;
  }
  .u-grid-column-3 .product__item--color {
    --max-column: 7;
    margin-right: 0.6rem;
  }
  .u-grid-column-3 .product__item--color:has(:nth-of-type(n+8))::before {
    right: 0.8rem;
  }
  .u-grid-column-3 .product__item--color:has(:nth-of-type(n+8))::after {
    right: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-grid-column-3 .product__item--color img:nth-of-type(n+7) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-grid-column-3 .product__item--brand, .u-grid-column-3 .product__item--name {
    height: fit-content;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .u-grid-column-3 .product__item--brand {
    font-size: 1.1rem;
    height: 1.5em;
  }
  .u-grid-column-3 .product__item--name {
    font-size: 1.3rem;
  }
  .u-grid-column-3 .product__item--review {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .global-contents__inner {
    width: min(90%, 120rem);
  }
}

.c-breadcrumb {
  margin-bottom: 0;
}

.pager-count .c-pager {
  margin-top: 0;
}
.pager-count .c-pager > *:not(.c-pager__totalcount) {
  display: none;
}
.pager-count .c-pager > .c-pager__totalcount {
  display: block;
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1;
}

.coordinate-action-button {
  background-color: var(--color-black-fill);
  border-radius: 100vh;
  color: var(--color-white);
  display: grid;
  place-content: center;
  padding: 0.25rem 2rem 0.25rem 1rem;
}
.coordinate-action-button[data-has-icon] {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.coordinate-action-button__icon {
  width: 3rem;
}
.coordinate-action-button__icon svg {
  aspect-ratio: 1;
}
.coordinate-action-button__label {
  color: var(--color-white);
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.15em;
  line-height: 1;
}

.coordinate-actions__inner {
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: var(--margin-xxs);
  padding-block: 1.2rem;
}

.coordinate-heading {
  font-size: 1.8rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.2em;
  line-height: 1.5556;
  text-align: center;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .coordinate-heading {
    font-size: 2.6rem;
    line-height: 1.07;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.coordinate-list {
  padding-inline: var(--margin-xxs);
  margin-top: var(--margin-xs);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .coordinate-list {
    gap: 3rem;
    padding-inline: 0;
    margin-top: var(--margin-xxs);
  }
}
@media screen and (min-width: 768px) {
  .coordinate-list__container {
    display: grid;
    grid-template-columns: 17.85% 1fr;
    column-gap: 4.2%;
  }
}
@media screen and (min-width: 768px) {
  .coordinate-list__content {
    border-top: 1px solid #DDD;
  }
  .coordinate-list__content .pager-count {
    margin-block: 1.2rem;
  }
  .coordinate-list__content .pager-count .c-pager__totalcount {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.coordinate-list__content .no-product {
  padding: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coordinate-list__content .no-product {
    padding: 0;
    text-align: left;
  }
}

.pagination {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 8rem;
  }
}

.coordinate-detail__container {
  display: grid;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__container {
    grid-template-columns: 44.16% 1fr;
    column-gap: 5.83%;
    row-gap: 0;
  }
}
.coordinate-detail__container .product__option {
  padding: 3rem 2rem;
  margin-top: 1.5rem;
  grid-column: 1/3;
  background-color: var(--color-bg-gray-light);
}
.coordinate-detail__container .product__option:not(:has(.product__option--item)) {
  display: none;
}
.coordinate-detail__container .product__option--item {
  display: grid;
  gap: 1.3rem;
}
.coordinate-detail__container .product__option--title {
  font-size: 1.5rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
  line-height: 1.6667;
}
.coordinate-detail__container .product__option--separator {
  margin-block: 2rem;
  width: 100%;
  border: none;
  border-top: 1px dashed #ccc;
  appearance: none;
  -webkit-appearance: none;
}
.coordinate-detail__container .product__option .required {
  margin-left: 1rem;
  padding: 0;
  font-weight: var(--fw-bold);
  background-color: transparent;
  color: var(--color-emphasis);
  letter-spacing: 0.08em;
}
.coordinate-detail__container .product__option .c-form__input--check {
  display: grid;
  gap: 1rem;
}
.coordinate-detail__container .product__option .c-form__input--check label {
  font-size: 1.4rem;
  line-height: 1.5;
}
.coordinate-detail__container .product__option .c-form__input--check input {
  border-color: #ccc;
  border-radius: 0.2rem;
}
.coordinate-detail__container .product__option .c-form__input--check input:checked {
  border-color: var(--color-gender, var(--color-gender-women));
}
.coordinate-detail__container .product__option .c-form__input--check input:checked::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  background-color: var(--color-gender, var(--color-gender-women));
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.042%22%20height%3D%229.36%22%20viewBox%3D%220%200%2013.042%209.36%22%3E%20%3Cpath%20d%3D%22M580.074%2C479.87l4.493%2C4.348%2C6.8-6.722%22%20transform%3D%22translate(-579.205%20-476.606)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.coordinate-detail__image--container {
  height: fit-content;
  display: grid;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__image--container {
    row-gap: 3rem;
  }
}
.coordinate-detail__main-slider {
  width: 100%;
  height: fit-content;
  position: relative;
}
.coordinate-detail__sub-slider {
  width: 100%;
  height: fit-content;
}
.coordinate-detail__sub-slider .swiper-slide-thumb-active {
  border: 2px solid var(--color-black-text);
}
.coordinate-detail__add-favorite {
  width: 4rem;
  aspect-ratio: 1;
  padding: 0.9rem 0.8rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.coordinate-detail__content {
  padding-inline: var(--margin-xxs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__content {
    padding-inline: 0;
  }
}
.coordinate-detail__staff-info {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__staff-info {
    grid-template-columns: auto auto auto 1fr;
    row-gap: 0;
  }
}
.coordinate-detail__staff-info--name {
  align-self: center;
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__staff-info--name {
    font-size: 1.4rem;
  }
}
.coordinate-detail__staff-info--shop {
  align-self: center;
  border-left: 1px solid #DDD;
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__staff-info--shop {
    font-size: 1.4rem;
  }
}
.coordinate-detail__staff-info--postdate {
  font-size: 1.5rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
  grid-area: 2/1/3/4;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__staff-info--postdate {
    grid-area: 1/4/2/5;
    align-self: center;
    justify-self: end;
  }
}
.coordinate-detail__staff-info .coordinate-button {
  width: fit-content;
  border: 1px solid var(--color-textlink);
  border-radius: 0.4rem;
  color: var(--color-textlink);
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  column-gap: 0.4rem;
  align-items: center;
  justify-self: end;
  font-size: 1.3rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__staff-info .coordinate-button {
    margin-left: 2rem;
  }
}
.coordinate-detail__summary {
  border-top: 1px solid #ddd;
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 2rem;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__summary {
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-block: 4rem;
  }
}
.coordinate-detail__product-list {
  border-top: 1px solid #ddd;
  padding-top: var(--margin-m);
}
.coordinate-detail__product-list--heading {
  border-left: 0.4rem solid var(--color-gender, var(--color-gender-women));
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 1rem;
}
.coordinate-detail__product-list--wrapper {
  margin-top: var(--margin-s);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-list--wrapper {
    gap: 3rem 2.5rem;
  }
}
.coordinate-detail__product-item {
  gap: 0 var(--margin-xs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-item {
    padding-bottom: 2rem;
    grid-template-columns: 21.6% 1fr;
    gap: 2rem 5%;
  }
}
.coordinate-detail__product-item:nth-of-type(n+2) {
  border-top: 1px dashed #ddd;
  margin-top: var(--margin-xs);
  padding-top: var(--margin-xs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-item:nth-of-type(n+2) {
    margin-top: 0;
    padding-top: 2rem;
  }
}
.coordinate-detail__product-item--name {
  color: var(--color-text-default);
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-item--name {
    font-size: 1.4rem;
  }
}
.coordinate-detail__product-item--variations {
  row-gap: var(--margin-xxxxs);
  margin-top: var(--margin-xxxs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-item--variations {
    gap: var(--margin-xxxs);
  }
}
.coordinate-detail__product-item--price {
  margin-top: var(--margin-xxxs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__product-item--price .product__price {
    display: flex;
    gap: 1rem;
  }
}
.coordinate-detail__product-item .product-price__item {
  display: flex;
  align-items: baseline;
  column-gap: var(--margin-xxxxs);
}
.coordinate-detail__product-item .product-price__item--numeric {
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1.2188;
}
.coordinate-detail__product-item .product-price__item--tax {
  font-size: 1.1rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1;
}
.coordinate-detail__product-item .product-price__item--discountrate:not(:empty) {
  background-color: var(--color-emphasis);
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.2rem;
}
.coordinate-detail__product-item .product-price__discount {
  color: var(--color-emphasis);
}
.coordinate-detail__addcart {
  --color-primary: var(--color-gender, var(--color-gender-women));
  width: 100%;
  min-width: unset;
  padding-inline: var(--margin-xxs);
  font-size: 1.5rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: var(--margin-xs);
  margin-inline: auto;
  padding-block: 1.15rem;
  display: grid;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__addcart {
    width: 40rem;
  }
}
.coordinate-detail__other-list {
  padding-block: 6rem;
  padding-inline: var(--margin-xxs);
}
@media screen and (min-width: 768px) {
  .coordinate-detail__other-list {
    width: 120rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "heading viewmore" "list list";
    padding-block: 7rem;
    padding-inline: 0;
  }
}
.coordinate-detail__other-list--wrapper {
  border-top: 0.4rem solid var(--color-bg-gray-light);
}
.coordinate-detail__other-list--heading {
  font-size: 1.8rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.15em;
  line-height: 1.5889;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__other-list--heading {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.coordinate-detail__other-list--wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__other-list--wrap {
    grid-area: list;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.3rem;
    margin-top: 4rem;
  }
}
.coordinate-detail__other-list--viewmore {
  display: block;
  margin: 2rem auto 0;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1.5;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .coordinate-detail__other-list--viewmore {
    grid-area: viewmore;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.4286;
  }
}

.productdetail__section {
  --inner-width: 92%;
  --content-width: 100%;
  padding: 6rem 0;
  border-top: 4px solid var(--color-bg-gray-light);
}
@media screen and (min-width: 768px) {
  .productdetail__section {
    --inner-width: 100%;
    --content-width: min(90%, 110rem);
    padding: 7.5rem 0 7rem;
  }
}
.productdetail__section--inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "heading" "slider" "clear";
}
@media screen and (min-width: 768px) {
  .productdetail__section--inner {
    grid-template-columns: 1fr auto;
    grid-template-areas: "heading clear" "slider slider";
    width: var(--content-width);
    margin-inline: auto;
  }
}
.productdetail__section--heading {
  grid-area: heading;
}
.productdetail__section--content {
  grid-area: slider;
}
.productdetail__section--head-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productdetail__section--heading {
  padding-inline: 1.5rem;
  font-size: 1.8rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.15em;
  line-height: 1.5889;
}
@media screen and (min-width: 768px) {
  .productdetail__section--heading {
    padding-inline: 0;
    font-size: 2.2rem;
    font-weight: var(--fw-medium);
    line-height: 1;
  }
}
.productdetail__section--content {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .productdetail__section--content {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .productdetail__history {
    --content-width: min(75%, 120rem);
  }
}
.productdetail__history .productdetail__section--inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "heading" "slider" "clear";
}
@media screen and (min-width: 768px) {
  .productdetail__history .productdetail__section--inner {
    grid-template-columns: 1fr auto;
    grid-template-areas: "heading clear" "slider slider";
  }
}
.productdetail__history .productdetail__section--heading {
  grid-area: heading;
}
.productdetail__history .productdetail__section--content {
  grid-area: slider;
}
.productdetail__history--clear {
  margin-inline: auto;
  margin-top: 3rem;
  grid-area: clear;
  align-self: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .productdetail__history--clear {
    margin-top: 0;
  }
}
.productdetail__history .product__price {
  font-family: var(--font-main);
}
.productdetail__history .product__price--sale .product__price--heading {
  display: flex;
  gap: 0.5rem;
}
.productdetail__history .product__price--sale .product__price--icon {
  padding: 0;
  width: 1.2rem;
  aspect-ratio: 1;
  border: none;
}
@media screen and (min-width: 768px) {
  .productdetail__history .product__price--sale .product__price--icon {
    width: 1.3rem;
  }
}
.productdetail__history .product__price--sale .product__price--icon svg {
  height: 100%;
}
.productdetail__history .product__price--sale .product__price--text {
  font-size: 1.1rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  line-height: 1.3636;
}
@media screen and (min-width: 768px) {
  .productdetail__history .product__price--sale .product__price--text {
    font-size: 1.2rem;
  }
}
.productdetail__history .product__price--sale .product__price--discount {
  display: grid;
}
.productdetail__history .product__price--sale .product__price--display {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.productdetail__history .product__price--discount + .product__price--proper {
  display: none;
}

.ranking-slider__container {
  max-width: 100vw;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ranking-slider__container {
    padding-left: 0;
  }
}
.ranking-slider__wrapper {
  box-shadow: 0 0 3.5rem rgba(29, 24, 26, 0.1);
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ranking-slider__wrapper {
    border-radius: 1.5rem;
  }
}
.ranking-slider__wrapper .swiper-slide:not(:last-of-type) {
  border-right: 1px solid #F7F7F7;
}
.ranking-slider__wrapper .c-product-item__image :where(img) {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.ranking-slider__wrapper .c-product-item__icons {
  display: flex;
}
.ranking-slider__wrapper .c-product-item__icons img {
  width: auto;
  height: 1.7rem;
  display: block;
  aspect-ratio: unset;
}
.ranking-slider__wrapper .c-product-item__price {
  color: var(--color-text-default);
}
.ranking-slider__wrapper .product__price--numeric {
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.08em;
  line-height: 1.2692;
}
.ranking-slider__wrapper .product__price--discountrate:not(:empty) {
  width: fit-content;
  align-self: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3rem 0.4rem;
}
.ranking-slider__navigation {
  padding: 0;
  width: 4rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 0 2rem rgba(29, 24, 26, 0.05);
  border-radius: 50%;
  transition: opacity var(--transition-default);
}
.ranking-slider__navigation--prev {
  left: -2rem;
}
.ranking-slider__navigation--next {
  right: -2rem;
}
.ranking-slider__navigation[aria-disabled=true] {
  opacity: 0;
}
.ranking-slider__navigation:not([aria-controls]) {
  display: none;
}

/*# sourceMappingURL=coordinate_custom.css.map */
