* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif;
  color: #292524;
  background-color: #ffffff;
  line-height: 1.75;
}

/* ============================================
   product-detail Block
   Figma Component: detail
   ============================================ */
.product-detail {
  width: 100%;
  padding: 0;
}

.product-detail__content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-detail__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

h2.product-detail__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.6;
  letter-spacing: 0.72px;
  color: #292524 !important;
  margin: 0 !important;
}

.product-detail__description {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #292524;
}

.product-detail__description p {
  margin: 0;
}

.product-detail__description p + p {
  margin-top: 1em;
}

/* ============================================
   accordion-list Block
   Figma Component: stack (accordion items)
   ============================================ */
.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-list__item {
  margin: 0;
  padding: 0;
}

/* ============================================
   accordion Block
   Figma Component: item (accordion)
   ============================================ */
.accordion {
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #e7e5e4;
}

.accordion-list__item:last-child .accordion {
  border-bottom: 1px solid #e7e5e4;
}

.accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.56px;
  color: #292524;
  text-align: left;
}

.accordion__label {
  flex: 1;
  min-width: 0;
}

.accordion__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #292524;
  transition: opacity 0.3s ease;
}

/* 横線（常に表示） */
.accordion__icon::before {
  width: 14px;
  height: 2px;
}

/* 縦線（閉じている時のみ表示） */
.accordion__icon::after {
  width: 2px;
  height: 14px;
}

/* 開いている時は縦線を非表示にして「-」にする */
.accordion.is-open .accordion__icon::after {
  opacity: 0;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion.is-open .accordion__content {
  max-height: 1000px;
}

.accordion__inner {
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 2;
  color: #292524;
}

/* ============================================
   main-content Block
   ============================================ */
.main-content {
  width: 100%;
  padding: 0 0 128px;
  display: flex;
  flex-direction: column;
}

.main-content > *:not(:last-child) {
  margin-bottom: 80px !important;
}

/* ============================================
   article-section Block
   Figma Component: article
   ============================================ */
.article-section {
  width: 100%;
  padding: 0;
}

.article-section__container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.article-section__header {
  border-top: 2px solid #e67d9b;
  border-bottom: 2px solid #e67d9b;
  padding: 24px 0;
  text-align: center;
}

h2.article-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.6;
  letter-spacing: 1.92px;
  color: #e67d9b !important;
  margin: 0 !important;
}

.article-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ============================================
   content-block Block
   Figma Component: stack (content blocks)
   ============================================ */
.content-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-block__heading {
  background-color: #fbf2f5;
  padding: 24px 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #e67d9b !important;
  margin: 0;
  white-space: nowrap;
}

.content-block__body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #4a2f28;
}

.content-block__body p {
  margin: 0;
}

.content-block__body strong {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 600;
  color: #e67d9b;
}

/* ============================================
   section-heading Block
   Figma Component: heading (section headings)
   ============================================ */
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

h2.section-heading__title-en {
  font-family: 'Adobe Garamond Pro', serif;
  font-weight: 400;
  font-size: 48px !important;
  line-height: 1.6;
  letter-spacing: 3.84px;
  color: #e67d9b !important;
  margin: 0 !important;
}

.section-heading__title-ja {
  font-family: 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 1.6;
  letter-spacing: 1.28px;
  color: #292524 !important;
  margin: 0;
}

/* ============================================
   recommend-section Block
   Figma Component: recommend
   ============================================ */
.recommend-section {
  width: 100%;
  padding: 0;
}

.recommend-section__container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   recommend-grid Block
   Figma Component: grid
   ============================================ */
.recommend-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
}

.recommend-grid__item {
  background-color: #fbf2f5;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #e67d9b;
  white-space: nowrap;
}

.recommend-grid__item:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.recommend-grid__item:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}

.recommend-grid__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.recommend-grid__item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.recommend-grid__item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.recommend-grid__item:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

@media screen and (max-width: 768px) {
  .recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* トラックを縮められるように */
  }
  .recommend-grid__item {
    white-space: normal;   /* 長いラベルは折り返す */
  }
}

/* ============================================
   qa-section Block
   Figma Component: q&a
   ============================================ */
.qa-section {
  width: 100%;
  padding: 0;
}

.qa-section__container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   voice-section Block
   Figma Component: voice
   ============================================ */
.voice-section {
  width: 100%;
  padding: 0;
}

.voice-section__container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   voice-list Block
   Figma Component: stack
   ============================================ */
.voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.voice-list__item {
  margin: 0;
  padding: 0;
}

/* ============================================
   staff-voice-card Block
   Figma Component: item
   ============================================ */
.staff-voice-card {
  background-color: #f7f7f7;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staff-voice-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staff-voice-card__number {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.12px;
  color: #292524;
}

