html {
  scroll-padding-top: 0 !important;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 0 !important;
  }
}

/* ヘッダー調整 */
@media (max-width: 1199px) {
  .fs-body-product .hdrMiddle .hdrInner {
    height: 56px;
  }
}

@media (min-width: 1100px) {
  .fs-body-product nav.hdrMiddle__left_menu ul {
    height: 72px;
  }

  .fs-body-product nav.gNav .list-background {
    height: calc(100vh - 117px);
    top: 117px;
  }

  .fs-body-product nav.gNav li.hasChildren>ul,
  .fs-body-product nav.gNav li.hasChildren>ul::after {
    top: 117px;
  }
}

/* パンくず */
@media (min-width: 960px) {
  .fs-c-breadcrumb {
    position: absolute;
    top: 0;
  }
}

.fs-c-breadcrumb>.fs-c-breadcrumb__list:nth-of-type(n + 2) {
  display: none;
}

@media (max-width: 960px) {
  .fs-c-breadcrumb {
    padding: 0 16px;
  }

  .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
    display: none;
  }

  .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:nth-last-child(2) {
    display: list-item;
  }

  .fs-c-breadcrumb .fs-c-breadcrumb__listItem+.fs-c-breadcrumb__listItem::before {
    content: "<";
  }
}

.fs-body-product .detail-service__title {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-body-product .fs-l-main.fs-l-product2 .fs-l-productLayout {
  max-width: 1512px;
  padding: 48px 72px 0 24px;
  align-items: stretch;
  justify-content: left;
  width: 100% !important;
}

@media (min-width: 960px) {
  .fs-l-productLayout.fs-system-product {
    gap: 0 40px;
  }
}

.fs-body-product .review-container[data-action="widget"] {
  margin-top: 0 !important;
}

.detail-check .detail-title+div .fr3-productListStatic__responsive_1 article:nth-of-type(n+5) {
  display: none;
}

.detail-check .detail-title+.item_jewelry .fr3-productListStatic__responsive_1 article:nth-of-type(n+4) {
  display: block !important;
}

@media screen and (min-width: 960px) {
  .detail-check .detail-title+div .fr3-productListStatic__responsive_1 article:nth-of-type(n+4) {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-product .fs-l-productLayout__item--1 {
    max-width: calc(100% - 557px);
    -ms-flex-preferred-size: calc(100% - 557px);
    flex-basis: calc(100% - 557px);
    margin-left: 0;
    margin-right: 0;
  }

  .fs-body-product .fs-l-productLayout__item--1 #pc_itemimageWrap {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    justify-content: left;
    position: relative;
    top: 0;
    gap: 16px;
  }

  .fs-c-productMainImage .fs-c-productMainImage__image img {
    width: 100%;
  }

  /* メインエリアを縦積み */
  .fs-body-product .fs-c-productMainImage {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .fs-body-product .fs-c-productMainImage__image,
  .fs-body-product .fs-c-productMainImage__movie {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .fs-body-product .fs-c-productMainImage__image img,
  .fs-body-product .fs-c-productMainImage__movie iframe {
    display: block;
    width: 100%;
  }

  .fs-body-product #pc_itemimageWrap .fs-c-productMainImage {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .fs-body-product #pc_itemimageWrap .custom-scroll-item {
    width: 100%;
  }

  .fs-body-product #pc_itemimageWrap .custom-scroll-item img {
    aspect-ratio: 3 / 4;
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .fs-body-product #pc_itemimageWrap .fs-c-productMainImage__movie {
    display: block !important;
    pointer-events: auto !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .fs-body-product #pc_itemimageWrap .fs-c-productMainImage__movie iframe {
    pointer-events: auto !important;
  }

  .fs-body-product #pc_itemimageWrap .fs-c-productMainImage__movie iframe {
    width: 100%;
    display: block;
  }

  .fs-body-product .fs-c-productThumbnail {
    width: 101px;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    align-self: flex-start;
    flex-direction: column;
    gap: 0;
    max-height: calc(100vh - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-wrap: nowrap;
    margin: 0;
  }

  .fs-body-product .fs-c-productThumbnail__image,
  .fs-body-product .fs-c-productThumbnail__image>img {
    aspect-ratio: 3 / 4;
    display: inline-table;
    height: 134px;
    object-fit: cover;
    width: 100%;
  }

  .fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image {
    max-width: 100%;
  }

  .fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image img {
    border: 1.5px solid transparent;
    opacity: 0.55;
    transition: opacity 0.15s;
  }

  .fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image.is-active img,
  .fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image:hover img {
    opacity: 1;
    border-color: #929294;
  }

  .fs-body-product .fs-c-productMainImage {
    flex-shrink: 0;
    background: #fff;
    width: calc(100% - 129px);
  }

  .fs-body-product .fs-l-productLayout__item--2 {
    max-width: 495px;
    -ms-flex-preferred-size: 495px;
    flex-basis: 495px;
    margin-right: 0;
    width: 495px;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.fs-body-product .fs-c-productChooseVariation .fs-c-productChooseVariation__variation+.fs-c-productChooseVariation__variation {
  padding-top: 0;
  margin-bottom: 20px;
}

.fs-body-product .fs-system-product .fs-c-variationLabel {
  margin-bottom: 5px;
}

.fs-body-product .product_variation .fs-c-variationPanelList__label .fs-c-variationLabel__label {
  color: #66666A;
}

.fs-body-product .product_variation .fs-c-variationPanelList__label .fs-c-variationLabel__value {
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: .03em;
  vertical-align: middle;
  color: #66666A;
  display: inline;
}

.fs-body-product .fs-c-variationPanelList__panel__label {
  font-weight: 400;
}

.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item {
  min-width: 36px;
}

.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__panel__content {
  background-color: transparent;
  border: 1.5px solid transparent;
  border-radius: 10px;
  color: #27241E;
  font-size: 12px;
  min-height: 30px;
  padding: 8px;
}

.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  border: 1.5px solid #929294;
  background-color: transparent;
}

.fs-body-product .fs-c-variationPanelList__panel {
  border-radius: 10px;
  font-weight: 400;
}

.fs-c-variationPanelList__panel.wh,
.fs-c-variationPanelList__panel.gr,
.fs-c-variationPanelList__panel.br,
.fs-c-variationPanelList__panel.bl,
.fs-c-variationPanelList__panel.pk,
.fs-c-variationPanelList__panel.puk,
.fs-c-variationPanelList__panel.grk,
.fs-c-variationPanelList__panel.brk {
  height: 44px;
  margin-right: -4px;
  width: 44px;
}

.fs-c-variationPanelList__panel::before {
  background-image: none !important;
}

.fs-c-variationPanelList__panel.wh .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.gr .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.br .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.bl .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.pk .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.puk .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.grk .fs-c-variationPanelList__panel__content,
.fs-c-variationPanelList__panel.brk .fs-c-variationPanelList__panel__content {
  border: 1.5px solid transparent !important;
  border-radius: 100px !important;
  height: 44px;
  padding: 0 !important;
  width: 44px;
}

.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.wh .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.gr .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.br .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.bl .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.pk .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.puk .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.grk .fs-c-variationPanelList__panel__content,
.fs-body-product .fs-c-variationPanelList__label:not(.variation_color)+.fs-c-variationPanelList__list .fs-c-variationPanelList__list__item .fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel.brk .fs-c-variationPanelList__panel__content {
  border-color: #929294 !important;
}

.fs-c-variationPanelList__panel.wh .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.wh::before {
  background-color: #F8F7F4;
}

.fs-c-variationPanelList__panel.gr .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.gr::before {
  background-color: #DEE7DC;
}

.fs-c-variationPanelList__panel.br .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.br::before {
  background-color: #C7AD95;
}

.fs-c-variationPanelList__panel.bl .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.bl::before {
  background-color: #D6DDE1;
}

.fs-c-variationPanelList__panel.pk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.pk::before {
  background-color: #F8E8ED;
}

.fs-c-variationPanelList__panel.puk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.puk::before {
  background-color: #7F7381;
}

.fs-c-variationPanelList__panel.grk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.grk::before {
  background-color: #71786F;
}

.fs-c-variationPanelList__panel.brk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.brk::before {
  background-color: #65605E;
}

.fs-body-product .jwl_color {
  margin: 18px 0 20px;
  padding: 0;
}

.fs-body-product .jwl_color .product_linkbtn__wrap {
  gap: 4px;
}

.fs-body-product .jwl_color .product_linkbtn {
  background: none !important;
  border: 1.5px solid transparent !important;
  border-radius: 100px !important;
  color: transparent;
  height: 44px;
  padding: 0 !important;
  width: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-body-product .jwl_color .product_linkbtn.active {
  border-color: #929294 !important;
}

.fs-body-product .jwl_color .product_linkbtn span {
  border-radius: 100px;
  background-color: none;
  display: block;
  height: 36px !important;
  padding: 0 !important;
  width: 36px !important;
}

.fs-body-product .jwl_color .product_linkbtn.wh span {
  background-color: #F8F7F4;
}

.fs-body-product .jwl_color .product_linkbtn.gr span {
  background-color: #DEE7DC;
}

.fs-body-product .jwl_color .product_linkbtn.br span {
  background-color: #C7AD95;
}

.fs-body-product .jwl_color .product_linkbtn.bl span {
  background-color: #D6DDE1;
}

.fs-body-product .jwl_color .product_linkbtn.pk span {
  background-color: #F8E8ED;
}

.fs-body-product .jwl_color .product_linkbtn.puk span {
  background-color: #7F7381;
}

.fs-body-product .jwl_color .product_linkbtn.grk span {
  background-color: #71786F;
}

.fs-body-product .jwl_color .product_linkbtn.brk span {
  background-color: #65605E;
}

.fs-c-variationPanelList__panel.wh .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.gr .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.br .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.bl .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.pk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.puk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.grk .fs-c-variationPanelList__panel__label,
.fs-c-variationPanelList__panel.brk .fs-c-variationPanelList__panel__label {
  border-radius: 100px;
  height: 36px !important;
  padding: 0 !important;
  width: 36px !important;
}

.fs-c-variationPanelList__panel.sv_wg {
  background-color: #E3E1E0;
}

.fs-c-variationPanelList__panel.sv_yg {
  background-color: #E2D7AC;
}

.fs-c-variationPanelList__panel.sv_pg {
  background-color: #F2E0D9;
}

.fs-c-variationPanelList__panel.yg_10k {
  background-color: #E2D7AC;
}

.fs-c-variationPanelList__panel.wg_10k {
  background-color: #EBE7D5;
}

.fs-c-variationPanelList__panel.sv_wg .fs-c-variationPanelList__panel__label {
  color: #7A726F;
}

.fs-c-variationPanelList__panel.sv_yg .fs-c-variationPanelList__panel__label {
  color: #9C814E;
}

.fs-c-variationPanelList__panel.sv_pg .fs-c-variationPanelList__panel__label {
  color: #B98572;
}

.fs-c-variationPanelList__panel.yg_10k .fs-c-variationPanelList__panel__label {
  color: #9C814E;
}

.fs-c-variationPanelList__panel.wg_10k .fs-c-variationPanelList__panel__label {
  color: #9C814E;
}

.fs-body-product .fs-c-variationPanelList__panel__image,
.fs-body-product .fs-c-variationPanelList__panel__stock {
  display: none;
}

.fs-body-product .fs-c-variationPanelList__panel__price {
  display: none;
}

.fs-body-product .color_ttl_wrap_colorvari {
  display: none;
}

/* サイズ選択肢 */
.fs-body-product .product_linkbtnarea .color_ttl_wrap {
  margin-bottom: 12px;
  margin-top: -10px;
}

.fs-body-product .product_linkbtnarea .jwl_txt {
  font-family: dnp-shuei-gothic-gin-std, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: .03em;
  vertical-align: middle;
  color: #66666A;
}

.fs-body-product .product_linkbtn {
  color: #1a1a19;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .03em;
  padding: 10px 0;
  background-color: #F8F8F8;
  min-width: 52px;
  border-radius: 100px;
  border: 1.5px solid transparent;
}

.fs-body-product .product_linkbtn.active,
.fs-body-product .product_linkbtn:hover {
  border: 1.5px solid #929294;
}

/* ── Design tokens ── */
:root {
  /* Fonts: Figma指定に対応するWebフォント */
  --font-sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  /* DNP ShueiGoGinStd代替 */
  --font-serif: 'Shippori Mincho', 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
  /* A P-OTF A1 Mincho StdN代替 */
  --font-english: 'Cormorant Garamond', 'Times New Roman', serif;
  /* Classico URW代替 */
  --font-number: 'Helvetica Neue', 'Arial', sans-serif;
  /* Neue Haas Grotesk代替 */

  /* Colors */
  --bg: #fff;
  --text-primary: rgba(26, 26, 25, 0.8);
  --text-secondary: #66666a;
  --text-tertiary: #9d9d9f;
  --text-concept: #484847;
  --text-white: #ffffff;
  --fill-dark: #161619;
  /* cart button */
  --fill-announce: #48494d;
  /* announcement bar */
  --fill-gray: #f8f8f8;
  --border-light: #dedfdf;
  --border-default: #929294;
  --border-wide: #f5f5f5;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  font-family: var(--font-english);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: var(--text-primary);
  margin-bottom: 0;
  white-space: pre-wrap;
}

.fs-l-productLayout .fs-c-productNameHeading.fs-c-heading {
  font-size: 24px;
  line-height: 1.65;
  padding-right: 55px;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__name {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: rgba(26, 26, 25, .8);
}

.fs-body-product .fs-l-productLayout .parts_freeshipping {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  margin-bottom: 0 !important;
}

.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.01em;
}

.fs-body-product .fs-c-price__currencyMark {
  padding-right: 3px;
}

.fs-body-product .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 10px;
}

.fs-body-product .fs-l-productLayout .parts_freeshipping .ico_freeshipping {
  border: 0.75px solid #DEDFDF;
  border-radius: 4px;
  color: #66666A;
  font-size: 10px;
  line-height: 1.0;
  margin-left: 8px;
  padding: 6px 0;
  text-align: center;
  width: 60px;
}

@media (min-width: 767px) {
  .fs-body-product .fs-l-productLayout .parts_freeshipping .ico_freeshipping {
    margin-top: 5px;
  }
}

.fs-body-product .fs-l-productLayout .fs-c-productActionButton {
  width: 100% !important;
}

.fs-body-product .fs-c-button--addToCart--detail .fs-c-button__label {
  font-weight: 400;
}

.fs-body-product .fs-l-productLayout .fs-c-productQuantityAndWishlist {
  position: static;
}

.fs-body-product .fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist {
  top: 5px;
}

.fs-body-product .fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
  background: #F2F1EF !important;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  background: url(https://blfblf.itembox.cloud/item/new/renew/img/ico_favorite.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  width: 24px;
}

.fs-body-product .iteminfo_icon {
  flex-wrap: wrap;
  gap: 6px 10px;
}

.fs-body-product .iteminfo_icon li span {
  font-size: 12px;
}

@media screen and (min-width: 767px) {

  .iteminfo_icon li span.icon,
  .iteminfo_icon li span.icon img {
    height: 28px;
    width: 28px
  }
}

/* サービスバッジ */
.p-services {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-service-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-primary);
  letter-spacing: 0.42px;
  line-height: 1.8;
}

