@charset "utf-8";
/* =============
   カラー変数
============= */
:root {
  --racfm-pink: #ece0df;
  --racfm-purple: #a586bc;
  --racfm-beige: #f5f2e9;
  --racfm-light-purple: #dbcfe7;
  --racfm-vivid-purple: #931574;
}
/* =============
   コンテンツ共通
============= */
#container {
  max-width: 980px !important;
}
body:not(.LC_Page_Index) #main_column {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.content-wrap {
  max-width: 980px;
  margin: 0 auto;
}
h2.title {
  font-size: 1.8rem !important;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12px;
  border-bottom: none !important;
}
h2.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #333;
}
/* =============
   セクション背景
============= */
.racfm-bg-wh {
  background-color: #fff;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.racfm-bg-be {
  background-color: var(--racfm-beige);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.racfm-bg-pk {
  background-color: var(--racfm-pink);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
/* =============
   トップページ
============= */
.LC_Page_Index .top-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
.LC_Page_Index h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.LC_Page_Index #main_column.colnum1 > div {
  margin-top: 0;
}
.LC_Page_Index .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.LC_Page_Index .topfv-slider.slick-dotted {
  margin-bottom: 0 !important;
}
.LC_Page_Index #container {
  padding-bottom: 0 !important;
}
/*==== #about-racfm ====*/
.LC_Page_Index #about-racfm {
  padding: 6rem 1rem 0;
}
.LC_Page_Index #about-racfm .col-6 {
  padding: 0;
}
.LC_Page_Index #about-racfm .col-6:first-child {
  padding-left: 1rem;
}
.LC_Page_Index #about-racfm .row {
  align-items: stretch;
}
.LC_Page_Index #about-racfm .col-6:first-child {
  display: flex;
}
.LC_Page_Index #about-racfm .col-6:last-child {
  display: flex;
}
.LC_Page_Index #about-racfm img {
  width: 100%;
  height: auto;
  display: block;
}
.LC_Page_Index #about-racfm .col-6:first-child {
  align-items: center;
}
.LC_Page_Index #about-racfm .about-racfm__text {
  padding: 2rem 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.LC_Page_Index #about-racfm .about-racfm__text h2 {
  margin-bottom: 2rem;
}
.LC_Page_Index #about-racfm .about-racfm__text p {
  line-height: 2;
  margin-bottom: 2rem;
}
.LC_Page_Index #about-racfm .about-racfm__text a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
/*==== #product-nomacai ====*/
.LC_Page_Index #product-nomacai {
  padding: 6rem 1rem;
}
.LC_Page_Index #product-nomacai .col-6 {
  padding: 0;
}
.LC_Page_Index #product-nomacai .row {
  background-color: var(--racfm-light-purple);
  border-radius: 50px;
  overflow: hidden;
  padding: 3rem 0;
  margin: 0;
}
.LC_Page_Index #product-nomacai h2 {
  border-bottom: none;
  position: relative;
  display: inline-block;
}
.LC_Page_Index #product-nomacai h2::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 43%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background-image: url(/user_data/packages/raku2pc/img/common/acai-illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.LC_Page_Index #product-nomacai .col-6:first-child {
  display: flex;
}
.LC_Page_Index #product-nomacai .col-6:last-child {
  display: flex;
}
.LC_Page_Index #product-nomacai .product-nomacai__text {
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.LC_Page_Index #product-nomacai .product-nomacai__text h2 {
  margin-bottom: 1.5rem;
}
.LC_Page_Index #product-nomacai .product-nomacai__text p {
  line-height: 2;
  margin-bottom: 2rem;
}
.LC_Page_Index #product-nomacai .product-nomacai__text a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  align-self: center;
}
.LC_Page_Index #product-nomacai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*==== #recipe ====*/
.LC_Page_Index #recipe h2.title::before,
.LC_Page_Index #instagram h2.title::before,
.LC_Page_Index #news h2.title::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
}
.LC_Page_Index #recipe h2.title::before {
  background-image: url(/user_data/packages/raku2pc/img/common/arrangere-cipe-icon.webp);
}
.LC_Page_Index #recipe {
  padding: 5rem 1rem;
  text-align: center;
}
.LC_Page_Index #recipe h2 {
  margin-bottom: 2rem;
}
.LC_Page_Index .recipe-carousel-wrap {
  margin: 0 -1rem;
}
.LC_Page_Index .recipe-carousel li {
  padding: 0 10px;
  list-style: none;
}
.LC_Page_Index .recipe-carousel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.LC_Page_Index #recipe .recipe-carousel-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/*==== #instagram ====*/
.LC_Page_Index #instagram h2.title::before {
  background-image: url(/user_data/packages/raku2pc/img/common/instagram-icon.webp);
}
.LC_Page_Index #instagram {
  padding: 5rem 1rem;
  text-align: center;
}
.LC_Page_Index #instagram h2 {
  margin-bottom: 2rem;
}
.LC_Page_Index #instagram img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/*==== #official-site-benefits ====*/
.LC_Page_Index .official-site-benefits-bg {
  background-image: url(/user_data/packages/raku2pc/img/common/official-site-benefits-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 1000 / 340;
}
.LC_Page_Index #official-site-benefits {
  text-align: center;
}
.LC_Page_Index #official-site-benefits h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  color: #80645c;
  padding-top: 3rem;
}
.LC_Page_Index #official-site-benefits h2.title::after {
  background-color: #80645c;
}
.LC_Page_Index .official-site-benefits__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
/*==== #news ====*/
.LC_Page_Index #news h2.title::before {
  background-image: url(/user_data/packages/raku2pc/img/common/news-icon.webp);
}
.racfm-bg-be {
  background-color: var(--racfm-beige);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.LC_Page_Index #news {
  max-width: 980px;
  margin: 0 auto;
  padding: 5rem 1rem;
  text-align: center;
}
.LC_Page_Index .wp-news-item {
  display: block;
  text-align: left;
  padding: 1rem 0;
  border-bottom: 2px dotted var(--base-line-color);
  background-color: var(--racfm-beige) !important;
}
.LC_Page_Index .wp-news-date {
  display: block;
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.3rem;
}
.LC_Page_Index .wp-news-title {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

/*==== TOPページ追尾バナー ====*/
body.LC_Page_Index #following-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
body.LC_Page_Index #following-banner img {
  display: block;
  max-width: 500px;
  height: auto;
}
body.LC_Page_Index #following-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.LC_Page_Index #following-banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  padding: 1px 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