.staff-voice-card__title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.28px;
  color: #292524;
  margin: 0;
}

.staff-voice-card__body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #292524;
}

.staff-voice-card__body p {
  margin: 0;
}

/* ============================================
   movie-section Block
   Figma Component: movie
   ============================================ */
.movie-section {
  width: 100%;
  padding: 0;
}

.movie-section__container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   movie-list Block
   Figma Component: stack
   ============================================ */
.movie-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}

.movie-list__item {
  flex: 1;
  margin: 0;
  padding: 0;
}

/* ============================================
   movie-card Block
   Figma Component: item
   ============================================ */
.movie-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.movie-card__image {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}

.movie-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.movie-card__title {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #292524;
  text-align: center;
  margin: 0;
}

/* ============================================
   column-section Block
   Figma Component: column
   ============================================ */
.column-section {
  width: 100%;
  padding: 0;
}

.column-section__container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   column-list Block
   Figma Component: stack
   ============================================ */
.column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.column-list__item {
  flex: 1;
  margin: 0;
  padding: 0;
}

/* ============================================
   column-card Block
   Figma Component: item
   ============================================ */
.column-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.column-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-card__category {
  font-family: 'Adobe Garamond Pro', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #e67d9b;
}

.column-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: #292524;
  margin: 0;
}

.column-card__body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #292524;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.column-card__body p {
  margin: 0;
}

.column-card__body p + p {
  margin-top: 1em;
}

.column-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #171717;
}

.column-card__link-icon {
  width: 13px;
  height: 13px;
  background-image: url('http://localhost:3845/assets/222d6ea6db7561a7acf65cb782b938687174d552.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.column-card__link-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
}

/* ============================================
   recommendation-section Block
   Figma Component: recommendation
   ============================================ */
.recommendation-section {
  width: 100%;
  padding: 0;
  position: relative;
}

.recommendation-section__container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   product-slider Block
   Figma Component: stack (with prev/next buttons)
   ============================================ */
.product-slider {
  position: relative;
}

.product-slider__prev,
.product-slider__next {
  position: absolute;
  top: 57.6px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-indent: -9999px;
  overflow: hidden;
}

.product-slider__prev {
  left: -48px;
}

.product-slider__next {
  right: -48px;
}

.product-slider__prev-icon,
.product-slider__next-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.product-slider__prev-icon {
  background-image: url('../img/product/nav_l.svg');
}

.product-slider__next-icon {
  background-image: url('../img/product/nav_r.svg');
}

/* ============================================
   product-list Block
   Figma Component: stack
   ============================================ */
.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.product-list > * + * {
  margin-left: 32px;
}

.bx-wrapper .product-list {
  display: block;
}

.bx-wrapper .product-list .product-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 179.2px;
  float: left;
}

