@charset "UTF-8";
html {
  overflow-y: visible;
}

.fs-l-page {
  padding-top: 108px;
}

@media screen and (max-width: 991px) {
  .fs-l-page {
    padding-top: 92px;
  }
}
@media screen and (max-width: 991px) {
  .fs-l-page {
    padding-top: 86px;
  }
}
.jewellery-brand {
  width: 100%;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand {
    padding-bottom: 120px;
  }
}

.jewellery-brand .p-section.end {
  padding-top: 64px;
}

.jewellery-brand .mv__img {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .mv__img {
    margin-bottom: 64px;
  }
}
.jewellery-brand .mv__title {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .mv__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .mv__text {
    text-align: center;
  }
}

.jewellery-brand .prod-card {
  width: 100%;
}
.jewellery-brand .prod-card__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .prod-card__list {
    gap: 4px;
  }
}
.jewellery-brand .prod-card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 24px;
  box-shadow: none;
  transition: box-shadow 0.4s ease-in-out;
  cursor: pointer;
}
.jewellery-brand .prod-card__item:active {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .prod-card__item {
    width: calc((100% - 8px) / 3);
    gap: 32px;
    border-bottom: none;
    padding-bottom: 32px;
  }
  .jewellery-brand .prod-card__item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  }
  .jewellery-brand .prod-card__item:hover .c-link {
    opacity: 1;
  }
}
.jewellery-brand .prod-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .prod-card__content {
    padding: 0 16px;
  }
}
.jewellery-brand .prod-card__num {
  display: block;
  line-height: 2;
  letter-spacing: 0.05em;
}
.jewellery-brand .prod-card__name {
  width: 100%;
  height: 64px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .prod-card__name {
    height: 72px;
  }
}
.jewellery-brand .prod-card__price {
  letter-spacing: 0.05em;
}
.jewellery-brand .prod-card__price::before {
  content: '¥';
  margin-right: 2px;
}
.jewellery-brand .prod-card__link {
  width: 100%;
}
.jewellery-brand .prod-card__link .c-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .prod-card__link .c-link {
    opacity: 0;
  }
}

.jewellery-brand .modal-prod-slider {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.jewellery-brand .modal-prod-slider .c-modal__inner {
  width: 100%;
  height: 80dvh;
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
  margin: 20dvh 0 0;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .c-modal__inner {
    width: 720px;
    height: 90dvh;
    margin: 5dvh auto;
  }
}
.jewellery-brand .modal-prod-slider .c-modal__btn {
  top: calc(20dvh - 32px);
  right: 8px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .c-modal__btn {
    top: 5dvh;
    right: 72px;
  }
}
.jewellery-brand .modal-prod-slider .c-modal__btn::after {
  color: #ffffff;
}
.jewellery-brand .modal-prod-slider .c-modal__container {
  padding-bottom: 0;
}
.jewellery-brand .modal-prod-slider .prod-slider {
  width: 100%;
  height: calc(80dvh - 64px);
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .prod-slider {
    height: calc(90dvh - 96px);
  }
}
.jewellery-brand .modal-prod-slider .prod-slider__item {
  height: calc(80dvh - 64px);
  padding-bottom: 40px;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .prod-slider__item {
    height: calc(90dvh - 96px);
  }
  .jewellery-brand .modal-prod-slider .prod-slider__item::-webkit-scrollbar {
    width: 6px;
  }
  .jewellery-brand
    .modal-prod-slider
    .prod-slider__item::-webkit-scrollbar-thumb {
    background-color: #8c8c8c;
  }
}
.jewellery-brand .modal-prod-slider .prod-slider__img {
  margin-bottom: 24px;
}
.jewellery-brand .modal-prod-slider .prod-slider__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 0 5vw;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .prod-slider__content {
    padding: 0 48px;
  }
}
.jewellery-brand .modal-prod-slider .prod-slider__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jewellery-brand .modal-prod-slider .prod-slider__num {
  display: block;
  line-height: 2;
  letter-spacing: 0.05em;
}
.jewellery-brand .modal-prod-slider .prod-slider__name {
  display: block;
}
.jewellery-brand .modal-prod-slider .prod-slider__price {
  letter-spacing: 0.05em;
  line-height: 2;
}
.jewellery-brand .modal-prod-slider .prod-slider__price::before {
  content: '¥';
  margin-right: 2px;
}
.jewellery-brand .modal-prod-slider .prod-slider__detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
}
.jewellery-brand .modal-prod-slider .prod-slider__detail dt {
  width: 100%;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .prod-slider__detail dt {
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
}
.jewellery-brand .modal-prod-slider .prod-slider__detail dd {
  width: 100%;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .prod-slider__detail dd {
    width: calc(100% - 104px);
    font-weight: 500;
    margin-bottom: 0px;
  }
}
.jewellery-brand .modal-prod-slider .slick-arrow {
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
}
.jewellery-brand .modal-prod-slider .slick-arrow::before {
  display: none;
}
.jewellery-brand .modal-prod-slider .slick-arrow::after {
  font-size: 48px;
  color: #ffffff;
}
.jewellery-brand .modal-prod-slider .slick-arrow.slick-prev {
  left: 72px;
}
.jewellery-brand .modal-prod-slider .slick-arrow.slick-next {
  right: 72px;
}
.jewellery-brand .modal-prod-slider .reservation-btn {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -24px 32px 8px white;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .reservation-btn {
    position: absolute;
    padding-bottom: 48px;
  }
}
.jewellery-brand .modal-prod-slider .reservation-btn .c-btn {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.jewellery-brand .modal-prod-slider .reservation-btn .c-btn::after {
  display: block;
  font-family: 'Material Symbols Outlined';
  content: 'chevron_right';
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .jewellery-brand .modal-prod-slider .reservation-btn .c-btn {
    width: 240px;
    height: 48px;
    font-weight: 400;
  }
  .jewellery-brand .modal-prod-slider .reservation-btn .c-btn::after {
    display: none;
  }
}
.jewellery-brand .modal-prod-slider .reservation-btn .c-btn.u-font--white {
  background-color: #212121;
  border-color: #212121;
}
.jewellery-brand
  .modal-prod-slider
  .reservation-btn
  .c-btn.u-font--white:hover {
  background-color: #ffffff;
  border-color: #212121;
} /*# sourceMappingURL=style.css.map */
