@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Noto+Serif+JP:wght@300;400&display=swap');
:root{--lc-mauve:#c4b8c8;--lc-mauve-deep:#9e8fa8;--lc-ink:#2d2530;--lc-cream:#f7f4f0;}
body{font-family:'Noto Serif JP',serif;background:#fff;color:#2d2530;}
.lc-wrap{max-width:1100px;margin:0 auto;padding:0 24px;}
.lc-slideshow-wrap{width:100%;overflow:hidden;line-height:0;}
.lc-slideshow-wrap .bx-wrapper{max-width:100%!important;margin:0!important;border:none!important;box-shadow:none!important;background:transparent!important;}
.lc-slideshow-wrap img{width:100%;aspect-ratio:25/12;height:auto;max-height:560px;object-fit:cover;display:block;}
.lc-slideshow-wrap a{display:block;}
.lc-appeal{background:#fff;border-bottom:1px solid #ede8f0;padding:40px 0;}
.lc-appeal-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
.lc-appeal-text{flex:1;min-width:240px;}
.lc-appeal-title{font-family:'Cormorant Garamond','Noto Serif JP',serif;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:300;line-height:1.4;color:var(--lc-ink);margin-bottom:10px;}
.lc-appeal-sub{font-size:0.85rem;line-height:1.9;color:#6b5f72;letter-spacing:0.03em;}
.lc-appeal-btns{display:flex;gap:12px;flew-wrap:wrap;flex-shrink:0;}
.lc-btn{display:inline-block;padding:13px 30px;font-family:'Noto Serif JP',serif;font-size:0.85rem;letter-spacing:0.1em;text-decoration:none;border-radius:2px;transition:all 0.3s;}
.lc-btn-dark{background:var(--lc-ink);color:#fff;border:1px solid var(--lc-ink);}
.lc-btn-dark:hover{background:var(--lc-mauve-deep);border-color:var(--lc-mauve-deep);}
.lc-btn-ghost{background:transparent;color:var(--lc-ink);border:1px solid var(--lc-ink);}
.lc-btn-ghost:hover{background:var(--lc-ink);color:#fff;}
.lc-btn-outline{background:transparent;color:var(--lc-ink);border:1px solid var(--lc-mauve-deep);padding:13px 36px;}
.lc-btn-outline:hover{background:var(--lc-mauve-deep);color:#fff;}
.lc-eyebrow{font-family:'Cinzel',serif;font-size:0.65rem;letter-spacing:0.3em;color:var(--lc-mauve-deep);margin-bottom:12px;display:block;}
.lc-eyebrow-light{color:var(--lc-mauve);}
.lc-title{font-family:'Cormorant Garamond','Noto Serif JP',serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:300;line-height:1.5;margin-bottom:24px;color:var(--lc-ink);}
.lc-scenes{padding:64px 0;background:var(--lc-cream);text-align:center;}
.lc-scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;}
.lc-scene-card{background:#fff;padding:28px 16px;border-radius:4px;border:1px solid #ede8f0;transition:box-shadow 0.3s,transform 0.3s;}
.lc-scene-card:hover{box-shadow:0 8px 28px rgba(156,140,168,0.2);transform:translateY(-3px);}
.lc-scene-icon{font-size:1.9rem;margin-bottom:14px;}
.lc-scene-photo{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:6px;margin-bottom:14px;}
.lc-scene-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.lc-has-photo{padding-top:16px;}

.lc-scene-card h3{font-family:'Noto Serif JP',serif;font-size:0.9rem;font-weight:400;letter-spacing:0.08em;margin-bottom:8px;color:var(--lc-ink);}
.lc-scene-card p{font-size:0.75rem;line-height:1.7;color:#6b5f72;}
.lc-items{background:#fff;}
.lc-items{padding:40px 0;}
.lc-items .lc-scene-grid{grid-template-columns:repeat(6,1fr);gap:10px;margin-top:24px;}
.lc-items .lc-scene-card{padding:14px 6px;border-radius:3px;}
.lc-items .lc-scene-card:hover{transform:translateY(-2px);}
.lc-items .lc-scene-icon{font-size:1.2rem;margin-bottom:6px;}
.lc-items .lc-scene-card h3{font-size:0.7rem;margin-bottom:0;letter-spacing:0.02em;}
.lc-items .lc-scene-card p{display:none;}
.lc-items .lc-scene-card{display:flex;align-items:center;justify-content:center;min-height:90px;}
.lc-items .lc-scene-card h3{font-weight:700;font-size:0.95rem;letter-spacing:0.05em;}

.lc-items .lc-title{margin-bottom:10px;}
@media(max-width:768px){
.lc-items .lc-scene-grid{grid-template-columns:repeat(3,1fr);gap:8px;}
}
@media(max-width:480px){
.lc-items .lc-scene-grid{grid-template-columns:repeat(3,1fr);gap:6px;}
.lc-items .lc-scene-card{padding:10px 4px;}
.lc-items .lc-scene-icon{font-size:1rem;margin-bottom:4px;}
.lc-items .lc-scene-card h3{font-size:0.62rem;}
}

.lc-info-wrap{background:#fff;padding:48px 0;}
.lc-info{max-width:1100px;margin:0 auto;padding:24px 32px;font-size:1.3rem;line-height:2;border-left:4px solid var(--lc-mauve);}
.lc-message{padding:32px 0;background:#fff;text-align:center;}
.lc-message .lc-title{font-size:1rem!important;font-weight:normal;line-height:1.9;letter-spacing:0.05em;margin-bottom:12px;}
.lc-message .lc-wrap{max-width:640px;margin:0 auto;}
.lc-body{font-size:0.82rem;line-height:2;color:#5a5060;max-width:560px;margin:0 auto;}
.lc-products{padding:64px 0;background:var(--lc-cream);text-align:center;}
.lc-products-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px;margin-top:36px;text-align:left;}
.lc-products-grid .prd_lst_unit,.lc-products-grid .prd_lst_unit_s{width:100%!important;float:none!important;box-sizing:border-box;}
.lc-products-grid .prd_lst_img{width:100%!important;height:200px!important;object-fit:cover;display:block;}
.lc-products-grid .prd_lst_name,.lc-products-grid .prd_lst_price{display:block;font-size:0.85em;padding:2px 0;}
.lc-free{padding:40px 24px;max-width:1100px;margin:0 auto;}
.lc-remake{background:var(--lc-ink);color:#e8e0ec;padding:64px 0;}
.lc-remake-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.lc-remake-title{font-family:'Cormorant Garamond','Noto Serif JP',serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;line-height:1.5;margin-bottom:20px;color:#f0eaf4;}
.lc-checklist{list-style:none;padding:0;margin-bottom:28px;}
.lc-checklist li{font-size:0.88rem;padding:10px 0;border-bottom:1px solid rgba(196,184,200,0.2);letter-spacing:0.05em;color:#ddd5e0;}
.lc-deco-box{border:2px solid #c9a96e;padding:48px 32px;text-align:center;border-radius:4px;display:block;box-shadow:0 0 16px rgba(201,169,110,0.25);transition:box-shadow 0.3s,border-color 0.3s;}.lc-deco-box:hover{box-shadow:0 0 28px rgba(201,169,110,0.5);border-color:#e0c080;}
.lc-deco-symbol{font-size:2rem;color:var(--lc-mauve);display:block;margin-bottom:16px;}
.lc-remake-cta{margin-top:12px;font-size:0.85em;letter-spacing:0.08em;color:#c9a96e;font-style:italic;text-decoration:underline;text-underline-offset:3px;}
.lc-seo{display:none!important;}

/* ===== FOOTER オテゴリー大きく表示 ===== */
#footer.layout_footer{background:#f7f4f0;padding:48px 0;}
#footer .footer_nav.clearfix{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;}
#footer .category_lst.footer_section{flex:1;min-width:220px;}
#footer .category_lst .footer_section_title{font-family:'Noto Serif JP',serif;font-size:1.1rem;font-weight:400;letter-spacing:0.1em;color:var(--lc-ink);border-bottom:2px solid var(--lc-mauve);padding-bottom:10px;margin-bottom:16px;}
#footer .category_lst ul{list-style:none;padding:0;}
#footer .category_lst ul li{padding:6px 0;border-bottom:1px solid #ede8f0;}
#footer .category_lst ul li a{font-size:0.95rem;color:var(--lc-ink);text-decoration:none;letter-spacing:0.05em;transition:color 0.2s;}
#footer .category_lst ul li a:hover{color:var(--lc-mauve-deep);}
#footer .category_lst .prd_lst_unit{display:flex;gap:10px;align-items:center;padding:6px 0;border-bottom:1px solid #ede8f0;}
#footer .category_lst .prd_lst_img{width:60px!important;height:60px!important;object-fit:cover;}
#footer .category_lst .prd_lst_name{font-size:0.88rem;}
#footer .footer_nav:not(.clearfix){max-width:1100px;margin:16px auto 0;padding:16px 24px 0;border-top:1px solid #ede8f0;font-size:0.8rem;}
#footer .footer_nav:not(.clearfix) a{color:#6b5f72;text-decoration:none;margin-right:12px;}
#footer .copyright{max-width:1100px;margin:16px auto 0;padding:0 24px;font-size:0.75rem;color:#9e8fa8;display:block;}

/* ===== FOLLOW US sns ===== */
.follow_area,.sns_area{text-align:center;padding:24px 0;background:#fff;border-top:1px solid #ede8f0;}
.follow_area a,.sns_area a{margin:0 10px;}

@media(max-width:768px){
  .lc-appeal-inner{flex-direction:column;align-items:flex-start;gap:20px;}
  .lc-remake-inner{grid-template-columns:1fr;}
  .lc-remake-deco{display:none;}
  .lc-scene-grid{grid-template-columns:repeat(3,1fr);}
  .lc-products-grid{grid-template-columns:repeat(2,1fr)!important;}
  .lc-slideshow-wrap img{max-height:320px;}
  .lc-info{font-size:1rem;}
  #footer .footer_nav.clearfix{flex-direction:column;gap:24px;}
}
@media(max-width:480px){
  .lc-scene-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .lc-scene-card{padding:20px 10px;}
}