.p-service-icon {
  width: 21.6px;
  height: 21.6px;
  flex-shrink: 0;
}

/* コンセプトブロック */
.p-concept {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 495px;
}

.p-concept-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-concept-block+.p-concept-block {
  margin-top: 0;
}

.p-concept__collection {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-concept);
  letter-spacing: 2%;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0;
}

.p-concept__heading {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-concept);
  letter-spacing: 2%;
  line-height: 1.8;
  margin: 0;
  padding: 10px 0;
}

.p-concept__body {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-concept);
  letter-spacing: 2%;
  line-height: 2.0;
  margin: 0;
  padding: 10px 0;
}

.p-concept__img {
  height: 258px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.p-concept__link-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 16px;
  position: relative;
}

.p-concept__link-line {
  flex: 1;
  height: 0.5px;
  background: var(--border-light);
  margin-right: 10px;
}

.p-concept__link {
  border-bottom: 1px solid var(--border-light);
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.42px;
  line-height: 1.8;
  text-align: right;
  white-space: nowrap;
}

.p-concept__link-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
}

.p-detail {
  width: 495px;
  margin-top: 40px;
}

/* Hero image with gradient overlay */
.p-detail__hero {
  position: relative;
  height: 605px;
  width: 495px;
  overflow: hidden;
}