/* =============
   セクション共通ボタン
============= */
.section-btn {
  text-align: center;
  margin-top: 2rem;
}
.section-btn a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #333;
  padding: 0.5rem 2rem;
}
.section-btn a:hover {
  background-color: var(--racfm-purple);
  color: #fff;
}
.section-btn a::after,
.about-racfm__text a::after,
.product-nomacai__text a::after,
.brand-block-text a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 8px;
  vertical-align: middle;
}
/* =============
   racfmとは
============= */
.page-brand #main_column {
    padding: 0 !important;
}
#brand-container {
  max-width: 100%;
}
.page-brand  #container {
    padding-bottom: 0;
}
/* メインビジュアル */
.page-brand #brand-fv {
  background-image: url(/user_data/packages/raku2pc/img/common/brand-fv-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#brand-container .brand-fv-title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 12% 54%;
}
/* 各ブロック共通 */
#brand-container .brand-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 12rem 0;
  box-sizing: border-box;
}
#brand-container .brand-block--pink {
  background-color: var(--racfm-pink);
}
#brand-container .brand-block--gray {
  background-color: #f2f2f2;
}
#brand-container .brand-block-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}
#brand-container .brand-block-text,
#brand-container .brand-block-img {
  flex: 1;
  min-width: 0;
}
#brand-container .brand-block-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1.5em;
  line-height: 1.5;
}
#brand-container .brand-block-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 1.2em;
}
#brand-container .brand-block-text p:last-child {
  margin-bottom: 0;
}
#brand-container .brand-block-text a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  display: inline-block;
}
#brand-container .brand-block-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/* ブロック1：画像を大きめ（42:58）に */
#brand-container .brand-block--img-large .brand-block-text {
  flex: 1 1 42%;
  max-width: 42%;
}
#brand-container .brand-block--img-large .brand-block-img {
  flex: 1 1 58%;
  max-width: 58%;
}
/* ブロック4：テキスト中央寄せ・短い下線・縦棒 */
#brand-container .brand-block-text--center {
  text-align: center;
}
#brand-container .brand-block-title--short-line {
  display: table;
  margin: 0 auto 1.5em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: none;
}
/*
#brand-container .brand-block-title--short-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background-color: #ccc;
}
*/
#brand-container .brand-block-bar {
  width: 1px;
  height: 160px;
  background-color: #ccc;
  margin: 0 auto 1.5rem;
}
/* ブロック3・5：テキスト・画像とも親要素からはみ出す（50:50） */
#brand-container .brand-block--bleed-both .brand-block-inner {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  gap: 0;
}
#brand-container .brand-block--bleed-both .brand-block-text,
#brand-container .brand-block--bleed-both .brand-block-img {
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 0;
}
#brand-container .brand-block--bleed-both .brand-block-text {
  padding: 0 clamp(1.5rem, 4vw, 2rem) 0 clamp(3rem, 10vw, 11rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* =============
   商品ページ：NOM ACAI
============= */
/* ---- 商品コード非表示 ---- */
.page-nom-acai .product_code {
  display: none !important;
}
/* ---- 左バナー追加 ---- */
.page-nom-acai #detailarea {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.page-nom-acai #detailarea::after {
  display: none;
}
.page-nom-acai .raku2_product_select_frame,
.page-nom-acai .raku2_product_select_area,
.page-nom-acai .raku2_btn_area {
  width: 100% !important;
  box-sizing: border-box !important;
}
.page-nom-acai .raku2_base_product {
  width: 100% !important;
  max-width: none !important;
}
.page-nom-acai .custom-left-banner {
  flex: 0 0 200px;
  margin-top: 20px;
}
.page-nom-acai .custom-left-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.page-nom-acai .raku2_sub_image_container {
  gap: 10px;
}
.page-nom-acai .raku2_sub_image_container .sub_photo {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.page-nom-acai #detailarea .photo {
  width: 77%;
  left: 0;
}
.page-nom-acai #detailarea .sub_photo {
  left: 0;
}
.page-nom-acai #detailarea .raku2_image_lower_wrapper .photo img {
  width: 100%;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
}
.page-nom-acai #detail_type_new_a {
  flex: 1;
  min-width: 0;
}
/* ---- 全幅背景＋コンテンツ960px中央寄せ ---- */
.page-nom-acai #recommend,
.page-nom-acai #introduction,
.page-nom-acai #product-info,
.page-nom-acai #contact-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding: 3rem 1rem;
}
.page-nom-acai #recommend     { background-color: var(--racfm-pink); }
.page-nom-acai #introduction  { background-color: var(--racfm-beige); }
.page-nom-acai #product-info  { background-color: var(--racfm-pink); }
.page-nom-acai #contact-cta   { background-color: var(--racfm-beige); }