.product-list__item {
  flex: 1;
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.bx-wrapper ul,
.bx-wrapper .bx-viewport,
.bx-wrapper .bx-viewport ul {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.bx-wrapper li,
.bx-wrapper .bx-viewport li {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.bx-viewport {
  overflow: hidden;
}

.bx-controls-direction {
  display: none;
}

/* ============================================
   product-card Block
   Figma Component: item
   ============================================ */
.product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.product-card__image {
  width: 179.2px;
  height: 179.2px;
  border: 1px solid #e7e5e4;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}

.bx-wrapper .product-card {
  width: 179.2px;
}

.bx-wrapper .product-card__image {
  width: 179.2px;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.product-card__name {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #292524;
  margin: 0;
}

.product-card__price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: #292524;
  margin: 0;
}

/* ============================================
   scrollbar Block
   Figma Component: bar
   ============================================ */
.scrollbar {
  display: none;
  width: 100%;
}

.scrollbar__track {
  width: 100%;
  height: 2px;
  background-color: #e7e5e4;
  border-radius: 0 99px 99px 0;
  position: relative;
  overflow: hidden;
}

.scrollbar__thumb {
  height: 2px;
  background-color: #a8a29e;
  border-radius: 99px 0 0 99px;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.1s ease, left 0.1s ease;
  min-width: 44px;
}

/* ============================================
   レスポンシブ対応 (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  .product-detail__content {
    padding: 0;
    gap: 0;
  }

  .product-detail__content > * + * {
    margin-top: 32px;
  }

  .product-detail__header {
    gap: 0;
  }

  .product-detail__header > * + * {
    margin-top: 8px;
  }

  h2.product-detail__title {
    font-size: 16px !important;
    letter-spacing: 0.64px;
    text-align: center;
  }

  .product-detail__description {
    text-align: justify;
  }

  .main-content {
    padding: 64px 0 0;
    padding-bottom: 0;
  }

  .main-content > *:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .article-section__container {
    gap: 0;
  }

  .article-section__container > * + * {
    margin-top: 32px;
  }

  .article-section__body {
    gap: 0;
  }

  .article-section__body > * + * {
    margin-top: 24px;
  }

  h2.article-section__heading {
    font-size: 18px !important;
    letter-spacing: 1.44px;
    text-align: center !important;
  }

  .content-block {
    gap: 0;
  }

  .content-block > * + * {
    margin-top: 24px;
  }

  .content-block__heading {
    font-size: 16px !important;
    letter-spacing: 1.28px;
    padding: 16px 0;
  }

  h2.section-heading__title-en {
    font-size: 32px !important;
    letter-spacing: 2.56px;
  }

  .section-heading__title-ja {
    font-size: 14px !important;
    letter-spacing: 1.12px;
  }

  .recommend-section__container,
  .qa-section__container,
  .voice-section__container {
    gap: 0;
  }

  .recommend-section__container > * + *,
  .qa-section__container > * + *,
  .voice-section__container > * + * {
    margin-top: 32px;
  }

  .accordion__trigger {
    padding: 16px 0;
  }

  .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 24px;
  }

  .recommend-grid__item:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .recommend-grid__item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .recommend-grid__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .recommend-grid__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .recommend-grid__item:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }

  .recommend-grid__item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }

  .movie-section__container {
    max-width: 100%;
    gap: 0;
  }

  .movie-section__container > * + * {
    margin-top: 48px;
  }

  .movie-list {
    flex-direction: column;
  }

  .movie-list > * + * {
    margin-top: 24px;
  }

  .column-section__container {
    max-width: 100%;
    gap: 0;
  }

  .column-section__container > * + * {
    margin-top: 48px;
  }

  .column-list {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .column-list > * + * {
    margin-left: 24px;
  }

  .column-list::-webkit-scrollbar {
    display: none;
  }

  .column-list__item {
    flex: 0 0 auto;
  }

  .column-card {
    width: 232px;
  }

  .column-section__container .scrollbar {
    display: block;
  }

  .recommendation-section__container {
    max-width: 100%;
    gap: 0;
  }

  .recommendation-section__container > * + * {
    margin-top: 48px;
  }

  .recommendation-section .section-heading__title-ja {
    font-size: 16px !important;
    letter-spacing: 1.28px;
  }

  .product-slider__prev,
  .product-slider__next {
    display: none;
  }

  .product-list {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product-list > * + * {
    margin-left: 24px;
  }

  .product-list::-webkit-scrollbar {
    display: none;
  }

  .product-list__item {
    flex: 0 0 auto;
    width: 128px;
  }

  .product-card__image {
    width: 128px;
    height: 128px;
    margin: 0 auto;
  }

  .recommendation-section__container .scrollbar {
    display: block;
  }
}

/* ============================================
   movie-modal Block
   ============================================ */
.movie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.movie-modal.is-open {
  display: block;
}

.movie-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.movie-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 960px;
  background-color: #000000;
}

.movie-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie-modal__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .movie-modal__content {
    width: 95%;
  }

  .movie-modal__close {
    top: -35px;
    width: 35px;
    height: 35px;
    font-size: 28px;
  }
}

.detailrightblock div:after {
  display: none !important;
}

#ins_smart_display ul:after {
  display: none !important;
}

@media (max-width: 768px) {
  #ins_smart_caption {
    margin-top: 32px;
  }
}

/* ======================================
   SP版のみ 固定カートボタン（Aesop風）
   ====================================== */

/* SP版（768px以下）の商品詳細ページのみに適用 */
@media screen and (max-width: 768px) {

  body.plg_Raku2_LC_Page_Products_Detail .btn_add_cart {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #fff !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box !important;
  }

  body.plg_Raku2_LC_Page_Products_Detail .btn_add_cart a {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
  }

  body.plg_Raku2_LC_Page_Products_Detail .btn_add_cart a p#cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #E67D9B !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: background-color 0.2s ease !important;
  }

  body.plg_Raku2_LC_Page_Products_Detail .btn_add_cart a p#cart .material-symbols-sharp {
    font-size: 20px !important;
    color: #fff !important;
  }

  body.plg_Raku2_LC_Page_Products_Detail .btn_add_cart a:active p#cart {
    background-color: #d36a88 !important;
  }

  body.plg_Raku2_LC_Page_Products_Detail {
    padding-bottom: 80px !important;
  }

}

/* ============================================
   recently-order-section Block
   ============================================ */
.recently-order-section {
  width: 100%;
  padding: 0;
}
.recently-order-section__container {
  display: flex;
  flex-direction: column;
  gap: 48px;   /* 見出しと注文リストの間隔（他セクションと統一） */
}

.recommend-grid .recommend-grid__item:only-child {
  grid-column: 1;
  grid-row: 1;
}