.p-detail__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-detail__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 20%, rgba(255, 255, 255, 0) 56%);
}

.p-detail__hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 32px 64px;
  text-align: center;
  color: #f9f8f7;
}

.p-detail__hero-heading {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.p-detail__hero-body {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.42px;
  margin: 0;
}

/* Feature list */
.p-detail__features {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0 40px;
  background: #fdfdfd;
}

.p-detail__feature {
  display: flex;
  gap: 24px;
  align-items: center;
}

.p-detail__feature-thumb {
  width: 190px;
  height: 131px;
  object-fit: cover;
  flex-shrink: 0;
}

.p-detail__feature-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-detail__feature-title {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--text-primary);
  opacity: 0.8;
  margin: 0;
}

.p-detail__feature-desc {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.42px;
  color: var(--text-secondary);
  opacity: 0.8;
  margin: 0;
}

.fs-body-product .faq-accordion .spec .specificationArea__cont__ttl.noline {
  border-top: none;
  padding-top: 0;
}

.fs-body-product .specificationArea__cont a {
  text-decoration: underline;
}

.fs-body-product .detail-keyword {
  display: none;
}

@media screen and (min-width: 960px) {
  .detail-service__link img {
    aspect-ratio: 756 / 424;
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .detail-service__link img {
    aspect-ratio: 1008 / 848;
    object-fit: cover;
    width: 100%;
  }
}

/* スタイリング */
.l-styling {
  background: #f2f1ef;
  margin-bottom: 0;
  padding: 80px 0 120px 10%;
}

.l-styling__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.l-styling__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-styling__heading {
  font-size: 28px;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.6;
  letter-spacing: 0;
}

.l-styling__sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1.6;
  letter-spacing: 0;
}