.page-nom-acai #recommend > *,
.page-nom-acai #introduction > *,
.page-nom-acai #product-info > *,
.page-nom-acai #contact-cta > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* ---- 見出し中央寄せ ---- */
.page-nom-acai #recommend h2,
.page-nom-acai #recommend h3,
.page-nom-acai #introduction h2,
.page-nom-acai #product-info h2,
.page-nom-acai #contact-cta h2 {
  text-align: center;
}

/* ---- #recommend ---- */
/*
.page-nom-acai #recommend h2::before { content: "＼"; margin-right: 1em; }
.page-nom-acai #recommend h2::after  { content: "／"; margin-left: 0.5em; }
*/
.page-nom-acai #recommend .recommend-panel {
  background-color: #fff;
  padding: 2.5rem 2rem;
}

.page-nom-acai #recommend .merit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.page-nom-acai #recommend .merit-item {
  background-color: #ebe9d8;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  flex: 1 1 220px;
}
.page-nom-acai #recommend .merit-item p {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0;
}

.page-nom-acai #recommend h3 {
  background-color: #bda59a;
  color: #fff;
  padding: 1rem 0;
  margin: 0 0 1.5rem;
}

.page-nom-acai #recommend .about-teiki {
  border: 2px solid #bda59a;
  padding: 1.5rem 2rem;
}
.page-nom-acai #recommend .about-teiki p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0 0 1em;
}
.page-nom-acai #recommend .about-teiki p:last-child {
  margin-bottom: 0;
}

