﻿/* ===== ENCYCLOPEDIA PAGE ===== */
.ency-body{background:#FDFCF8}
.ency{
  display:flex;
  padding:100px 0 0;min-height:100vh;
}
.ency-side{
  flex:0 0 88px;background:#EBB94D;
  display:flex;flex-direction:column;align-items:center;
  padding:32px 12px 28px;border-radius:4px 0 0 4px;
}
.ency-side-title{
  writing-mode:vertical-rl;font-family:var(--serif);
  font-size:50px;font-weight:600;letter-spacing:.2em;
  color:#1C1A17;line-height:1;margin-bottom:32px;
}
.ency-side-tag{
  writing-mode:vertical-rl;font-size:10px;font-weight:300;
  letter-spacing:.14em;color:#4A4540;line-height:2;margin-bottom:auto;
}
.ency-side-plant{width:100%;margin-top:24px;opacity:.7}

.ency-main{flex:1;background:#FDFCF8}
.ency-main-container{background:#FFFBF5;padding:0;width:100%}

.ency-header{
  position:relative;width:100%;
}
.ency-header-desktop{
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
}
.ency-header-sp{
  display:none;width:100%;line-height:0;
}
.ency-header-sp img{
  width:100%;height:auto;display:block;
}
.ency-header-text{
  position:absolute;z-index:2;left:10%;top:40%;
}
.ency-header-illus{position:relative;width:100%;line-height:0}
.ency-eyebrow{font-size:11px;letter-spacing:.1em;color:#9A928A;margin-bottom:10px}
.ency-title{
  font-family:var(--serif);font-size:clamp(26px,3.5vw,44px);font-weight:600;
  letter-spacing:.12em;color:#1C1A17;line-height:1.4;margin-bottom:6px;
}
.ency-subtitle{
  font-family:'Petit Formal Script',cursive;font-size:clamp(18px,2.5vw,24px);
  color:#C9A227;margin-bottom:14px;
}
.ency-header-rule{border:none;border-top:1px dotted #D4B86A;margin:0 0 16px;max-width:320px}
.ency-intro{
  font-size:20px;font-weight:600;color:#6B6560;line-height:2.2;letter-spacing:.04em;
}
.ency-intro-narrow{display:none}
.ency-header-illus img{width:100%;height:auto;display:block}
.ency-header-illus::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgb(255 251 245) 100%);
}

/* ===== GUIDE ===== */
.ency-guide{width:100%;max-width:100%;min-width:0;margin:0 auto}
.ency-sec{padding:0;width:100%}
.ency-sec--intro{width:100%}
.ency-guide-pic,
.ency-sec--intro img,
.ency-sec--order img{
  width:100%;max-width:100%;height:auto;display:block;
}
.ency-guide-pic{display:block;width:100%}
.ency-divider{
  height:1px;margin:0 auto;max-width:120px;
  background:linear-gradient(90deg,transparent,#C5D4B8,transparent);
}

/* Four points */
.ency-sec--points{padding:40px}
.ency-sec-heading--points{
  margin-bottom:40px;line-height:1.8;text-align:center;
  align-items:center;display:flex;justify-content:center;
  letter-spacing:4px;font-size:clamp(20px,2.5vw,32px);
  font-weight:600;color:#1C1A17;
}
.ency-sec--points .ency-sec-heading-num{
  font-size:1.75em;font-style:italic;font-weight:400;
  color:#E8B4B6;vertical-align:middle;
}
.ency-points-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,2vw,24px);
}
.ency-point{padding:0 2px;height:100%}
.ency-point-card{
  height:100%;padding:18px 14px 20px;
  background:#fafaf8;border:1px solid rgba(28,26,23,.06);border-radius:14px;
  box-shadow:0 6px 24px rgba(28,26,23,.07);
}
.ency-point-head{
  display:flex;align-items:center;gap:8px;margin-bottom:14px;position:absolute;
}
.ency-point-num{
  flex-shrink:0;font-family:var(--serif);font-size:clamp(36px,4.2vw,52px);
  font-style:italic;font-weight:400;color:#EBC8C8;line-height:.9;
}
.ency-point-q{
  margin:0;padding-top:8px;font-family:var(--serif);
  font-size:clamp(12px,1.15vw,28px);font-weight:600;
  letter-spacing:.04em;color:#1C1A17;line-height:1.55;
}
.ency-point-visual{
  margin-bottom:14px;padding:10px 8px;
  background:#FAFAF8;border-radius:10px;
}
.ency-point-visual img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:1;}
.ency-point-desc{
  margin:0;font-size:clamp(10px,1vw,24px);font-weight:500;
  color:#5C5650;line-height:1.9;letter-spacing:.03em;text-align:left;
  padding-left:20px;padding-right:20px;
}

/* Guide 5 */
.ency-guide5{
  position:relative;width:100%;margin-bottom:56px;
  overflow:hidden;
}
.ency-guide5-desktop{
  position:relative;width:100%;
  aspect-ratio:1656 / 576;
  background:#FDF8F6 url('../image/ency/guide5-bg.png') center / 100% 100% no-repeat;
  overflow:hidden;
}
.ency-guide5-sp{
  display:none;width:100%;line-height:0;
}
.ency-guide5-sp img{
  width:100%;height:auto;display:block;
}
.ency-guide5-wrap{
  position:absolute;inset:0;box-sizing:border-box;
  display:flex;flex-direction:column;justify-content:center;
  padding: 2% 3% 0% 36%;
}
.ency-guide5-title{
  display:flex;align-items:center;justify-content:center;gap:12px;
  flex-shrink:0;width:100%;margin:0 0 5%;
  font-family:var(--serif);font-size:clamp(22px,2.85vw,32px);
  font-weight:600;letter-spacing:.12em;line-height:1.5;color:#4A4540;
  text-align:center;
}
.ency-guide5-title-deco{
  flex-shrink:0;width:32px;height:1px;background:#E8A0A0;position:relative;
}
.ency-guide5-title-deco::before{
  content:'';position:absolute;top:-4px;left:0;
  width:5px;height:5px;border-radius:50%;background:#E8A0A0;
}
.ency-guide5-title-deco--right::before{left:auto;right:0}
.ency-guide5-em{font-style:normal;color:#D48484}
.ency-guide5-row{
  display:flex;align-items:stretch;gap:clamp(8px,2vw,18px);flex:1;min-height:0;
}
.ency-guide5-body{flex:1;min-width:0;padding-top:4px}
.ency-guide5-lead,.ency-guide5-outro{
  margin:0 0 10px;font-size:clamp(16px,1.15vw,20px);font-weight:500;
  color:#5C5650;line-height:1.95;letter-spacing:.05em;
}
.ency-guide5-list{list-style:none;padding:0;margin:0 0 10px}
.ency-guide5-list li{
  position:relative;padding:4px 0 4px 20px;font-size:clamp(12px,1.2vw,14px);
  font-weight:400;color:#4A4540;line-height:1.75;letter-spacing:.06em;
}
.ency-guide5-list li::before{
  content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:9px;height:9px;border-radius:50%;background:#E8B4B6;
}
.ency-guide5-box{
  flex:0 0 clamp(240px,42%,400px);width:clamp(240px,42%,400px);
  min-height:min(220px,38vw);align-self:stretch;
  display:flex;align-items:center;justify-content:center;
  padding:11% 9% 10%;box-sizing:border-box;
  background:url('../image/ency/guide5-textbox.png') center / 100% 100% no-repeat;
}
.ency-guide5-box-text{
  margin:0;font-family:var(--serif);font-size:clamp(11px,1.2vw,16px);
  font-weight:500;letter-spacing:.06em;line-height:2.1;color:#6B5A58;text-align:center;
}

/* Carousel */
.ency-carousel{margin-bottom:56px}
.ency-carousel-layout{
  display:flex;align-items:center;gap:clamp(24px,4vw,48px);padding:40px;
}
.ency-carousel-left{flex:0 0 min(42%,320px)}
.ency-carousel-viewport{overflow:hidden}
.ency-carousel-track{
  display:flex;transition:transform .65s cubic-bezier(.4,0,.2,1);will-change:transform;
}
.ency-carousel-slide{flex:0 0 100%;display:flex;justify-content:center}
.ency-carousel-card{
  display:block;width:100%;padding:0;border:none;background:transparent;
  cursor:zoom-in;border-radius:14px;
  transition:transform .35s,box-shadow .35s;
}
.ency-carousel-card:hover{transform:translateY(-3px)}
.ency-carousel-img{
  display:block;width:100%;height:auto;max-height:400px;object-fit:contain;
  border-radius:14px;box-shadow:0 10px 36px rgba(28,26,23,.1);
  background:#FFFBF5;
}
.ency-carousel-copy{flex:1;min-width:0;padding:8px 0}
.ency-carousel-line{
  margin:0 0 1.15em;font-family:var(--sans);font-size:clamp(13px,1.35vw,18px);
  font-weight:500;line-height:2.1;letter-spacing:.06em;color:#6B6560;
}
.ency-carousel-line:last-child{margin-bottom:0}
.ency-carousel-line--accent{color:#C4923A;font-weight:600}
.ency-carousel-line--strong{
  font-family:var(--serif);font-size:clamp(15px,1.6vw,18px);font-weight:600;
  color:#1C1A17;letter-spacing:.08em;line-height:1.85;
}
.ency-carousel-dots{
  display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;
}
.ency-carousel-dot{
  width:8px;height:8px;padding:0;border:none;border-radius:50%;
  background:#D8D0C4;cursor:pointer;
  transition:transform .25s,background .25s;
}
.ency-carousel-dot.is-active{background:#EBB94D;transform:scale(1.35)}
.ency-carousel-dot:hover:not(.is-active){background:#C9A86A}

/* Summary */
.ency-summary-section{
  padding:clamp(48px,6vw,64px) clamp(72px,8vw,96px) clamp(48px,6vw,64px) 80px;
  overflow:visible;
}
.ency-summary{
  position:relative;display:flex;align-items:center;gap:clamp(16px,3vw,28px);
  padding:0 clamp(240px,30vw,320px) 0 clamp(20px,3vw,32px);margin-bottom:40px;
  background:#FDFCF8;border:none;border-radius:16px;
  overflow:visible;min-height:min(160px,28vw);
}
.ency-summary::before{
  content:'';position:absolute;inset:0;z-index:1;pointer-events:none;
  border:2px solid #EBB94D;border-radius:16px;
}
.ency-summary-icon{
  position:relative;z-index:2;
  flex-shrink:0;width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;
  background:#EBB94D;border-radius:50%;color:#1C1A17;
}
.ency-summary-icon svg{width:28px;height:28px}
.ency-summary-text{position:relative;z-index:2;flex:1;padding:clamp(20px,3vw,28px) 0}
.ency-summary-title{
  font-family:var(--serif);font-size:clamp(16px,1.8vw,20px);font-weight:600;
  letter-spacing:.08em;color:#1C1A17;margin-bottom:12px;
}
.ency-summary-title em{font-style:normal;color:#C4923A}
.ency-summary-desc{
  margin:0;font-size:clamp(11px,1.1vw,13px);font-weight:400;
  color:#1C1A17;line-height:2.15;letter-spacing:.04em;
}
.ency-summary-highlight{border-bottom:2px solid #EBB94D;padding-bottom:2px}
.ency-summary-illus{
  position:absolute;z-index:3;pointer-events:none;line-height:0;
  right:0;bottom:1px;max-width:36%;
}
.ency-summary-illus img{width:100%;height:auto;display:block;object-fit:contain}

.ency-save{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:24px;font-weight:500;color:#9A928A;letter-spacing:.06em;
  margin-bottom:48px;
}
.ency-save svg{width:24px;height:24px;color:#EBB94D}

.ency-cta{
  display:flex;align-items:center;justify-content:center;gap:24px;
  flex-wrap:wrap;margin-bottom:40px;
}
.ency-cta-btn{
  display:inline-flex;padding:12px 32px;border-radius:999px;
  background:#EBB94D;color:var(--white);font-size:11px;letter-spacing:.1em;
  text-decoration:none;transition:filter .25s;
}
.ency-cta-btn:hover{filter:brightness(1.06)}
.ency-cta-link{
  font-size:11px;color:#9A8578;letter-spacing:.08em;
  border-bottom:1px solid rgba(154,133,120,.4);padding-bottom:2px;
  text-decoration:none;
}
.ency-cta-link:hover{color:var(--warm-dark)}

/* Lightbox */
.ency-lightbox{
  position:fixed;inset:0;z-index:10000;
  display:flex;align-items:center;justify-content:center;padding:24px;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .35s,visibility .35s;
}
.ency-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}
.ency-lightbox-backdrop{
  position:absolute;inset:0;border:none;background:rgba(28,26,23,.82);
  cursor:pointer;
}
.ency-lightbox-dialog{
  position:relative;z-index:1;width:min(92vw,920px);
  transform:scale(.92);transition:transform .35s cubic-bezier(.4,0,.2,1);
}
.ency-lightbox.is-open .ency-lightbox-dialog{transform:scale(1)}
.ency-lightbox-nav{
  position:absolute;top:50%;z-index:3;
  width:44px;height:44px;padding:0;border:none;border-radius:50%;
  background:rgba(255,251,245,.94);color:#5C5650;
  font-size:28px;line-height:1;cursor:pointer;
  box-shadow:0 4px 16px rgba(28,26,23,.15);
  transform:translateY(-50%);
  transition:background .25s,color .25s,transform .25s;
}
.ency-lightbox-nav:hover{background:#EBB94D;color:var(--white)}
.ency-lightbox-prev{left:-56px}
.ency-lightbox-next{right:-56px}
.ency-lightbox-close{
  position:absolute;top:-12px;right:-12px;z-index:2;
  width:36px;height:36px;border:none;border-radius:50%;
  background:#FFFBF5;color:#5C5650;font-size:22px;line-height:1;
  cursor:pointer;box-shadow:0 4px 16px rgba(28,26,23,.15);
  transition:background .25s,color .25s;
}
.ency-lightbox-close:hover{background:#EBB94D;color:var(--white)}
.ency-lightbox-figure{margin:0}
.ency-lightbox-stage{
  overflow:hidden;display:flex;align-items:center;justify-content:center;
  max-height:min(85vh,720px);border-radius:12px;background:#F5F0E8;
  box-shadow:0 16px 48px rgba(28,26,23,.25);
}
.ency-lightbox-img{
  display:block;max-width:100%;max-height:min(85vh,720px);height:auto;
  object-fit:contain;transform-origin:center center;
  transition:transform .12s ease-out;will-change:transform;
}
.ency-lightbox-caption{
  margin-top:14px;text-align:center;
  font-family:var(--serif);font-size:15px;letter-spacing:.12em;color:#F7F3EE;
}

@media(max-width:900px){
  .ency{flex-direction:column;padding:88px 20px 64px}
  .ency-side{
    flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;
    gap:16px;padding:20px 24px;border-radius:4px 4px 0 0;
  }
  .ency-side-title,.ency-side-tag{writing-mode:horizontal-tb}
  .ency-side-title{font-size:20px;margin-bottom:0}
  .ency-side-tag{margin-bottom:0}
  .ency-side-plant{display:none}
  .ency-main{padding:40px 0 80px;border-left:1px solid #E8E0D4;border-radius:0 0 4px 4px}
  .ency-sec--points{padding:40px 28px}
  .ency-header{flex-direction:column;align-items:center;text-align:center}
  .ency-header-desktop{flex-direction:column;align-items:center;width:100%}
  .ency-header-text{
    position:relative;left:auto;top:auto;
    width:100%;padding:24px 28px 12px;box-sizing:border-box;
    text-align:center;
  }
  .ency-header-rule{margin-left:auto;margin-right:auto}
  .ency-intro{font-size:clamp(13px,3.2vw,17px);line-height:2}
  .ency-intro-wide{display:none}
  .ency-intro-narrow{display:inline}
  .ency-points-grid{grid-template-columns:repeat(2,1fr)}
  .ency-point-head{position:relative}
  .ency-guide5-desktop{aspect-ratio:auto;min-height:420px;background-size:cover}
  .ency-guide5-wrap{position:relative;padding:32px 24px 28px}
  .ency-guide5-title{white-space:normal;margin-bottom:20px}
  .ency-guide5-row{flex-direction:column;align-items:stretch}
  .ency-guide5-box{
    flex:none;width:min(100%,360px);max-width:360px;
    min-height:240px;margin:0 auto;
  }
  .ency-carousel-layout{flex-direction:column;align-items:stretch;gap:28px;padding:32px 24px}
  .ency-carousel-left{flex:none;width:100%;max-width:320px;margin:0 auto}
  .ency-carousel-copy{padding:0 4px}
  .ency-lightbox{padding:16px}
  .ency-lightbox-prev{left:8px}
  .ency-lightbox-next{right:8px}
  .ency-lightbox-close{top:8px;right:8px}
  .ency-summary-section{padding:clamp(36px,8vw,48px) 24px clamp(32px,6vw,40px)}
  .ency-summary{
    flex-direction:column;align-items:flex-start;text-align:left;
    padding:24px 24px clamp(80px,22vw,100px);
  }
  .ency-summary-text{padding:0;width:100%}
  .ency-summary-illus{
    right:clamp(-10px,-3vw,-4px);bottom:clamp(-12px,-3vw,-6px);
    width:clamp(200px,52vw,260px);max-width:72%;
  }
}
@media(max-width:560px){
  .ency-header-desktop{display:none}
  .ency-header-sp{display:block}

  .ency{padding:72px 0px 48px}
  .ency-side{
    display: none;
    gap:12px;padding:16px 18px;
  }
  .ency-side-title{font-size:17px;letter-spacing:.14em}
  .ency-side-tag{font-size:9px;line-height:1.8}
  .ency-main{padding:0 0 56px}
  .ency-sec--points{padding:28px 16px}
  .ency-sec-heading--points{
    margin-bottom:24px;font-size:clamp(16px,4.4vw,19px);
    letter-spacing:2px;line-height:1.75;
  }
  .ency-sec--points .ency-sec-heading-num{font-size:1.6em}
  .ency-points-grid{grid-template-columns: 1fr;
    gap: 4px;}
  .ency-point{padding:0}
  .ency-point-card{padding:16px 14px 18px;border-radius:12px}
  .ency-point-num{font-size:clamp(32px,9vw,40px)}
  .ency-point-q{font-size:clamp(14px,3.8vw,16px);line-height:1.5}
  .ency-point-visual{margin-bottom:12px;padding:8px 6px}
  .ency-point-desc{
    font-size:12px;line-height:1.85;
    padding-left:8px;padding-right:8px;
  }
  .ency-guide5{margin-bottom:40px}
  .ency-guide5-desktop{display:none}
  .ency-guide5-sp{display:block}
  .ency-carousel{margin-bottom:40px}
  .ency-carousel-layout{padding:24px 16px;gap:22px}
  .ency-carousel-left{max-width:100%}
  .ency-carousel-img{max-height:min(72vw,320px)}
  .ency-carousel-line{font-size:9px;line-height:1.95;margin-bottom:1em}
  .ency-carousel-line--strong{font-size:14px}
  .ency-carousel-dots{margin-top:14px;gap:8px}
  .ency-summary-section{padding:32px 16px 28px}
  .ency-summary{
    padding:18px 18px clamp(72px,20vw,88px);
    border-radius:12px;min-height:0;
  }
  .ency-summary-icon{width:48px;height:48px}
  .ency-summary-icon svg{width:24px;height:24px}
  .ency-summary-title{font-size:clamp(15px,4vw,17px);margin-bottom:10px}
  .ency-summary-desc{font-size:11px;line-height:2}
  .ency-summary-illus{
    width:clamp(160px,48vw,220px);max-width:68%;
    right:-4px;bottom:-6px;
  }
  .ency-save{
    font-size:clamp(14px,3.8vw,16px);margin-bottom:28px;gap:6px;
  }
  .ency-save svg{width:18px;height:18px}
  .ency-cta{
    flex-direction:column;gap:14px;margin-bottom:28px;
  }
  .ency-cta-btn{
    width:100%;max-width:280px;justify-content:center;
    padding:14px 24px;font-size:12px;
  }
  .ency-cta-link{font-size:12px}
}
@media(max-width:380px){
  .ency{padding:68px 0px 40px}
  .ency-side-title{font-size:15px}
  .ency-title{font-size:20px}
  .ency-sec-heading--points{font-size:10px}
  .ency-guide5-title{font-size:16px}
}