.l-styling__area_wrap {
  margin-left: auto;
  margin-top: 48px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 54px;
  position: relative;
  width: 100%;
}

.l-styling__track {
  display: flex;
  gap: 16px;
}

.l-styling__card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-styling__img {
  width: 297.846px;
  height: 369.231px;
  object-fit: cover;
  display: block;
  border-radius: 4.4px;
  flex-shrink: 0;
}

.l-styling__img-wrap {
  position: relative;
  width: 297.846px;
  height: 369.231px;
  border-radius: 4.4px;
  overflow: hidden;
  flex-shrink: 0;
}

.l-styling__img-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.l-styling__caption {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-primary);
  letter-spacing: 1.0518px;
  line-height: 1.6;
  text-underline-offset: 3px;
  padding: 10.015px;
  width: 252.867px;
}

a .l-styling__caption {
  text-decoration: underline;
}

/* レコメンド */
@media screen and (min-width: 992px) {
  .detail-check .detail-title+div .fr3-productListStatic__responsive_1 {
    gap: 50px 40px;
  }

  .rec_jewelry {
    margin-bottom: 240px;
  }
}

.fs-body-product .detail-title {
  color: rgba(26, 26, 25, 0.8);
}

.fs-body-product .detail-check .detail-title+div .fr3-productListStatic__responsive_1 .fr3-item__productName {
  color: rgba(26, 26, 25, 0.8);
  line-height: 165%;
  margin-top: 8px;
}

.fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__price {
  color: rgba(26, 26, 25, 0.8);
  font-family: Neue Haas Grotesk Text Pro;
  font-size: 16px;
  line-height: 24px;
}

.fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__price .fr3-item__productPrice__value {
  font-size: 24px;
  letter-spacing: 2%;
}

.fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__addon {
  color: #9D9D9F;
  font-size: 12px;
  letter-spacing: 3%;
}

.fs-body-product .fs-l-page .fixed_cartbtn .fix_price #fixed_price {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

@media screen and (min-width: 1512px) {
  .fs-body-product .fs-l-page .fixed_cartbtn {
    right: calc((100vw - min(100vw, 1448px)) / 2) !important;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-product .fs-l-page .fixed_cartbtn {
    bottom: 10px;
    border-radius: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    left: auto;
    right: 22px;
    transform: translateX(0);
    width: 584px;
  }

  .fs-body-product .fixed_cartbtn ul.fixed_cartbtnList {
    padding: 14px;
  }

  .fs-body-product .fs-l-page ul.fixed_cartbtnList li:nth-child(1) {
    display: block;
    width: 350px;
  }

  .fs-body-product .fs-l-page .fixed_cartbtn p.fixed_cartbtnList__name {
    color: #66666a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.42px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .fs-body-product .fs-l-page .fixed_cartbtn p.fixed_cartbtnList__name small {
    display: none;
  }

  .fs-body-product .fs-l-page .fixed_cartbtn .fix_price {
    font-size: 14px;
    font-weight: 400;
    color: rgba(26, 26, 25, 0.8);
    letter-spacing: 0.48px;
    line-height: 1;
  }

  .fs-body-product .fs-l-page .fixed_cartbtn .fix_price #fixed_price {
    font-size: 16px;
  }

  .fs-body-product .fs-l-page .fixed_cartbtn .fix_price .tax {
    font-size: 10px;
    line-height: 1.0;
    letter-spacing: .3px;
  }

  .fs-body-product .fs-l-page ul.fixed_cartbtnList li:nth-child(2) {
    width: 180px;
  }

  .fs-body-product .fs-l-page ul.fixed_cartbtnList li a.detail_cart_cartBtn {
    padding: 17px 0;
    width: 180px;
  }
}