/* ---- #introduction ---- */
/*  一時非表示  */
.page-nom-acai #introduction{
  display: none;
}
.page-nom-acai #introduction .intro-images img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.page-nom-acai #introduction .intro-images img:last-child {
  margin-bottom: 0;
}

/* ---- #introduction-new ---- */
.page-nom-acai #introduction-new .intro-images img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.page-nom-acai #introduction-new .intro-images img:last-child {
  margin-bottom: 0;
}

/* ---- #product-info：アコーディオンボタン ---- */
.page-nom-acai #product-info .product-info-trigger {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.5rem 0;
  appearance: none;
  -webkit-appearance: none;
}
.page-nom-acai #product-info .product-info-trigger h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
.page-nom-acai #product-info .plus-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #333;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-nom-acai #product-info .product-info-trigger[aria-expanded="true"] .plus-icon-wrapper {
  transform: translateY(-50%) rotate(45deg);
}
.page-nom-acai #product-info .plus-icon {
  width: 100%;
  height: 100%;
}

/* ---- #product-info：開閉コンテンツ ---- */
.page-nom-acai #product-info .product-info-collapsible {
  display: none;
}
.page-nom-acai #product-info .product-info-collapsible.is-open {
  display: block;
}

/* ---- #product-info：テーブル ---- */
.page-nom-acai #product-info .product-info-collapsible table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d1d1d1;
  table-layout: fixed;
  background-color: #fff;
}
.page-nom-acai #product-info .product-info-collapsible td {
  border: 1px solid #d1d1d1;
  padding: 12px 15px;
  vertical-align: middle;
}
.page-nom-acai #product-info .product-info-collapsible table td:first-child {
  width: 30%;
  background-color: #F5FAFB;
  text-align: center;
  font-weight: bold;
  color: #333;
}

/* ---- #product-info：栄養成分リスト ---- */
.page-nom-acai #product-info .elements {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
  justify-content: start;
}
.page-nom-acai #product-info .elements dt {
  font-weight: normal;
}
.page-nom-acai #product-info .elements dd {
  margin: 0;
  text-align: left;
}
.page-nom-acai #product-info .note {
  font-size: 0.8em;
}

/* ---- #contact-cta ---- */
.page-nom-acai #contact-cta {
  text-align: center;
}
.page-nom-acai #contact-cta .cta-hours {
  margin-top: 1rem;
  font-size: 0.9rem;
}

/* ---- NOM ACAI 単品購入誘導 ---- */
.page-nom-acai #single-promo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 3rem 1rem;
  background-color: var(--racfm-pink);
  box-sizing: border-box;
}
.page-nom-acai .single-promo-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  border: 4px solid var(--racfm-purple);
  border-radius: 5px;
  background-color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
}
.page-nom-acai .single-promo-img {
  flex: 0 0 200px;
}
.page-nom-acai .single-promo-img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-nom-acai .single-promo-text {
  flex: 0 1 auto;
  min-width: 0;
}
.page-nom-acai .single-promo-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.page-nom-acai .single-promo-price {
  margin: 0 0 1.2rem;
  line-height: 1.6;
  font-size: 1.1rem;
}
.page-nom-acai .single-promo-price-num {
  font-size: 1.6rem;
  font-weight: bold;
}
.page-nom-acai .single-promo-fee {
  font-size: 0.95rem;
  color: #666;
}
.page-nom-acai .single-promo-btn {
  display: inline-block;
  width: auto;
  min-width: 260px;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--racfm-purple);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15rem;
  padding: 1rem 2rem;
  border-radius: 5px;
}
.page-nom-acai .single-promo-btn:hover {
  opacity: 0.8;
}

/* ---- NOM ACAI 定期便誘導ボタン ---- */
.page-nom-acai .raku2_sub_btn {
  display: block !important;
}
.page-nom-acai .favorite_btn {
  display: block !important;
  width: 100% !important;
}
.page-nom-acai .subscribe-link-btn {
  display: none !important;
  width: 100% !important;
  margin-top: 0.5rem;
}
.page-nom-acai .subscribe-link-btn a {
  display: block;
  text-align: center;
  background-color: var(--racfm-beige);
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding: 0.8rem 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.page-nom-acai .subscribe-link-btn a:hover {
  opacity: 0.7;
}
/* ---- NOM ACAI 定期便大ボタン ---- */
.page-nom-acai .teiki-big-btn {
  display: block !important;
  width: 100% !important;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-nom-acai .teiki-big-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--racfm-vivid-purple);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.page-nom-acai .teiki-big-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 3s infinite;
}
.page-nom-acai .teiki-big-btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 8px;
  vertical-align: middle;
}
@keyframes shine {
  0%   { left: -100%; }
  30%  { left: 150%; }
  100% { left: 150%; }
}

/* ---- 定期便メリット：930px以下で1カラム化 ---- */
@media (max-width: 930px) {
  .page-nom-acai .merit-row {
    flex-direction: column;
  }
  .page-nom-acai .merit-item br {
    display: none;
  }
  .page-nom-acai #recommend .merit-item {
    flex: 0 1 auto;
  }
}

/* ---- NOM ACAI商品ページ 追尾バナー ---- */
.page-nom-acai #following-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page-nom-acai #following-banner img {
  display: block;
  max-width: 500px;
  height: auto;
}
.page-nom-acai #following-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-nom-acai #following-banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  padding: 1px 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

/* =============
   お買い物ガイド
============= */
.page-shopping-guide #sg-features {
  background-color: var(--racfm-pink);
  background-image: url(/user_data/packages/raku2pc/img/common/bg-glow.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.page-shopping-guide #sg-benefits {
  background-color: var(--racfm-pink);
  background-image: 
    linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 15px 15px;
}