.fs-body-product .fs-l-page ul.fixed_cartbtnList li a.detail_cart_cartBtn {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .fs-body-product ul.fixed_cartbtnList li:nth-child(1) {
    width: calc(100% - 140px);
  }

  .fs-body-product ul.fixed_cartbtnList li:nth-child(2) {
    width: 120px;
  }

  .fs-body-product .fixed_cartbtn p.fixed_cartbtnList__name {
    color: #66666A;
    font-size: 12px;
  }

  .fs-body-product ul.fixed_cartbtnList li a.detail_cart_cartBtn {
    font-size: 12px;
    padding: 11.5px 0;
  }

  .fs-body-product .fixed_cartbtn .fix_price {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 10px;
  }

  .fs-body-product .fixed_cartbtn .fix_price #fixed_price {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
  }

  .fs-body-product .fixed_cartbtn .fix_price .tax {
    font-size: 8px;
    font-weight: 400;
  }
}

@media screen and (max-width: 960px) {
  .fs-body-product #fs_form {
    margin-bottom: 0;
  }

  .fs-body-product .fs-l-main.fs-l-product2 .fs-l-productLayout {
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
  }

  .fs-body-product .fs-l-productLayout__item {
    height: auto !important;
  }

  .fs-body-product .fs-l-productLayout__item .fs-c-slick .slick-list {
    width: 100%;
  }

  .fs-body-product .fs-l-productLayout__item .fs-c-slick .slick-list,
  .fs-body-product .fs-l-productLayout__item .fs-c-slick .slick-slide img,
  .fs-body-product .fs-l-productLayout__item .fs-c-slick .slick-slide iframe,
  .fs-body-product .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail__img {
    aspect-ratio: 3 / 4 !important;
    object-fit: cover;
  }

  .fs-body-product .slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-width: 1px;
  }

  .fs-body-product .fs-c-slick .slick-prev,
  .fs-body-product .fs-c-slick .slick-next {
    background: none;
  }

  .fs-body-product .fs-c-slick .slick-prev:before,
  .fs-body-product .fs-c-slick .slick-next:before {
    content: "";
    display: block;
    height: 40px;
  }

  .fs-body-product .fs-c-slick .slick-prev:before {
    background: url(https://blfblf.itembox.design/item/new/renew/img/ico_prev.svg) no-repeat 50% 50%;
  }

  .fs-body-product .fs-c-slick .slick-next:before {
    background: url(https://blfblf.itembox.design/item/new/renew/img/ico_next.svg) no-repeat 50% 50%;
  }

  .fs-l-productLayout .fs-c-productNameHeading.fs-c-heading {
    font-size: 18px;
    margin-bottom: 16px
  }

  .fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__name {
    font-size: 18px;
  }

  .fs-body-product .fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist {
    top: 5px;
    right: 20px;
  }

  .fs-body-product .fs-c-variationPanelList__list__item {
    flex-grow: 0;
  }

  .fs-body-product .product_options {
    margin-bottom: 16px !important;
  }

  .fs-body-product .iteminfoarea {
    margin-top: 0;
  }

  .fs-body-product .iteminfo_icon li span.icon,
  .iteminfo_icon li span.icon img {
    height: 24px;
    width: 24px;
  }

  /* コンセプトブロック */
  .p-concept {
    width: 100%;
  }

  .p-concept__collection {
    color: #9D9D9F;
  }

  .p-concept__heading {
    font-size: 24px;
  }

  .p-concept__body {
    font-size: 14px;
    letter-spacing: 3%;
  }

  .p-concept__img {
    aspect-ratio: 342 / 220;
    height: auto;
    width: 100%;
  }

  .p-concept__link {
    font-size: 12px;
  }

  .p-concept__link-arrow {
    font-size: 11px;
  }

  .p-detail {
    width: 100%;
    margin-top: 24px;
  }

  /* Hero image with gradient overlay */
  .p-detail__hero {
    aspect-ratio: 344 / 445;
    height: auto;
    width: 100%;
  }

  .p-detail__hero-text {
    padding: 0 16px 48px;
  }

  .p-detail__feature {
    flex-direction: column;
  }

  .p-detail__feature-thumb {
    aspect-ratio: 342 / 235;
    width: 100%;
    height: auto;
  }

  .p-detail__feature-body {
    text-align: center;
  }

  .p-detail__feature-title {
    font-size: 20px;
  }

  /* スタイリング */
  .l-styling {
    background: #F8F8F8;
    padding: 50px 0 44px 20px;
  }

  .l-styling__titles {
    margin-right: 20px;
  }

  .l-styling__heading {
    font-size: 24px;
    text-align: center;
  }

  .l-styling__sub {
    font-size: 14px;
    text-align: center;
  }

  .l-styling__area_wrap {
    margin-top: 36px;
    padding-bottom: 16px;
  }

  .l-styling__card {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .l-styling__img {
    width: 266.2px;
    height: 330px;
  }

  .l-styling__img-wrap {
    width: 266.2px;
    height: 330px;
  }

  .l-styling__caption {
    font-size: 12px;
    padding: 10.015px;
    width: auto;
  }

  .fs-body-product .review-container[data-action="widget"] {
    padding-top: 0 !important;
  }

  .fs-body-product .reviewWidget_title {
    margin-top: 0;
  }

  .rec_jewelry {
    margin-bottom: 96px;
  }

  .fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__price {
    font-size: 12px;
    line-height: 14px;
  }

  .fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__price .fr3-item__productPrice__value {
    font-size: 14px;
  }

  .fs-body-product .flywheel-recommend__frame .fr3-item .fr3-item__productPrice__addon {
    font-size: 10px;
  }
}

/* ラッピング・手提げ袋*/
.fs-body-product .product_options .fs-c-productOption__option.is-modal .fs-c-productOption__field .fs-c-radio:first-child {
  flex: 1;
  margin-top: 8px;
  order: 0;
}

.fs-body-product .fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label {
  padding: 242px 0 12px 0;
}

.fs-body-product .fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label .fs-c-radio__radioLabelText {
  padding-left: 16px;
  text-align: left;
}

.product_options .fs-c-productOption__option.is-modal .fs-c-radioGroup .fs-c-radio .fs-c-radio__label .fs-c-radio__radioLabelText {
  display: block;
  white-space: normal;
}

.fs-body-product #optionWithPrice_13_0+.fs-c-radio__label::after {
  display: block;
  bottom: 20px;
  right: 5%;
}

.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label:before {
  background-image: url(https://blfblf.itembox.cloud/item/new/gift_wrapping_jewelry.webp);
  background-position: 50% 50%;
  background-size: auto 100%;
}

.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_1+.fs-c-radio__label:before {
  background-image: url(https://blfblf.itembox.cloud/item/test_wrapping_2.webp);
  background-position: 50% 50%;
  background-size: auto 100%;
}

.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_2+.fs-c-radio__label:before {
  background-image: url(https://blfblf.itembox.cloud/item/new/gift_wrapping_shopper_jewelry.webp);
  background-position: 50% 50%;
  background-size: auto 100%;
}

.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label:before,
.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_1+.fs-c-radio__label:before,
.fs-c-productOption__name.option3+.fs-c-productOption__option.is-modal #optionWithPrice_13_2+.fs-c-radio__label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.fs-body-product .wrapping_box01 .wrapping_images {
  background: url(https://blfblf.itembox.cloud/item/new/gift_wrapping_jewelry_img.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.fs-body-product .wrapping_box02 .wrapping_images {
  background: url(https://blfblf.itembox.cloud/item/test_wrapping_2.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.fs-body-product .wrapping_box03 .wrapping_images {
  background: url(https://blfblf.itembox.cloud/item/new/gift_wrapping_shopper_jewelry_img.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  .fs-body-product .product_options .fs-c-productOption__name .fs-c-productOption__label .label_name {
    line-height: 1.4em;
    width: calc(100% - 13em);
  }

  .fs-body-product .fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label {
    border-radius: 16px;
    padding: 15.5svh 0 0.5svh 0;
    height: auto;
    line-height: 20px;
    min-height: 45px;
    text-align: left;
  }

  .fs-body-product .fs-c-productOption__option.is-modal #optionWithPrice_13_0+.fs-c-radio__label .fs-c-radio__radioLabelText {
    padding-left: 15px;
  }

  .fs-body-product #optionWithPrice_13_0+.fs-c-radio__label::after {
    bottom: 2svh;
  }
}