.page-shopping-guide #main_column {
  padding: 0 !important;
}
.page-shopping-guide #container{
    padding-bottom: 0;
}
.page-shopping-guide .content-wrap{
  padding:3rem 0;
}
.page-shopping-guide h2{
  border-bottom: none !important;
}
.page-shopping-guide #sg-fv {
  background-image: url(/user_data/packages/raku2pc/img/common/shopping-guide-fv-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.page-shopping-guide #sg-fv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-shopping-guide .sg-catch {
  max-width: 560px;
  margin-left: 3rem;
  text-align: left;
  padding-top: 6%;
}
.page-shopping-guide .sg-catch h2{
  font-size: 1.5rem !important;
  font-weight: bold;
  margin-bottom: 1rem !important;
}
.page-shopping-guide .sg-catch p{
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.page-shopping-guide .sg-btn-area {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1rem;
}
.page-shopping-guide .sg-btn-area a{
  background-color: var(--racfm-purple);
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 0.5rem;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  flex: 1;
  max-width: 290px;
  text-align: center;
}
.page-shopping-guide .sg-point {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.page-shopping-guide .sg-point h3{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-bottom: none;
}
.page-shopping-guide .sg-point-2 {
  margin-top: 3rem;
}
.page-shopping-guide .sg-point-icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: -4rem auto 1.5rem;
}
.page-shopping-guide .sg-cycle {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.page-shopping-guide .sg-cycle-item {
  background-color: var(--racfm-beige);
  border-radius: 999px;
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.page-shopping-guide .sg-cycle-note {
  margin-bottom: 2rem;
}
.page-shopping-guide .sg-point-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}
.page-shopping-guide .sg-benefits-img {
  width: 60%;
}
.page-shopping-guide .sg-note {
  text-align: right;
  font-size: 0.85rem;
}
.page-shopping-guide .sg-point-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-shopping-guide .sg-fukidashi {
  position: absolute;
  top: 5%;
  right: -2%;
  width: 16%;
}
.page-shopping-guide .sg-point-note {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.page-shopping-guide .sg-center {
  text-align: center;
  margin-bottom: 2rem;
}
.page-shopping-guide .sg-btn-row {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 2rem;
}
.page-shopping-guide .sg-btn-col {
  text-align: center;
}
.page-shopping-guide .sg-btn-col p{
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.page-shopping-guide .sg-btn {
  display: inline-block;
  background-color: var(--racfm-purple);
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  font-weight: bold;
}
.page-shopping-guide .sg-btn-note {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.page-shopping-guide .sg-btn-note::before {
  content: "＼";
  margin-right: 0.5em;
}
.page-shopping-guide .sg-btn-note::after {
  content: "／";
  margin-left: 0.5em;
}
.page-shopping-guide .color-rose {
  color: #bc3569;
  font-size: 1.5em;
  padding: 0 !important;
}
.page-shopping-guide .sg-benefits-img + p {
  margin-bottom: 2rem;
}
/* ---- お買い物ガイドページ 追尾バナー ---- */
.page-shopping-guide #following-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page-shopping-guide #following-banner img {
  display: block;
  max-width: 500px;
  height: auto;
}
.page-shopping-guide #following-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-shopping-guide #following-banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  padding: 1px 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
/* =============
   FAQ
============= */
.faq-wrap .faq-answer-text a {
  text-decoration: underline;
}
.faq-wrap h3{
  font-size: 1.5rem;
}
.faq-wrap h2.title {
  margin-bottom: 50px !important;
}
.faq-wrap #category {
  margin-bottom: 3rem;
  text-align: center;
}
.faq-wrap .faq-category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.faq-wrap .faq-category-grid a {
  display: block;
  width: calc(25% - 1rem);
  background-color: var(--racfm-pink);
  border-radius: 10px;
  overflow: hidden;
}
.faq-wrap .faq-category-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.faq-wrap #order,
.faq-wrap #payment,
.faq-wrap #delivery,
.faq-wrap #subscription,
.faq-wrap #member,
.faq-wrap #point,
.faq-wrap #product,
.faq-wrap #other {
  margin-bottom: 3rem;
  scroll-margin-top: 120px;
}
.faq-wrap #order h2,
.faq-wrap #payment h2,
.faq-wrap #delivery h2,
.faq-wrap #subscription h2,
.faq-wrap #member h2,
.faq-wrap #point h2,
.faq-wrap #product h2,
.faq-wrap #other h2 {
  background-color: var(--racfm-pink);
  padding: 1rem 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem !important;
  border-bottom: none;
}
.faq-wrap #order h2::before,
.faq-wrap #payment h2::before,
.faq-wrap #delivery h2::before,
.faq-wrap #subscription h2::before,
.faq-wrap #member h2::before,
.faq-wrap #point h2::before,
.faq-wrap #product h2::before,
.faq-wrap #other h2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 33px;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.faq-wrap #order h2::before        { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-order.webp); }
.faq-wrap #payment h2::before      { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-payment.webp); }
.faq-wrap #delivery h2::before     { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-delivery.webp); }
.faq-wrap #subscription h2::before { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-subscription.webp); }
.faq-wrap #member h2::before       { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-member.webp); }
.faq-wrap #point h2::before        { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-point.webp); }
.faq-wrap #product h2::before      { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-product.webp); }
.faq-wrap #other h2::before        { background-image: url(/user_data/packages/raku2pc/img/common/faq-icon-other.webp); }
.faq-wrap .faq-list {
  display: flex;
  flex-direction: column;
}
.faq-wrap .faq-item {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid var(--base-line-color);
  margin-top: -1px;
  position: relative;
}
.faq-wrap .faq-item:first-child {
  margin-top: 0;
}
.faq-wrap .faq-question-button {
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-color: var(--base-back-color);
  border: none;
  cursor: pointer;
}
.faq-wrap .faq-question-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
}
.faq-wrap .faq-badge {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.1rem;
}
.faq-wrap .faq-badge-q {
  color: var(--racfm-purple);
}
.faq-wrap .faq-badge-a {
  color: #333;
}
.faq-wrap .faq-question-text {
  color: #1f2937;
  line-height: 1.6;
}
.faq-wrap .faq-arrow {
  flex-shrink: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-wrap .faq-arrow.open {
  transform: rotate(180deg);
}
.faq-wrap .faq-answer-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.faq-wrap .faq-answer-wrapper.open {
  max-height: 1000px;
  opacity: 1;
}
.faq-wrap .faq-answer-content {
  padding: 1rem 1.5rem 1.25rem;
}
.faq-wrap .faq-answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.faq-wrap .faq-answer-text {
  color: #374151;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}
/* =============
   お問い合わせ
============= */
.LC_Page_Contact #contact-faq{
  margin-bottom: 8rem;
}
.LC_Page_Contact #undercolumn_contact #raku2_contact_product{
  display: none;
}
/* =============
   プライバシーポリシー
============= */
.LC_Page_Guide_Privacy #main_column {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.policy-wrap h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
}
.policy-wrap h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.policy-wrap p {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
.policy-wrap ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.policy-wrap ul li {
  list-style-type: disc;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
.policy-wrap .policy-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.policy-wrap .policy-table th,
.policy-wrap .policy-table td {
  padding: 0.8rem 1rem;
  text-align: left;
  line-height: 1.8;
}
.policy-wrap .policy-table th {
  font-weight: normal;
  width: 200px;
  white-space: nowrap;
}
/* =============
   利用規約
============= */
.terms-wrap h2.chapter {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
}
.terms-wrap h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.terms-wrap p {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
.terms-wrap ol {
  padding-left: 0;
  list-style: none;
  counter-reset: terms-count;
}
.terms-wrap ol li {
  display: flex;
  counter-increment: terms-count;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.terms-wrap ol li::before {
  content: "（" counter(terms-count) "）";
  flex-shrink: 0;
  margin-right: 0.5em;
}
/* =============
   会社概要
============= */
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.company-table th,
.company-table td {
  padding: 0.8rem 1rem;
  text-align: left;
  line-height: 1.8;
}
.company-table th {
  font-weight: normal;
  width: 200px;
  white-space: nowrap;
}
/* =============
   特定商取引法
============= */
.order-wrap #main_column {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.order-wrap .order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.order-wrap .order-table th,
.order-wrap .order-table td {
  padding: 0.8rem 1rem;
  text-align: left;
  line-height: 1.8;
}
.order-wrap .order-table th {
  font-weight: normal;
  width: 200px;
  white-space: nowrap;
}
.order-wrap #undercolumn_order table th {
  font-weight: normal;
  width: 200px;
  white-space: nowrap;
}
.order-table a {
  text-decoration: underline;
}