@charset "utf-8";
:root {
  --red: #f40009;
  --red-deep: #c80000;
  --red-dark: #7a0000;
  --yellow: #ffcf00;
  --yellow-soft: #ffe67f;
  --black: #161616;
  --text: #2d2d2d;
  --muted: #666;
  --white: #fff;
  --shadow: 0 18px 50px rgba(0,0,0,.14);
  --shadow-soft: 0 14px 32px rgba(0,0,0,.12);
  --container: 1220px;
  --inner: 1080px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;background:linear-gradient(180deg,#3d0002 0%,#8b0000 16%,#f40009 34%,#fcfcfc 34%,#fff 100%);line-height:1.8;letter-spacing:.02em}
a{color:inherit} img{display:block;max-width:100%;height:auto}
.section{padding:100px 20px}.section-shell{position:relative}
.card-grid-3{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}
.reveal.from-left{transform:translateX(-20px)}.reveal.from-right{transform:translateX(20px)}.reveal.from-up{transform:translateY(24px) scale(.99)}.reveal.delay-1{transition-delay:.04s}.reveal.delay-2{transition-delay:.08s}.reveal.is-visible{opacity:1;transform:translate(0,0) scale(1)}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(106,0,9,.18);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}.site-header.is-scrolled{background:rgba(88,0,7,.86);box-shadow:0 10px 26px rgba(0,0,0,.16);border-color:rgba(255,255,255,.18)}
.header-inner{width:min(calc(100% - 32px),var(--container));min-height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.site-logo,.footer-logo{width:220px;flex:0 0 auto}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{text-decoration:none;padding:10px 14px;font-weight:800;font-size:14px;color:#fff}.site-nav a:hover{color:var(--yellow)}.site-nav .cta-link{padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--yellow) 0%,#ffe775 100%);color:var(--red-deep);box-shadow:0 10px 22px rgba(0,0,0,.16)}.menu-toggle{display:none}
.hero{position:relative;overflow:hidden;min-height:960px;padding:36px 20px 110px;background:radial-gradient(circle at 80% 16%,rgba(255,207,0,.16),transparent 20%),linear-gradient(135deg,#b00007 0%,#f40009 48%,#ff3b46 100%)}.hero::before{content:"";position:absolute;left:0;right:0;bottom:0;height:88px;background:#fff;clip-path:polygon(0 62%,100% 0,100% 100%,0 100%)}
.hero-noise{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 22%,transparent 50%,rgba(255,255,255,.04) 72%,transparent 100%);mix-blend-mode:screen;opacity:.38;pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none;animation:heroFloat 8s ease-in-out infinite alternate}.hero-glow-a{width:280px;height:280px;top:100px;right:-40px;background:rgba(255,207,0,.24)}.hero-glow-b{width:220px;height:220px;bottom:130px;right:22%;background:rgba(255,255,255,.12);animation-delay:-2s}
.hero-inner{width:min(100%,var(--container));min-height:760px;margin:0 auto;display:grid;align-items:center}.hero-layout{display:grid;grid-template-columns:minmax(0,560px) minmax(0,1fr);gap:38px;align-items:center}.hero-copy{position:relative;z-index:1;width:100%;padding:48px 38px 40px;border-radius:28px;background:linear-gradient(180deg,rgba(108,0,8,.54) 0%,rgba(123,0,12,.36) 100%);border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow);backdrop-filter:blur(8px)}.hero-visual{position:relative;z-index:1}.hero-visual picture{display:block;border-radius:28px;overflow:hidden;box-shadow:0 24px 56px rgba(0,0,0,.22);border:4px solid rgba(255,255,255,.18)}.hero-visual img{display:block;width:100%;height:auto}.hero-visual::after{content:"";position:absolute;inset:auto 10% -18px 10%;height:28px;background:rgba(0,0,0,.24);filter:blur(18px);z-index:-1;border-radius:999px}
.hero-badge{width:min(92%,250px);margin:0 0 18px;background:rgba(255,255,255,.96);border-radius:14px;padding:10px 14px;box-shadow:var(--shadow-soft)}.hero-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px 14px;border-radius:999px;background:rgba(255,207,0,.94);color:var(--red-deep);font-size:13px;font-weight:900;letter-spacing:.08em}
.hero h1{margin:0;font-size:clamp(46px,6vw,86px);line-height:.98;letter-spacing:-.05em;color:var(--red);text-shadow:0 10px 24px rgba(0,0,0,.26)}.hero h1 span{display:block}.hero h1 span:last-child{color:var(--yellow)}.hero-lead{max-width:34em;margin:26px 0 0;font-size:16px;font-weight:600;color:rgba(255,255,255,.96)}.hero-price{display:inline-block;margin:26px 0 0;padding:15px 18px 13px;background:rgba(255,255,255,.95);border-radius:16px;color:var(--black);font-weight:900;box-shadow:var(--shadow-soft)}.hero-price strong{font-size:1.72em;color:var(--red);letter-spacing:-.05em}.hero-actions{margin-top:28px}
.cta-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:66px;padding:16px 92px 16px 28px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--yellow) 0%,#ffe977 100%);color:var(--red-deep);font-weight:900;text-decoration:none;letter-spacing:.04em;box-shadow:0 18px 34px rgba(0,0,0,.18);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.cta-button::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.55) 46%,transparent 75%);transform:translateX(-120%);animation:shine 3.8s ease-in-out infinite}.cta-button::after{content:"→";position:absolute;right:9px;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,0,0,.22);filter:saturate(1.05)}.cta-button--light{background:#fff;color:var(--red)}
.hero-cards{display:grid;grid-template-columns:repeat(3,92px);gap:14px;margin-top:26px}.hero-cards img{aspect-ratio:5/7;object-fit:contain;background:#fff;border-radius:14px;border:2px solid rgba(255,255,255,.85);box-shadow:0 18px 26px rgba(0,0,0,.22);animation:cardFloat 5.5s ease-in-out infinite;padding:4px}.hero-cards img:nth-child(1){transform:rotate(-7deg) translateY(12px);animation-delay:-.8s}.hero-cards img:nth-child(2){transform:rotate(3deg);animation-delay:-2.2s}.hero-cards img:nth-child(3){transform:rotate(-2deg) translateY(10px);animation-delay:-1.4s}.hero-scroll{position:absolute;right:34px;bottom:92px;z-index:2;color:#fff;font-size:11px;font-weight:900;letter-spacing:.28em;writing-mode:vertical-rl}.hero-scroll::after{content:"";display:block;width:1px;height:74px;margin:12px auto 0;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.12));animation:scrollLine 2s ease-in-out infinite}
.intro-band{padding:0 20px;margin-top:-14px;z-index:2}.intro-grid{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.intro-grid article{background:linear-gradient(180deg,#fff 0%,#fff6f6 100%);border:1px solid rgba(217,15,24,.12);border-radius:26px;padding:28px 26px 26px;box-shadow:var(--shadow-soft)}.intro-grid article strong{display:block;font-size:25px;line-height:1.2;color:var(--red-deep);margin-bottom:10px}
.about,.scene,.voice,.contact{background:#fff}.step,.bundle,.price,.faq,.final-cta{background:linear-gradient(180deg,#fff4f5 0%,#fff 100%)}
.section-head{width:min(100%,var(--inner));margin:0 auto 36px}.section-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:var(--yellow);color:var(--red);font-size:12px;font-weight:900;letter-spacing:.18em;box-shadow:0 8px 18px rgba(255,207,0,.35)}.section-kicker--light{background:rgba(255,255,255,.18);color:var(--yellow);box-shadow:none}.section-head h2{margin:16px 0 0;font-size:clamp(32px,4.2vw,58px);line-height:1.1;color:var(--black);letter-spacing:-.04em}
.about-panel{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:330px 1fr;align-items:stretch;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(217,15,24,.10)}.about-logo{display:grid;place-items:center;padding:32px;background:linear-gradient(180deg,var(--red) 0%,#ff4d56 100%)}.about-logo img{filter:drop-shadow(0 10px 24px rgba(0,0,0,.18));max-width:100%}.about-visual img{background:transparent}.about-text{padding:42px}.about-text p{margin:0 0 14px}.about-text strong{font-size:1.1em;color:var(--black)}.trust-list{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:24px 0 0}.trust-list li{padding:10px 14px;border-radius:999px;background:#fff3c0;color:var(--red);font-weight:800}
.step-grid article,.bundle-grid article,.scene-grid article,.voice-grid blockquote{background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(217,15,24,.10);transition:transform .25s ease,box-shadow .25s ease}.step-grid article:hover,.bundle-grid article:hover,.scene-grid article:hover,.voice-grid blockquote:hover{transform:translateY(-6px);box-shadow:0 20px 34px rgba(0,0,0,.14)}.step-grid article,.scene-grid article{position:relative}.step-grid article::before,.scene-grid article::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:6px;background:linear-gradient(90deg,var(--red) 0%,var(--yellow) 100%)}.step-grid article img,.scene-grid article img{width:100%;aspect-ratio:3/2;object-fit:cover}.step-grid article{padding-bottom:24px}.step-no{margin:18px 22px 4px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.18em}.step-grid h3,.bundle-grid h3,.scene-grid h3{margin:0 22px 10px;font-size:28px;line-height:1.25;color:var(--black);letter-spacing:-.03em}.step-grid article p:last-child,.scene-grid article p{margin:0 22px 24px}
.holder{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,207,0,.24),transparent 28%),linear-gradient(135deg,var(--red-dark) 0%,var(--red) 48%,#ff4d56 100%);color:#fff}.holder::before{content:"";position:absolute;inset:auto -10% 10% auto;width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.holder-inner{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:1fr 1.08fr;gap:34px;align-items:center;position:relative;z-index:1}.holder-copy h2{margin:16px 0 18px;font-size:clamp(34px,4.3vw,60px);line-height:1.05;letter-spacing:-.04em}.holder-copy p{color:rgba(255,255,255,.92)}.holder-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.holder-gallery img{background:rgba(255,255,255,.12);padding:10px;border-radius:22px;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px);box-shadow:var(--shadow-soft);transition:transform .3s ease;width:100%;height:100%;object-fit:contain}.holder-gallery img:hover{transform:translateY(-6px) rotate(-2deg)}.holder-gallery img:first-child{grid-column:1/-1;width:66%;justify-self:center}
.bundle-grid article{padding:32px 26px}.bundle-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#fff3c0;color:var(--red);font-size:13px;font-weight:900}.bundle-grid strong{display:block;margin-top:18px;font-size:46px;line-height:1;color:var(--red);letter-spacing:-.05em}.bundle-grid .is-featured{position:relative;transform:translateY(-10px);background:linear-gradient(180deg,#fff8e1 0%,#fff 100%);border:2px solid rgba(217,15,24,.26)}.bundle-grid .is-featured::after{content:"PICK UP";position:absolute;right:18px;top:18px;padding:5px 10px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:900;letter-spacing:.16em}
.price-panel{width:min(100%,800px);margin:0 auto;background:#fff;border-radius:30px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(217,15,24,.10)}.price-panel table{width:100%;border-collapse:collapse}.price-panel th,.price-panel td{padding:22px 28px;border-bottom:1px solid rgba(22,22,22,.08);font-size:18px}.price-panel th{text-align:left;width:46%;background:rgba(217,15,24,.04)}.price-panel td{text-align:right;font-weight:800}.price-panel strong{font-size:44px;line-height:1;color:var(--red);letter-spacing:-.05em}.price-panel .recommended{background:linear-gradient(90deg,#fff8d2 0%,#fff 100%)}.price-panel .recommended span{display:inline-flex;align-items:center;margin-left:10px;padding:4px 8px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:900}.price-note{margin:0;padding:18px 24px;text-align:center;color:var(--muted);background:#fffaf0}
.voice-grid blockquote{position:relative;margin:0;padding:34px 28px}.voice-grid blockquote::before{content:"“";position:absolute;left:16px;top:14px;font-size:68px;line-height:1;color:var(--yellow-soft)}.voice-grid cite{display:block;margin-top:18px;font-style:normal;font-weight:900;color:var(--red)}
.faq-list{width:min(100%,940px);margin:0 auto;display:grid;gap:14px}.faq-list details{background:#fff;border-radius:18px;overflow:hidden;border:1px solid rgba(217,15,24,.10);box-shadow:var(--shadow-soft)}.faq-list summary{list-style:none;cursor:pointer;position:relative;padding:20px 56px 20px 22px;font-weight:900}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"＋";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--red)}.faq-list details[open] summary::after{content:"－"}.faq-list p{margin:0;padding:0 22px 22px;color:var(--muted)}
.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--red-deep) 0%,var(--red) 54%,#ff4650 100%)}.final-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,207,0,.24),transparent 28%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.08) 100%)}.final-cta-inner{position:relative;z-index:1;width:min(100%,980px);margin:0 auto;padding:54px 28px;border-radius:30px;background:rgba(255,255,255,.96);text-align:center;box-shadow:var(--shadow)}.final-logo{width:min(250px,80%);margin:0 auto 20px}.final-cta h2{margin:0;font-size:clamp(34px,4.4vw,60px);line-height:1.06;letter-spacing:-.04em;color:var(--black)}.final-cta p{max-width:38em;margin:16px auto 0}.final-cta .cta-button{margin-top:28px}
.contact-grid{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:24px}.contact-card,.contact-form{background:#fff;border-radius:28px;border:1px solid rgba(217,15,24,.10);box-shadow:var(--shadow-soft)}.contact-card{padding:30px}.contact-card h3{margin-top:0;color:var(--black);font-size:26px;line-height:1.25}.contact-form{padding:30px;display:grid;gap:14px}.contact-form label{display:grid;gap:8px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(22,22,22,.14);font:inherit;background:#fffdfd}.contact-form .cta-button{cursor:pointer;justify-self:start}
.site-footer{padding:0 20px 28px;background:linear-gradient(180deg,#ffffff 0%,#fff0f1 100%)}.footer-inner{width:min(100%,var(--container));margin:0 auto;padding:28px 0 0;border-top:1px solid rgba(22,22,22,.08);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.page-top{text-decoration:none;padding:12px 16px;border-radius:999px;background:var(--red);color:#fff;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.12)}.page-top:hover{background:var(--red-deep)}
@keyframes heroFloat{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-18px,0)}}
@keyframes cardFloat{0%,100%{translate:0 0}50%{translate:0 -8px}}
@keyframes scrollLine{0%{opacity:.2;transform:scaleY(.25);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}100%{opacity:.2;transform:scaleY(.25);transform-origin:bottom}}
@keyframes shine{0%{transform:translateX(-120%)}50%,100%{transform:translateX(135%)}}
@media (max-width:1023px){.card-grid-3,.intro-grid{grid-template-columns:1fr}.hero{min-height:840px}.hero-inner{min-height:640px}.hero-layout,.about-panel,.holder-inner,.contact-grid{grid-template-columns:1fr}.holder-gallery img:first-child{width:100%}.hero-cards{grid-template-columns:repeat(3,84px)}}
@media (max-width:767px){.section{padding:72px 16px}.site-header{background:rgba(88,0,7,.82)}.header-inner{width:calc(100% - 24px);min-height:66px}.site-logo,.footer-logo{width:180px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;min-height:40px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-weight:900}.site-nav{position:absolute;top:66px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border-radius:18px;background:rgba(84,0,8,.96);box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:12px 14px}.site-nav .cta-link{text-align:center}.hero{min-height:760px;padding:18px 16px 74px;background:radial-gradient(circle at 80% 16%,rgba(255,207,0,.16),transparent 20%),linear-gradient(180deg,rgba(122,0,6,.92) 0%,rgba(196,0,0,.88) 38%,rgba(244,0,9,.95) 100%)}.hero-inner{min-height:590px}.hero-layout{grid-template-columns:1fr;gap:20px}.hero-copy{width:100%;padding:28px 22px 24px;border-radius:22px}.hero-visual picture{border-radius:22px}.hero h1{font-size:clamp(38px,11vw,58px)}.hero-price strong{font-size:1.46em}.hero-cards{grid-template-columns:repeat(3,66px);gap:10px}.hero-scroll{right:14px;bottom:80px}.section-head h2{font-size:clamp(28px,8vw,40px)}.step-grid h3,.bundle-grid h3,.scene-grid h3,.contact-card h3{font-size:24px}.price-panel th,.price-panel td{padding:16px;font-size:16px}.price-panel strong{font-size:34px}.contact-form .cta-button{width:100%;justify-self:stretch}}


/* header poster update */
.hero.hero-poster{min-height:auto;padding:32px 20px 96px;background:radial-gradient(circle at 82% 14%,rgba(255,207,0,.18),transparent 20%),linear-gradient(135deg,#a40006 0%,#f40009 52%,#ff3e46 100%)}
.hero.hero-poster::before{height:72px;clip-path:polygon(0 72%,100% 0,100% 100%,0 100%)}
.hero.hero-poster .hero-inner{width:min(100%,1280px);min-height:auto}
.hero-poster-wrap{position:relative;z-index:2;display:grid;gap:24px}
.hero-poster-link,.hero-poster-visual{display:block}
.hero-poster-visual{border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.25);border:4px solid rgba(255,255,255,.18);background:#b80008}
.hero-poster-visual img{width:100%;height:auto;display:block}
.hero-poster-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.hero-poster-actions .cta-button{min-width:320px}
.hero-poster-note{margin:0;color:#fff;font-weight:800;font-size:15px;letter-spacing:.03em;text-shadow:0 4px 12px rgba(0,0,0,.16)}
.hero.hero-poster .hero-noise{opacity:.26}
@media (max-width:1023px){
  .hero.hero-poster{padding-bottom:86px}
  .hero-poster-actions{justify-content:center;text-align:center}
}
@media (max-width:767px){
  .hero.hero-poster{padding:16px 16px 74px}
  .hero-poster-visual{border-radius:22px}
  .hero-poster-actions{gap:14px}
  .hero-poster-actions .cta-button{width:100%;min-width:0}
  .hero-poster-note{font-size:13px;line-height:1.7;text-align:center}
}


/* PhotoGoods logo + sports-club inspired styling (best-effort) */
.site-logo,.footer-logo{width:auto;display:inline-flex;align-items:flex-start;gap:2px;flex-direction:column;text-decoration:none}
.site-logo-text .logo-main,.footer-logo-text .logo-main{font-size:34px;line-height:1;font-weight:900;font-style:italic;letter-spacing:-.05em}
.site-logo-text .logo-sub,.footer-logo-text .logo-sub{font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.18em}
.site-logo-text{color:#fff;text-shadow:0 8px 18px rgba(0,0,0,.16)}
.footer-logo-text{color:var(--red)}
.site-logo-text:hover .logo-main{transform:translateY(-1px)}
.site-logo-text .logo-main,.footer-logo-text .logo-main{transition:transform .25s ease}
.site-nav a{position:relative;font-size:13px;letter-spacing:.1em;text-transform:uppercase}
.site-nav a:not(.cta-link)::after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;border-radius:999px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
.site-nav a:hover::after{transform:scaleX(1)}
.section-head{width:min(100%,var(--inner));margin:0 auto 32px;padding-left:20px;position:relative}
.section-head::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:6px;border-radius:999px;background:linear-gradient(180deg,var(--red) 0%,var(--yellow) 100%)}
.section-kicker{font-size:12px;letter-spacing:.26em;font-weight:900;font-style:italic;color:var(--red);padding:0;background:none;box-shadow:none}
.section-head h2{margin-top:10px;font-size:clamp(34px,4.5vw,62px);font-weight:900;letter-spacing:-.06em;line-height:1.04}
.intro-band{padding:22px 20px 8px}
.intro-grid{width:min(100%,var(--inner));margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.intro-card{position:relative;padding:22px 22px 20px 84px;background:#fff;border:1px solid rgba(217,15,24,.10);border-radius:24px;box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}
.intro-card:hover{transform:translateY(-6px);box-shadow:0 22px 36px rgba(0,0,0,.14)}
.intro-card::before{content:"";position:absolute;left:22px;top:22px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--red) 0%,#ff5d57 100%);box-shadow:0 10px 20px rgba(244,0,9,.22)}
.intro-card::after{position:absolute;left:22px;top:22px;width:44px;height:44px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:14px;letter-spacing:.08em}
.intro-card-1::after{content:"01"}
.intro-card-2::after{content:"02"}
.intro-card-3::after{content:"03"}
.intro-grid article strong{display:block;margin-bottom:6px;font-size:24px;line-height:1.2;letter-spacing:-.04em;color:var(--black)}
.intro-grid article p{margin:0;color:var(--muted)}
.about-panel,.price-panel,.final-cta-inner,.contact-card,.contact-form,.step-grid article,.scene-grid article,.bundle-grid article,.voice-grid blockquote{border-radius:26px}
.step-no{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff3c0;color:var(--red);font-size:11px;letter-spacing:.16em;margin:18px 22px 8px;box-shadow:0 8px 18px rgba(255,207,0,.18)}
.step-grid h3,.bundle-grid h3,.scene-grid h3,.contact-card h3{font-size:30px;font-weight:900;letter-spacing:-.05em}
.trust-list li{position:relative;padding-left:36px;background:#fffaf0}
.trust-list li::before{content:"＋";position:absolute;left:14px;top:50%;transform:translateY(-52%);font-weight:900;color:var(--red)}
.bundle-tag{background:#111;color:#fff;letter-spacing:.08em;text-transform:uppercase}
.bundle-grid article{position:relative;overflow:hidden}
.bundle-grid article::before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--red),var(--yellow))}
.voice-grid blockquote{padding-top:42px}
.faq-list summary{font-size:17px;line-height:1.5}
.hero.hero-poster{padding-top:26px;padding-bottom:82px}
.hero-poster-wrap{gap:0}
.hero-poster-visual{border-radius:30px;box-shadow:0 34px 70px rgba(0,0,0,.22)}
.hero.hero-poster .hero-scroll{bottom:68px}
.final-cta h2{font-weight:900;letter-spacing:-.05em}
@media (max-width:1023px){.intro-grid{grid-template-columns:1fr}.site-logo-text .logo-main,.footer-logo-text .logo-main{font-size:30px}}
@media (max-width:767px){.site-logo-text .logo-main,.footer-logo-text .logo-main{font-size:26px}.site-logo-text .logo-sub,.footer-logo-text .logo-sub{font-size:9px}.section-head{padding-left:16px;margin-bottom:24px}.section-head::before{width:5px}.section-head h2{font-size:clamp(28px,8vw,42px)}.intro-card{padding:20px 18px 18px 78px}.intro-grid article strong{font-size:22px}.hero.hero-poster{padding-top:12px;padding-bottom:66px}}


/* 2026 final requested updates */
.site-logo img,.footer-logo img{display:block;width:220px;height:auto}.site-logo,.footer-logo{width:auto}.site-logo-text{display:none}
.hero.hero-poster{padding:0;background:#f40009;min-height:auto}.hero.hero-poster::before{display:none}.hero.hero-poster .hero-inner{width:100%;min-height:auto}.hero-poster-wrap{gap:0}.hero-poster-visual{border-radius:0;border:none;box-shadow:none;background:#f40009}.hero-poster-visual img{width:100%;height:auto;display:block}.hero.hero-poster .hero-scroll{display:none}
.about-panel{grid-template-columns:minmax(0,48%) 1fr;align-items:center}.about-logo.about-visual{padding:0;background:#fff;overflow:hidden}.about-logo.about-visual img{width:100%;height:100%;object-fit:contain;filter:none}.about-text .trust-list{display:none}.about-text{padding:52px 48px}.about-text strong{font-size:1.18em}
.step-grid article img{aspect-ratio:16/10;object-fit:cover}.step-no{margin-top:18px}.scene{background:#fff}.scene-grid-compact article img{aspect-ratio:16/10;object-fit:cover}.scene-grid-compact article:nth-child(3) img{object-fit:contain;background:#fff5f5;padding:16px}
.holder-product-area{display:grid;gap:14px}.holder-main-image{width:100%;border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.16)}.holder-color-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.holder-color-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;background:rgba(255,255,255,.10);box-shadow:var(--shadow-soft)}
.final-cta-visuals{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:28px 0 24px}.final-cta-visuals figure{margin:0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}.final-cta-visuals img{display:block;width:100%;height:240px;object-fit:cover}.final-cta-visuals figcaption{padding:14px 16px 18px;font-weight:800;color:var(--black)}
.privacy-check{display:flex!important;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;font-size:14px;line-height:1.7;color:var(--muted)}.privacy-check input{width:auto;margin-top:5px;accent-color:var(--red)}.privacy-check a{color:var(--red);text-decoration:underline}
.thanks-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:radial-gradient(circle at 82% 14%,rgba(255,207,0,.18),transparent 20%),linear-gradient(135deg,#a40006 0%,#f40009 52%,#ff3e46 100%)}.thanks-panel{width:min(100%,820px);padding:50px 40px;border-radius:30px;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.18);text-align:center}.thanks-logo img{width:240px;margin:0 auto 24px}.thanks-panel h1{font-size:clamp(34px,4.8vw,60px);line-height:1.08;letter-spacing:-.05em;margin:12px 0 14px}.thanks-panel p{font-size:18px;color:var(--muted)}.thanks-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}.cta-button--ghost{background:#fff;color:var(--red);border:2px solid var(--red)}.cta-button--ghost::before{display:none}
@media (max-width:1023px){.about-panel{grid-template-columns:1fr}.about-logo.about-visual img{max-height:420px}.holder-inner{grid-template-columns:1fr}.holder-color-grid{grid-template-columns:repeat(5,1fr)}}
@media (max-width:767px){.site-logo img,.footer-logo img{width:170px}.hero.hero-poster{padding:0}.about-text{padding:30px 24px}.holder-color-grid{grid-template-columns:repeat(2,1fr)}.final-cta-visuals{grid-template-columns:1fr}.final-cta-visuals img{height:220px}.thanks-panel{padding:36px 22px}.thanks-actions{flex-direction:column}.thanks-actions .cta-button{width:100%}}


/* requested revision v2 */
.site-header,
.site-header.is-scrolled{
  background:#fff !important;
  border-bottom:1px solid rgba(0,0,0,.08) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.06) !important;
}
.site-nav a{color:#111 !important;}
.site-nav a:hover{color:var(--red) !important;}
.site-nav .cta-link{color:#fff !important;}
.site-logo img,.footer-logo img{height:38px;width:auto;display:block;}
.header-inner{min-height:70px;}
.menu-toggle{color:#111 !important;border-color:rgba(0,0,0,.15) !important;background:#fff !important;}

.hero.hero-poster{
  padding:0 0 56px !important;
  background:#f40009 !important;
}
.hero.hero-poster::before{display:none !important;}
.hero.hero-poster .hero-inner{width:100% !important;max-width:none !important;}
.hero-poster-wrap{width:100%;gap:0 !important;}
.hero-poster-visual{
  border-radius:0 !important;
  border:none !important;
  box-shadow:none !important;
  background:#f40009 !important;
}
.hero-poster-visual img{width:100%;display:block;}
.hero-scroll{display:none !important;}

.scene.section{
  padding-top:64px;
  padding-bottom:82px;
  background:#fff;
}
.scene-grid-compact article:nth-child(3){display:none;}
.scene-grid-compact{grid-template-columns:repeat(2,1fr);}
.scene-grid-compact article img{height:250px;object-fit:cover;}

.about-panel{
  grid-template-columns:minmax(0,0.72fr) minmax(0,1fr) !important;
}
.about-logo{
  padding:22px !important;
}
.about-visual img,
.about-logo img[src*="about-card-pair-large"]{
  width:min(100%,420px) !important;
  max-width:420px !important;
  margin:auto;
}
.about-logo{
  background:linear-gradient(180deg,#f40009 0%,#ff4949 100%) !important;
}

.step-grid article img{
  background:#fff !important;
  object-fit:cover !important;
}
.step-grid article:nth-child(2) img{
  object-fit:contain !important;
  background:#f8f8f8 !important;
}
.holder-product-area{
  display:grid;
  gap:18px;
}
.holder-main-image{
  width:100%;
  border-radius:24px;
  box-shadow:0 24px 44px rgba(0,0,0,.18);
}
.holder-color-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.holder-color-grid img{
  width:100%;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,.10);
  padding:0;
}
.privacy-check input{width:auto !important;}
@media (max-width:1023px){
  .about-panel{grid-template-columns:1fr !important;}
  .scene-grid-compact{grid-template-columns:1fr;}
  .holder-color-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:767px){
  .site-logo img,.footer-logo img{height:30px;}
  .hero.hero-poster{padding-bottom:44px !important;}
  .scene.section{padding-top:52px;}
  .holder-color-grid{grid-template-columns:repeat(2,1fr);}
}

.about-text p{margin-bottom:14px;}
.about-text p strong{font-weight:800;}


/* ===== Revision v5: mobile hero, design gallery, button colors, responsive fixes ===== */
.site-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(0,0,0,.08)!important;backdrop-filter:blur(12px)}
.site-header.is-scrolled{background:rgba(255,255,255,.98)!important;box-shadow:0 10px 26px rgba(0,0,0,.10)!important;border-color:rgba(0,0,0,.08)!important}
.site-nav a{color:#111!important}
.site-nav a:hover{color:var(--red)!important}
.menu-toggle{color:#111;border-color:rgba(0,0,0,.14);background:#fff}
.cta-link,.cta-link--primary,.cta-button--primary{background:linear-gradient(135deg,#d90f18 0%,#b80008 100%)!important;color:#fff!important;box-shadow:0 14px 28px rgba(145,0,12,.22)!important}
.cta-link,.cta-link--primary{padding:12px 18px;border-radius:999px}
.cta-button--primary::after{background:#fff!important;color:var(--red)!important;box-shadow:inset 0 0 0 1px rgba(217,15,24,.10)!important}
.cta-button--light{background:#fff!important;color:var(--red)!important}
.cta-button--light::after{background:var(--red)!important;color:#fff!important}
.hero-mobile-cta{display:none}
.hero-poster-visual{max-width:100%}
.design-catalog{width:min(100%,var(--inner));margin:26px auto 0}
.design-catalog-title{margin:0 0 18px;font-size:clamp(24px,3vw,34px);line-height:1.2;color:var(--black)}
.design-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.design-card-grid figure{margin:0;background:#fff;border-radius:22px;padding:14px;box-shadow:var(--shadow-soft);border:1px solid rgba(217,15,24,.10)}
.design-card-grid img{display:block;width:100%;aspect-ratio:59/86;object-fit:cover;border-radius:14px}
.design-card-grid figcaption{margin-top:12px;text-align:center;font-weight:800;color:var(--black);font-size:15px}
.scene-grid img.product-shot,.final-cta-visuals img.product-shot{object-fit:contain!important;background:#fff8f2;padding:10px}
.final-cta-visuals figure.display-figure img{height:280px}

@media (max-width:1023px){
  .design-card-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:767px){
  .site-header{background:#fff!important}
  .header-inner{width:calc(100% - 20px)}
  .site-nav{top:66px;left:10px;right:10px;background:#fff!important;box-shadow:0 18px 36px rgba(0,0,0,.12)!important}
  .site-nav a{color:#111!important}
  .site-nav .cta-link{text-align:center}
  .hero.hero-poster{padding:12px 0 56px!important;min-height:auto}
  .hero.hero-poster .hero-inner{width:100%;min-height:auto}
  .hero-poster-wrap{gap:16px}
  .hero-poster-visual{border-radius:0!important;border:none!important;box-shadow:none!important;background:transparent!important}
  .hero-poster-visual img{width:100%;height:auto;display:block}
  .hero-mobile-cta{display:block;padding:0 16px}
  .hero-mobile-cta .cta-button{width:100%;min-height:60px}
  .hero-scroll{display:none}
  .design-card-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .design-card-grid figure{padding:10px;border-radius:18px}
  .design-card-grid figcaption{font-size:14px}
  .step-grid article img,.scene-grid article img{aspect-ratio:3/2;object-position:center}
  .final-cta-visuals img{height:220px}
  .final-cta-visuals figure.display-figure img{height:250px}
  .scene-grid img.product-shot,.final-cta-visuals img.product-shot{padding:8px}
}


/* ===== Revision v9: about section compact + faster reveal + step2 cleanup ===== */
.about-combined{width:min(100%,var(--inner));margin:0 auto;display:grid;gap:24px}
.about-combined .about-panel{width:100%;margin:0}
.design-catalog--inline{margin:0;width:100%}
.design-catalog--inline .design-catalog-title{margin-bottom:18px}
.step-grid article:nth-child(2)::before{display:none}
.step-grid article:nth-child(2){border-color:rgba(0,0,0,.08)}
.step-grid article:nth-child(2) img{background:#fff !important;padding:10px;border-radius:18px;box-sizing:border-box}
@media (max-width:767px){
  .about-combined{gap:18px}
  .design-catalog--inline .design-card-grid{grid-template-columns:repeat(2,1fr)}
}


/* ===== Revision v10: step card accent cleanup ===== */
.step-grid article::before{background:#f40009 !important;display:block !important}
.step-grid article:nth-child(2)::before{display:block !important;background:#f40009 !important}
.step-grid article:nth-child(2){border-color:rgba(217,15,24,.10) !important}
.step-grid article:nth-child(2) img{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  transform:scale(1.03);
  transform-origin:center center;
}


/* ===== Revision v11: user requested final cleanup ===== */
/* 各セクション見出し左バーを赤ベタへ */
.section-head::before{
  background:#f40009 !important;
}

/* 卒団シーズン訴求をテキスト中心に整理 */
.final-cta-inner--text{
  max-width:860px;
  padding:58px 46px 54px;
}
.final-cta-inner--text .section-kicker{
  display:inline-flex;
  margin:0 0 18px;
}
.final-cta-inner--text h2{
  margin:0;
}
.final-cta-inner--text p:not(.section-kicker){
  max-width:46em;
  margin:20px auto 0;
  line-height:2;
  font-weight:700;
}
.final-cta-inner--text .cta-button{
  margin-top:32px;
}

/* STEP2画像は外側の赤罫線・内側余白を出さない */
.step-grid article:nth-child(2) img{
  background:transparent !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
@media (max-width:767px){
  .final-cta-inner--text{
    padding:42px 22px 40px;
  }
  .final-cta-inner--text p:not(.section-kicker){
    text-align:left;
    line-height:1.9;
  }
}

/* ===== Revision v12: latest requested fixes ===== */
/* モバイルヒーローは正方形で見せ、画像が潰れないようにする */
@media (max-width:767px){
  .hero.hero-poster{
    padding:12px 0 48px !important;
  }
  .hero-poster-wrap{
    width:100%;
  }
  .hero-poster-visual{
    display:block;
    width:100%;
    aspect-ratio:1 / 1;
    overflow:hidden;
    background:#f40009 !important;
  }
  .hero-poster-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

/* 卒団シーズン訴求の改行と読みやすさを整理 */
.final-cta-inner--text h2 br{
  display:block;
}
.final-cta-inner--text p + p{
  margin-top:12px;
}


/* ===== Revision v13: 表面デザイン一覧を1行横スライダー化 ===== */
.design-catalog--inline{
  overflow:visible;
}

.design-catalog--inline .design-card-grid{
  display:flex !important;
  grid-template-columns:none !important;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:4px 4px 22px;
  margin-right:calc((100vw - min(100%, var(--inner))) / -2);
}

.design-catalog--inline .design-card-grid figure{
  flex:0 0 auto;
  width:240px;
  scroll-snap-align:start;
}

.design-catalog--inline .design-card-grid img{
  width:100%;
  aspect-ratio:59 / 86;
  object-fit:cover;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar{
  height:10px;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar-track{
  background:#fff0f1;
  border-radius:999px;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar-thumb{
  background:#f40009;
  border-radius:999px;
}

@media (max-width:767px){
  .design-catalog--inline .design-card-grid{
    gap:14px;
    padding:4px 16px 20px 0;
    margin-right:-16px;
  }

  .design-catalog--inline .design-card-grid figure{
    width:230px;
  }
}


/* ===== Revision v15: カードホルダー情報・バリエーション表記追加 ===== */
.holder-copy .holder-variant-list{
  list-style:none;
  padding:0;
  margin:24px 0 18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.holder-copy .holder-variant-list li{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  padding:12px 14px;
}

.holder-copy .holder-variant-list span{
  display:block;
  font-size:12px;
  line-height:1.3;
  color:rgba(255,255,255,.72);
  font-weight:800;
  letter-spacing:.08em;
}

.holder-copy .holder-variant-list strong{
  display:block;
  margin-top:4px;
  font-size:16px;
  line-height:1.35;
  color:#fff;
  font-weight:900;
}

.holder-copy .holder-note{
  margin-top:0;
  font-size:15px;
  color:rgba(255,255,255,.9);
}

@media (max-width:767px){
  .holder-copy .holder-variant-list{
    grid-template-columns:1fr;
    gap:8px;
  }

  .holder-copy .holder-variant-list li{
    padding:11px 13px;
  }

  .holder-copy .holder-variant-list strong{
    font-size:15px;
  }
}


/* ===== Revision v17: 利用シーンを3項目化・ギフト画像追加 ===== */
.scene-grid--three{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
}

.scene-grid--three article:nth-child(3){
  display:block !important;
}

.scene-grid--three article img{
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.scene-grid--three article:nth-child(3) img{
  object-fit:cover !important;
  background:none !important;
  padding:0 !important;
}

.scene-grid--three h3{
  font-size:clamp(22px, 2.4vw, 28px);
}

.scene-grid--three article p{
  line-height:1.8;
}

@media (max-width:1023px){
  .scene-grid--three{
    grid-template-columns:1fr !important;
  }

  .scene-grid--three article img{
    aspect-ratio:16 / 9;
  }
}

@media (max-width:767px){
  .scene-grid--three article img{
    aspect-ratio:3 / 2;
  }

  .scene-grid--three h3{
    font-size:24px;
  }
}


/* ===== Revision v18: 飾って楽しむ画像をリビング＋会社デスク版に変更 ===== */
.scene-display-card .display-living-office{
  display:block;
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  object-position:center;
  background:transparent !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
}

@media (max-width:767px){
  .scene-display-card .display-living-office{
    aspect-ratio:3 / 2;
  }
}


/* ===== Revision v19: ABOUT商品ビジュアル・カードホルダー全面整理 ===== */
.about-product-visual{min-height:520px;padding:0!important;background:#eef2ef!important}
.about-product-visual img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;filter:none!important}
.holder-v2{position:relative;overflow:hidden;background:radial-gradient(circle at 95% 8%,rgba(255,207,0,.22),transparent 22%),linear-gradient(135deg,#8d0007 0%,#e9000b 46%,#ff3f47 100%)}
.holder-v2:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;background:repeating-linear-gradient(125deg,transparent 0,transparent 54px,rgba(255,255,255,.18) 55px,transparent 57px)}
.holder-v2__inner{position:relative;z-index:2;width:min(100%,var(--inner));margin:0 auto}
.holder-v2__overview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:36px;align-items:center}
.holder-v2__copy h2{margin:16px 0 22px;color:#fff;font-size:clamp(38px,4.7vw,64px);line-height:1.04;letter-spacing:-.055em}
.holder-v2__lead{max-width:38em;margin:0;color:rgba(255,255,255,.95);font-weight:700;line-height:1.9}
.holder-v2__specs{list-style:none;padding:0;margin:26px 0 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.holder-v2__specs li{padding:13px 15px;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.holder-v2__specs span{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:900;letter-spacing:.08em;line-height:1.3}
.holder-v2__specs strong{display:block;margin-top:4px;color:#fff;font-size:17px;font-weight:900;line-height:1.35}
.holder-v2__note{margin:0;color:rgba(255,255,255,.92);font-size:15px;font-weight:700;line-height:1.85}.holder-v2__copy .cta-button{margin-top:26px}
.holder-v2__main-visual{margin:0;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 28px 64px rgba(70,0,0,.34)}
.holder-v2__main-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center}
.holder-v2__main-visual figcaption{display:grid;gap:3px;padding:18px 20px 20px;color:#171717;background:#fff}
.holder-v2__main-visual figcaption strong{font-size:20px;font-weight:900;line-height:1.35}.holder-v2__main-visual figcaption span{color:#666;font-size:14px;font-weight:700}
.holder-v2__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}
.holder-v2__gallery-card{margin:0;overflow:hidden;border-radius:24px;background:#fff;color:#191919;box-shadow:0 18px 40px rgba(70,0,0,.22)}
.holder-v2__gallery-image{display:grid;place-items:center;aspect-ratio:4/3;padding:14px;background:linear-gradient(180deg,#fff 0%,#f4f4f4 100%)}
.holder-v2__gallery-image img{display:block;width:100%;height:100%;object-fit:contain}
.holder-v2__gallery-card figcaption{display:grid;gap:4px;min-height:138px;padding:17px 18px 20px}.holder-v2__gallery-card figcaption>span{color:#e5000b;font-size:11px;font-weight:900;letter-spacing:.18em}
.holder-v2__gallery-card figcaption strong{font-size:20px;font-weight:900;line-height:1.35}.holder-v2__gallery-card figcaption small{color:#666;font-size:13px;font-weight:700;line-height:1.7}
.holder-v2__year{position:relative;overflow:hidden;margin-top:28px;padding:34px;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:linear-gradient(135deg,#ef0010 0%,#c40009 100%);box-shadow:0 22px 48px rgba(77,0,0,.26)}
.holder-v2__year:before{content:"";position:absolute;inset:0;opacity:.13;background:repeating-linear-gradient(135deg,transparent 0,transparent 40px,rgba(255,255,255,.28) 41px,transparent 44px)}
.holder-v2__year-copy,.holder-v2__year-grid{position:relative;z-index:2}.holder-v2__year-copy{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center;margin-bottom:28px}
.holder-v2__year-kicker{grid-row:1/3;display:inline-grid;place-items:center;min-height:82px;margin:0;padding:12px 18px;transform:rotate(-2deg);background:#ffe900;color:#d6000a;font-size:15px;font-weight:900;letter-spacing:.12em;box-shadow:0 10px 24px rgba(70,0,0,.22)}
.holder-v2__year-copy h3{margin:0;color:#fff;font-size:clamp(28px,3.5vw,46px);line-height:1.08;letter-spacing:-.04em}.holder-v2__year-copy p:not(.holder-v2__year-kicker){margin:8px 0 0;color:rgba(255,255,255,.9);font-weight:700}
.holder-v2__year-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.holder-v2__year-card{position:relative;margin:0;padding:22px;border-radius:26px;background:#fff;color:#181818;box-shadow:0 16px 38px rgba(71,0,0,.24)}
.holder-v2__year-label{position:absolute;z-index:3;top:18px;left:18px;display:inline-flex;padding:8px 14px;border-radius:999px;background:#ffe900;color:#171717;font-size:15px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.16)}
.holder-v2__year-circle{display:grid;place-items:center;width:min(100%,330px);aspect-ratio:1;margin:10px auto 16px;padding:24px;overflow:hidden;border:6px solid #fff;border-radius:50%;background:linear-gradient(180deg,#f8f8f8 0%,#e8e8e8 100%);box-shadow:inset 0 0 0 1px rgba(0,0,0,.06),0 12px 26px rgba(0,0,0,.12)}
.holder-v2__year-circle img{display:block;width:auto;max-width:72%;height:86%;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(0,0,0,.16))}.holder-v2__year-card figcaption{text-align:center;color:#555;font-size:14px;font-weight:800;line-height:1.7}
@media(max-width:1023px){.about-panel{grid-template-columns:1fr!important}.about-product-visual{min-height:0;aspect-ratio:16/10}.holder-v2__overview{grid-template-columns:1fr}.holder-v2__main-visual{max-width:820px}.holder-v2__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.holder-v2__gallery-card:last-child{grid-column:1/-1}.holder-v2__gallery-card:last-child .holder-v2__gallery-image{aspect-ratio:16/7}}
@media(max-width:767px){.about-product-visual{aspect-ratio:4/3}.holder-v2__copy h2{font-size:clamp(34px,10vw,48px)}.holder-v2__specs{gap:8px}.holder-v2__specs li{padding:11px 12px}.holder-v2__specs strong{font-size:15px}.holder-v2__main-visual{border-radius:22px}.holder-v2__main-visual img{aspect-ratio:4/3}.holder-v2__gallery{grid-template-columns:1fr;gap:14px;margin-top:22px}.holder-v2__gallery-card:last-child{grid-column:auto}.holder-v2__gallery-card:last-child .holder-v2__gallery-image,.holder-v2__gallery-image{aspect-ratio:4/3}.holder-v2__year{margin-top:22px;padding:22px 16px;border-radius:24px}.holder-v2__year-copy{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.holder-v2__year-kicker{grid-row:auto;justify-self:start;min-height:auto;padding:9px 13px;font-size:12px}.holder-v2__year-copy h3{font-size:clamp(27px,8vw,38px)}.holder-v2__year-grid{gap:12px}.holder-v2__year-card{padding:14px 10px 16px;border-radius:20px}.holder-v2__year-label{top:10px;left:10px;padding:6px 10px;font-size:12px}.holder-v2__year-circle{padding:14px;border-width:4px}.holder-v2__year-card figcaption{font-size:12px}}
@media(max-width:480px){.holder-v2__specs{grid-template-columns:1fr}.holder-v2__year-grid{grid-template-columns:1fr}.holder-v2__year-circle{width:min(100%,280px)}}


/* ============================================================
   Revision v20: ABOUTカード角丸 + シンプルなホルダーセクション
   ============================================================ */

/* ABOUT：実際のカード形状に合わせて角丸表示 */
.about-card-stage{
  position:relative;
  min-height:520px;
  overflow:hidden;
  padding:38px !important;
  background:linear-gradient(145deg,#fff 0%,#fff7f7 100%) !important;
}
.about-card-stage__accent{
  position:absolute;
  width:340px;
  height:340px;
  border-radius:50%;
  background:linear-gradient(145deg,#ff1b25 0%,#d60009 100%);
  opacity:.96;
}
.about-card-stage img{
  position:absolute;
  width:210px !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover;
  border-radius:15px !important;
  box-shadow:0 20px 34px rgba(48,0,0,.24);
}
.about-card-stage__front{
  left:18%;
  top:17%;
  z-index:2;
  transform:rotate(-8deg);
}
.about-card-stage__back{
  right:15%;
  top:19%;
  z-index:3;
  transform:rotate(7deg);
}
.about-card-stage p{
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  bottom:26px;
  margin:0;
  color:#111;
  text-align:center;
  font-weight:900;
  letter-spacing:.04em;
}

/* 表面デザイン一覧：カード画像の角丸を明確にする */
.design-card-grid figure{
  overflow:visible !important;
}
.design-card-grid img{
  border-radius:14px !important;
  box-shadow:0 9px 18px rgba(0,0,0,.14);
}

/* HOLDER：明るく、参考画像のように1つのカテゴリとして整理 */
.holder-simple{
  background:linear-gradient(180deg,#fff 0%,#fff9f9 100%) !important;
}
.holder-simple__card{
  width:min(100%,1160px);
  margin:0 auto;
  padding:54px;
  border:4px solid #c90008;
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 48px rgba(98,0,0,.12);
}
.holder-simple__main{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:54px;
  align-items:center;
}
.holder-simple__hero{
  margin:0;
  padding:16px;
  background:#fff;
}
.holder-simple__hero img{
  display:block;
  width:100%;
  aspect-ratio:1;
  object-fit:contain;
  filter:drop-shadow(0 14px 18px rgba(0,0,0,.12));
}
.holder-simple__tag{
  display:inline-flex;
  margin:0 0 20px;
  padding:8px 24px;
  border-radius:999px;
  background:#c90008;
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.holder-simple__copy h2{
  margin:0;
  color:#c90008;
  font-size:clamp(34px,4vw,55px);
  line-height:1.2;
  letter-spacing:-.035em;
}
.holder-simple__lead{
  margin:22px 0 0;
  color:#333;
  font-size:18px;
  font-weight:800;
  line-height:1.85;
}
.holder-simple__bullets{
  margin:25px 0 0;
  padding-left:1.25em;
  color:#333;
  font-size:17px;
  font-weight:900;
  line-height:1.9;
}
.holder-simple__price{
  display:flex;
  align-items:flex-end;
  gap:18px;
  margin-top:24px;
}
.holder-simple__price > span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:8px;
  background:#c90008;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.holder-simple__price strong{
  color:#c90008;
  font-size:64px;
  line-height:1;
  letter-spacing:-.05em;
}
.holder-simple__price small{
  margin-left:8px;
  font-size:24px;
}
.holder-simple__button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  max-width:580px;
  min-height:76px;
  margin-top:28px;
  padding:14px 18px 14px 32px;
  border:5px solid #c90008;
  border-radius:999px;
  background:#ffed00;
  color:#c90008;
  text-decoration:none;
  font-size:21px;
  font-weight:900;
  box-shadow:0 12px 22px rgba(0,0,0,.13);
}
.holder-simple__button b{
  display:grid;
  place-items:center;
  flex:0 0 54px;
  height:54px;
  margin-left:auto;
  border-radius:50%;
  background:#d30009;
  color:#ffed00;
  font-size:46px;
  line-height:1;
}

/* 下段：収納イメージを大きく、年号を小さくフィーチャー */
.holder-simple__sub{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:28px;
  margin-top:38px;
  padding-top:34px;
  border-top:1px solid #ebc9c9;
}
.holder-simple__storage,
.holder-simple__year{
  margin:0;
  border-radius:20px;
  background:#fafafa;
}
.holder-simple__storage{
  overflow:hidden;
  border:1px solid #eee;
}
.holder-simple__storage img{
  display:block;
  width:100%;
  aspect-ratio:16/8.7;
  object-fit:cover;
}
.holder-simple__storage figcaption{
  display:grid;
  gap:4px;
  padding:18px 22px 22px;
}
.holder-simple__storage strong{
  color:#111;
  font-size:21px;
  font-weight:900;
}
.holder-simple__storage span{
  color:#555;
  font-size:14px;
  font-weight:700;
  line-height:1.7;
}
.holder-simple__year{
  padding:20px;
  border:2px solid #d40009;
  background:#fff;
}
.holder-simple__year-copy > span{
  color:#d40009;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}
.holder-simple__year-copy h3{
  margin:4px 0 0;
  color:#c90008;
  font-size:25px;
  line-height:1.2;
}
.holder-simple__year-copy p{
  margin:8px 0 0;
  color:#555;
  font-size:13px;
  font-weight:700;
  line-height:1.6;
}
.holder-simple__year-items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.holder-simple__year-items figure{
  margin:0;
  text-align:center;
}
.holder-simple__year-items img{
  display:block;
  width:100%;
  height:180px;
  object-fit:contain;
  filter:drop-shadow(0 7px 9px rgba(0,0,0,.12));
}
.holder-simple__year-items figcaption{
  display:inline-flex;
  margin-top:4px;
  padding:5px 12px;
  border-radius:999px;
  background:#d40009;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

@media (max-width:1023px){
  .holder-simple__card{padding:38px;}
  .holder-simple__main{grid-template-columns:1fr;gap:26px;}
  .holder-simple__hero{max-width:620px;margin:0 auto;}
  .holder-simple__sub{grid-template-columns:1fr;}
  .holder-simple__year{max-width:620px;}
  .about-card-stage{min-height:480px;}
}

@media (max-width:767px){
  .holder-simple{padding-left:12px!important;padding-right:12px!important;}
  .holder-simple__card{padding:24px 18px;border-width:3px;border-radius:22px;}
  .holder-simple__main{gap:18px;}
  .holder-simple__hero{padding:0;}
  .holder-simple__copy h2{font-size:clamp(30px,9vw,42px);}
  .holder-simple__lead{font-size:15px;}
  .holder-simple__bullets{font-size:14px;line-height:1.75;}
  .holder-simple__price{align-items:center;gap:12px;}
  .holder-simple__price strong{font-size:50px;}
  .holder-simple__price small{font-size:20px;}
  .holder-simple__button{min-height:66px;padding-left:20px;font-size:17px;}
  .holder-simple__button b{flex-basis:44px;height:44px;font-size:38px;}
  .holder-simple__sub{gap:18px;margin-top:28px;padding-top:26px;}
  .holder-simple__storage img{aspect-ratio:4/3;}
  .holder-simple__year{padding:16px;}
  .holder-simple__year-items img{height:145px;}
  .about-card-stage{min-height:420px;padding:20px!important;}
  .about-card-stage__accent{width:290px;height:290px;}
  .about-card-stage img{width:170px!important;border-radius:12px!important;}
  .about-card-stage__front{left:13%;top:18%;}
  .about-card-stage__back{right:11%;top:19%;}
}

@media (max-width:480px){
  .holder-simple__year-items img{height:125px;}
  .about-card-stage{min-height:350px;}
  .about-card-stage__accent{width:230px;height:230px;}
  .about-card-stage img{width:135px!important;border-radius:10px!important;}
}


/* ============================================================
   Revision v21
   ABOUTメイン画像差し替え・カード角丸削除・公式LP型ホルダー
   ============================================================ */

/* ABOUTメイン画像 */
.about-main-field{
  min-height:500px;
  padding:0 !important;
  overflow:hidden;
  background:#111 !important;
}

.about-main-field img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
  filter:none !important;
}

/* カードデザイン画像は角丸なし */
.design-card-grid img,
.design-card-grid figure img,
.about-card-stage__front,
.about-card-stage__back{
  border-radius:0 !important;
}

/* 公式LP型：関連商品カードホルダー */
.holder-official{
  background:#fff;
}

.holder-official__box{
  width:min(100%,1180px);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.45fr);
  gap:46px;
  align-items:center;
  padding:54px 58px;
  border:4px solid #b90008;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 46px rgba(70,0,0,.08);
}

.holder-official__visual{
  margin:0;
}

.holder-official__visual img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#fff;
  border-radius:0;
}

.holder-official__content{
  min-width:0;
}

.holder-official__tag{
  display:inline-flex;
  margin:0 0 20px;
  padding:9px 22px;
  border-radius:999px;
  background:#c90008;
  color:#fff;
  font-size:16px;
  font-weight:900;
  line-height:1.2;
}

.holder-official__content h2{
  margin:0;
  color:#bb0007;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.32;
  letter-spacing:-.035em;
  font-weight:900;
}

.holder-official__lead{
  margin:22px 0 0;
  color:#3d3d3d;
  font-size:18px;
  line-height:1.8;
  font-weight:800;
}

.holder-official__list{
  margin:26px 0 24px;
  padding-left:1.35em;
  color:#3b3b3b;
  font-size:18px;
  font-weight:900;
  line-height:1.9;
}

.holder-official__price{
  display:flex;
  align-items:flex-end;
  gap:22px;
  margin:8px 0 26px;
}

.holder-official__price > span{
  display:inline-flex;
  padding:8px 13px;
  border-radius:7px;
  background:#c90008;
  color:#fff;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}

.holder-official__price strong{
  color:#c90008;
  font-size:clamp(50px,6vw,78px);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:900;
}

.holder-official__price small{
  margin-left:8px;
  font-size:.42em;
  letter-spacing:0;
}

.holder-official__button{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,590px);
  min-height:78px;
  padding:16px 86px 16px 28px;
  border:5px solid #c90008;
  border-radius:999px;
  background:#ffe900;
  color:#c90008;
  text-decoration:none;
  font-size:22px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(70,0,0,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}

.holder-official__button:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(70,0,0,.22);
}

.holder-official__button b{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#c90008;
  color:#ffe900;
  font-size:48px;
  line-height:1;
  font-family:Arial,sans-serif;
}

/* 旧ホルダー要素は非表示 */
.holder-simple__sub,
.holder-simple__year,
.holder-simple__storage{
  display:none !important;
}

@media (max-width:1023px){
  .about-main-field{
    min-height:0;
    aspect-ratio:16/10;
  }

  .holder-official__box{
    grid-template-columns:1fr;
    gap:30px;
    padding:40px;
  }

  .holder-official__visual{
    max-width:660px;
    margin:0 auto;
  }

  .holder-official__content{
    text-align:left;
  }
}

@media (max-width:767px){
  .about-main-field{
    aspect-ratio:4/3;
  }

  .holder-official{
    padding-left:14px;
    padding-right:14px;
  }

  .holder-official__box{
    gap:24px;
    padding:26px 18px 28px;
    border-width:3px;
    border-radius:22px;
  }

  .holder-official__content h2{
    font-size:clamp(26px,8vw,38px);
  }

  .holder-official__lead{
    font-size:16px;
  }

  .holder-official__list{
    font-size:16px;
    line-height:1.75;
  }

  .holder-official__price{
    align-items:center;
    gap:12px;
  }

  .holder-official__price > span{
    font-size:12px;
  }

  .holder-official__price strong{
    font-size:52px;
  }

  .holder-official__button{
    min-height:66px;
    padding:14px 68px 14px 18px;
    border-width:4px;
    font-size:18px;
  }

  .holder-official__button b{
    width:44px;
    height:44px;
    font-size:40px;
  }
}


/* ============================================================
   Revision v22 - holder layout balance fix to match reference
   ============================================================ */
.holder-official__box{
  width:min(100%, 1620px) !important;
  grid-template-columns:minmax(420px, 510px) minmax(0, 1fr) !important;
  gap:80px !important;
  align-items:center !important;
  padding:54px 68px 52px !important;
}

.holder-official__visual{
  width:min(100%, 510px) !important;
  justify-self:start;
  align-self:center;
}

.holder-official__visual img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
}

.holder-official__content{
  max-width:900px;
}

.holder-official__tag{
  margin:0 0 24px !important;
}

.holder-official__content h2{
  max-width:860px;
  font-size:clamp(40px, 4vw, 60px) !important;
  line-height:1.26 !important;
  letter-spacing:-0.03em !important;
  word-break:keep-all;
  overflow-wrap:break-word;
}

.holder-official__lead{
  max-width:860px;
  margin:24px 0 0 !important;
  font-size:20px !important;
  line-height:1.65 !important;
}

.holder-official__list{
  margin:28px 0 24px !important;
  font-size:19px !important;
  line-height:1.85 !important;
}

.holder-official__price{
  margin:10px 0 28px !important;
  gap:24px !important;
}

.holder-official__price strong{
  font-size:clamp(60px, 5.2vw, 92px) !important;
}

.holder-official__button{
  width:min(100%, 640px) !important;
  min-height:82px !important;
  padding:16px 86px 16px 30px !important;
  font-size:22px !important;
}

@media (max-width: 1439px){
  .holder-official__box{
    grid-template-columns:minmax(340px, 460px) minmax(0, 1fr) !important;
    gap:52px !important;
    padding:48px 44px !important;
  }

  .holder-official__content h2{
    font-size:clamp(36px, 3.4vw, 52px) !important;
  }
}

@media (max-width: 1023px){
  .holder-official__box{
    grid-template-columns:1fr !important;
    gap:30px !important;
    padding:40px !important;
  }

  .holder-official__visual{
    width:min(100%, 520px) !important;
    justify-self:center;
  }

  .holder-official__content{
    max-width:none;
  }

  .holder-official__content h2,
  .holder-official__lead{
    max-width:none;
  }
}

@media (max-width: 767px){
  .holder-official__box{
    padding:26px 18px 28px !important;
    gap:24px !important;
  }

  .holder-official__content h2{
    font-size:clamp(26px, 8vw, 38px) !important;
    line-height:1.28 !important;
  }

  .holder-official__lead{
    font-size:16px !important;
    line-height:1.7 !important;
  }

  .holder-official__list{
    font-size:16px !important;
    line-height:1.75 !important;
  }

  .holder-official__price strong{
    font-size:54px !important;
  }

  .holder-official__button{
    width:100% !important;
    min-height:68px !important;
    font-size:18px !important;
  }
}


/* ============================================================
   Revision v23 - 関連商品カードホルダーをコンパクト化
   ============================================================ */
.holder-official.section{
  padding-top:54px !important;
  padding-bottom:54px !important;
}

.holder-official__box{
  grid-template-columns:minmax(360px, 470px) minmax(0, 1fr) !important;
  gap:54px !important;
  padding:34px 52px 32px !important;
}

.holder-official__visual{
  width:min(100%, 470px) !important;
}

.holder-official__tag{
  margin-bottom:14px !important;
  padding:7px 18px !important;
  font-size:14px !important;
}

.holder-official__content h2{
  max-width:800px !important;
  font-size:clamp(31px, 3vw, 44px) !important;
  line-height:1.22 !important;
  letter-spacing:-.025em !important;
}

.holder-official__lead{
  margin-top:16px !important;
  font-size:17px !important;
  line-height:1.6 !important;
}

.holder-official__list{
  margin:18px 0 16px !important;
  font-size:17px !important;
  line-height:1.68 !important;
}

.holder-official__price{
  margin:4px 0 18px !important;
  gap:18px !important;
}

.holder-official__price > span{
  padding:7px 12px !important;
  font-size:13px !important;
}

.holder-official__price strong{
  font-size:clamp(54px, 4.6vw, 74px) !important;
}

.holder-official__button{
  width:min(100%, 620px) !important;
  min-height:70px !important;
  padding:14px 78px 14px 26px !important;
  font-size:20px !important;
}

.holder-official__button b{
  width:46px !important;
  height:46px !important;
  font-size:42px !important;
}

@media (max-width:1439px){
  .holder-official__box{
    grid-template-columns:minmax(320px, 420px) minmax(0, 1fr) !important;
    gap:42px !important;
    padding:32px 38px 30px !important;
  }

  .holder-official__visual{
    width:min(100%, 420px) !important;
  }

  .holder-official__content h2{
    font-size:clamp(29px, 2.8vw, 40px) !important;
  }
}

@media (max-width:1023px){
  .holder-official.section{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }

  .holder-official__box{
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:30px !important;
  }

  .holder-official__visual{
    width:min(100%, 460px) !important;
  }
}

@media (max-width:767px){
  .holder-official.section{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }

  .holder-official__box{
    padding:22px 16px 24px !important;
    gap:18px !important;
  }

  .holder-official__content h2{
    font-size:clamp(24px, 7vw, 32px) !important;
    line-height:1.26 !important;
  }

  .holder-official__lead{
    font-size:15px !important;
  }

  .holder-official__list{
    font-size:15px !important;
  }

  .holder-official__price strong{
    font-size:48px !important;
  }

  .holder-official__button{
    min-height:62px !important;
    font-size:17px !important;
  }
}


/* ============================================================
   Revision v24
   カードデザイン一覧・STEP赤ベタ・公式LP型お問い合わせ／フッター
   ============================================================ */

/* STEP 1〜3：赤ベタ＋白文字 */
.step-grid article{
  background:#d6000a !important;
  border-color:#d6000a !important;
}

.step-grid article::before{
  display:none !important;
}

.step-grid article .step-no,
.step-grid article h3,
.step-grid article p{
  color:#fff !important;
}

.step-grid article .step-no{
  font-weight:900;
}

.step-grid article:hover{
  box-shadow:0 20px 38px rgba(136,0,7,.24) !important;
}

/* お問い合わせ以降：公式LPに合わせたシンプル構成 */
.contact-official{
  background:#f7f7f7 !important;
  color:#333;
}

.contact-official__inner{
  width:min(100%,960px);
  margin:0 auto;
}

.contact-official__notice,
.contact-official__info,
.contact-official__form-wrap{
  margin-bottom:34px;
  padding:32px 36px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.contact-official h2{
  margin:0 0 20px;
  color:#171717;
  font-size:clamp(24px,3vw,34px);
  line-height:1.35;
  font-weight:900;
}

.contact-official__notice ul{
  margin:0 0 18px;
  padding-left:1.3em;
  font-weight:700;
  line-height:1.9;
}

.contact-official__notice p,
.contact-official__info p{
  margin:6px 0;
  line-height:1.8;
}

.contact-official__info a{
  color:#c90008;
  font-weight:900;
}

.contact-official__form{
  display:grid;
  gap:18px;
}

.contact-official__form > label{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.contact-official__form > label > span{
  padding-top:13px;
  font-weight:900;
  line-height:1.45;
}

.contact-official__form em,
.contact-official__form strong{
  display:inline-flex;
  margin-left:7px;
  padding:3px 7px;
  border-radius:5px;
  font-size:11px;
  font-style:normal;
  line-height:1.2;
}

.contact-official__form em{
  background:#e8e8e8;
  color:#555;
}

.contact-official__form strong{
  background:#c90008;
  color:#fff;
}

.contact-official__form input,
.contact-official__form textarea{
  width:100%;
  padding:13px 14px;
  border:1px solid #cfcfcf;
  border-radius:7px;
  background:#fff;
  color:#222;
  font:inherit;
  line-height:1.5;
}

.contact-official__form input:focus,
.contact-official__form textarea:focus{
  border-color:#c90008;
  outline:3px solid rgba(201,0,8,.12);
}

.contact-official__privacy{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-top:4px;
  font-size:14px;
}

.contact-official__privacy input{
  width:auto !important;
  margin-top:6px;
  accent-color:#c90008;
}

.contact-official__privacy span{
  padding-top:0 !important;
  font-weight:700 !important;
}

.contact-official__privacy a{
  color:#c90008;
  text-decoration:underline;
}

.contact-official__submit{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,460px);
  min-height:64px;
  margin:12px auto 0;
  padding:14px 26px;
  border:0;
  border-radius:999px;
  background:#c90008;
  color:#fff;
  font-size:18px;
  font-weight:900;
  box-shadow:0 12px 26px rgba(128,0,7,.2);
  cursor:pointer;
}

/* 公式LP型フッター */
.site-footer-official{
  padding:60px 20px 24px;
  background:#fff;
  color:#292929;
  border-top:6px solid #c90008;
}

.site-footer-official__inner{
  width:min(100%,1080px);
  margin:0 auto;
}

.site-footer-official__company{
  margin-bottom:34px;
  text-align:center;
}

.site-footer-official__company h2{
  margin:0 0 8px;
  color:#171717;
  font-size:30px;
  font-weight:900;
}

.site-footer-official__company a{
  color:#c90008;
  font-weight:800;
}

.site-footer-official__offices{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.site-footer-official__offices section{
  padding:22px;
  border-radius:14px;
  background:#f5f5f5;
}

.site-footer-official__offices h3{
  margin:0 0 12px;
  color:#171717;
  font-size:17px;
  font-weight:900;
}

.site-footer-official__offices p{
  margin:5px 0;
  font-size:13px;
  line-height:1.75;
}

.site-footer-official__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid #ddd;
  font-size:12px;
}

.site-footer-official__bottom .page-top{
  color:#c90008;
  font-weight:900;
}

@media (max-width:767px){
  .step-grid article{
    background:#d6000a !important;
  }

  .contact-official__notice,
  .contact-official__info,
  .contact-official__form-wrap{
    padding:24px 18px;
    border-radius:16px;
  }

  .contact-official__form > label{
    grid-template-columns:1fr;
    gap:6px;
  }

  .contact-official__form > label > span{
    padding-top:0;
  }

  .site-footer-official{
    padding-top:44px;
  }

  .site-footer-official__offices{
    grid-template-columns:1fr;
  }

  .site-footer-official__bottom{
    flex-direction:column;
    text-align:center;
  }
}


/* ============================================================
   Revision v25
   STEPアイコンのみ赤・カード画像角丸削除・ABOUT購入導線
   ============================================================ */

.step-grid article{
  background:#fff !important;
  border-color:rgba(217,15,24,.14) !important;
}

.step-grid article h3,
.step-grid article > p:last-child{
  color:#171717 !important;
}

.step-grid .step-no{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:92px;
  min-height:48px;
  margin:18px 22px 12px !important;
  padding:10px 16px;
  border-radius:10px;
  background:#d6000a !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  font-weight:900 !important;
  box-shadow:0 8px 18px rgba(150,0,8,.18);
}

.about-main-field img,
.about-visual img,
.design-card-grid img,
.design-card-grid figure img{
  border-radius:0 !important;
}

.about-order-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:24px;
}

.about-order-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  min-height:56px;
  padding:13px 30px;
  border-radius:999px;
  background:#d6000a;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(150,0,8,.18);
}

.about-order-link{
  color:#d6000a;
  font-size:15px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}

@media (max-width:767px){
  .step-grid .step-no{
    min-width:84px;
    min-height:44px;
    margin:16px 18px 10px !important;
    padding:9px 14px;
    font-size:13px !important;
  }

  .about-order-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .about-order-button{
    width:100%;
  }

  .about-order-link{
    justify-self:center;
  }
}


/* ============================================================
   Revision v26 - approved image, single ABOUT CTA, web optimization
   ============================================================ */
.site-footer-official__bottom .page-top,
.page-top{
  color:#fff !important;
}

.about-order-actions{
  display:block !important;
}

.about-order-button{
  width:min(100%, 440px);
}


/* ============================================================
   Revision v27 - mobile responsive fixes only (PC unchanged)
   ============================================================ */
.mobile-sticky-cta{display:none}

@media (max-width:767px){
  html,body{overflow-x:hidden;}
  body{padding-bottom:88px;}

  /* hero: keep correct aspect ratio on mobile */
  .hero.hero-poster{padding:0 0 20px !important;min-height:auto !important;}
  .hero-poster-wrap{gap:0 !important;}
  .hero-poster-visual{display:block !important;width:100% !important;aspect-ratio:auto !important;overflow:visible !important;background:#f40009 !important;}
  .hero-poster-visual img{display:block !important;width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain !important;object-position:center top !important;}
  .hero-mobile-cta{display:none !important;}

  /* about section */
  .about.section{padding-top:58px !important;padding-bottom:58px !important;}
  .section-head{margin-bottom:24px !important;}
  .section-head h2{font-size:clamp(26px,8vw,40px) !important;line-height:1.12 !important;letter-spacing:-.03em !important;}
  .about-combined{gap:20px !important;}
  .about-panel{display:block !important;width:100% !important;border-radius:22px !important;overflow:hidden !important;}
  .about-main-field{min-height:0 !important;aspect-ratio:auto !important;background:#fff !important;}
  .about-main-field img,
  .about-visual img{display:block !important;width:100% !important;height:auto !important;max-width:100% !important;object-fit:contain !important;object-position:center center !important;}
  .about-text{padding:22px 18px 24px !important;}
  .about-text p{font-size:14px !important;line-height:1.8 !important;word-break:normal !important;}
  .about-text p strong{display:block;font-size:1.04em;line-height:1.55;}
  .about-order-actions{margin-top:18px !important;}
  .about-order-button{width:100% !important;min-height:56px !important;font-size:17px !important;}

  /* design cards slider */
  .design-catalog--inline{width:100% !important;margin-top:0 !important;overflow:visible !important;}
  .design-catalog--inline .design-catalog-title{margin:0 0 14px !important;font-size:28px !important;line-height:1.2 !important;}
  .design-catalog--inline .design-card-grid{display:flex !important;flex-wrap:nowrap !important;grid-template-columns:none !important;gap:12px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory;scroll-padding-left:0;padding:2px 16px 18px 0 !important;margin:0 -16px 0 0 !important;-webkit-overflow-scrolling:touch;}
  .design-catalog--inline .design-card-grid figure{flex:0 0 42vw !important;width:42vw !important;min-width:148px !important;max-width:180px !important;scroll-snap-align:start;padding:10px !important;border-radius:18px !important;}
  .design-catalog--inline .design-card-grid img,
  .design-card-grid img,
  .design-card-grid figure img{width:100% !important;aspect-ratio:59/86 !important;object-fit:cover !important;border-radius:0 !important;}
  .design-catalog--inline .design-card-grid figcaption{margin-top:8px !important;font-size:13px !important;line-height:1.35 !important;}

  /* bottom sticky CTA */
  .mobile-sticky-cta{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;display:flex !important;align-items:center;justify-content:center;min-height:56px;padding:14px 18px;border-radius:999px;background:#d6000a;color:#fff;text-decoration:none;font-size:18px;font-weight:900;letter-spacing:.04em;box-shadow:0 14px 28px rgba(0,0,0,.24);}
}

@media (min-width:768px){
  .mobile-sticky-cta{display:none !important;}
}

/* ===== v28 mobile responsiveness fixes ===== */
.about-logo.about-visual.about-main-field img{
  width:100%;
  max-width:900px;
  height:auto;
}

@media (max-width: 767px){
  .hero.hero-poster{
    padding:0 0 18px !important;
  }
  .hero-poster-visual,
  .hero-poster-visual picture,
  .hero-poster-visual img{
    width:100%;
    max-width:100%;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }

  .about.section{
    padding-top:56px;
    padding-bottom:64px;
  }
  .about-combined{
    overflow:hidden;
  }
  .about-panel{
    display:block !important;
    grid-template-columns:1fr !important;
    width:100%;
    overflow:hidden;
  }
  .about-logo.about-visual.about-main-field{
    padding:0 !important;
    background:#fff !important;
  }
  .about-logo.about-visual.about-main-field img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
  .about-text{
    padding:24px 20px !important;
  }
  .about-order-actions{
    margin-top:20px;
  }
  .about-order-button{
    width:100%;
    justify-content:center;
  }

  .design-catalog{
    margin-top:18px !important;
  }
  .design-catalog-title{
    margin-bottom:14px;
    font-size:26px;
  }
  .design-card-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:12px;
    overflow-x:auto;
    padding:2px 2px 10px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .design-card-grid figure{
    flex:0 0 148px;
    min-width:148px;
    scroll-snap-align:start;
  }
  .design-card-grid img{
    aspect-ratio:59 / 86;
    object-fit:cover;
  }
  .design-card-grid::-webkit-scrollbar{
    height:6px;
  }
  .design-card-grid::-webkit-scrollbar-thumb{
    background:#d90f18;
    border-radius:999px;
  }

  .mobile-sticky-cta{
    padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 14px);
  }
}


/* ============================================================
   Revision v29 - smartphone square images
   PC表示は変更せず、スマホ画像のみ専用画像へ切り替え
   ============================================================ */

.about-responsive-picture{
  display:block;
  width:100%;
}

.about-responsive-picture img{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width:767px){
  .hero.hero-poster{
    padding:0 0 18px !important;
  }

  .hero-poster-visual{
    display:block !important;
    width:100% !important;
    aspect-ratio:1 / 1 !important;
    overflow:hidden !important;
    background:#f40009 !important;
  }

  .hero-poster-visual img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .about-main-field{
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#111 !important;
  }

  .about-responsive-picture{
    width:100% !important;
    height:100% !important;
  }

  .about-responsive-picture img{
    width:100% !important;
    height:100% !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
}


/* ============================================================
   Revision v30
   PCカードデザインスライダーを固定白エリア内に整理
   ============================================================ */

.design-catalog--inline{
  width:min(100%, var(--inner)) !important;
  max-width:var(--inner) !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#fff !important;
}

.design-catalog-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.design-catalog-heading .design-catalog-title{
  margin:0 !important;
}

.design-slider-controls{
  display:flex;
  gap:8px;
  flex:0 0 auto;
}

.design-slider-button{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  border:2px solid #d6000a;
  border-radius:50%;
  background:#fff;
  color:#d6000a;
  font-size:32px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.design-slider-button:hover{
  background:#d6000a;
  color:#fff;
}

.design-slider-window{
  width:100%;
  max-width:100%;
  overflow:hidden;
  padding:0 0 8px;
  background:#fff;
}

.design-catalog--inline .design-card-grid{
  display:flex !important;
  flex-wrap:nowrap !important;
  grid-template-columns:none !important;
  gap:16px !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:4px 2px 18px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  background:#fff !important;
}

.design-catalog--inline .design-card-grid figure{
  flex:0 0 196px !important;
  width:196px !important;
  min-width:196px !important;
  max-width:196px !important;
  scroll-snap-align:start;
  margin:0 !important;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar{
  height:8px;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar-track{
  background:#f7e8e9;
  border-radius:999px;
}

.design-catalog--inline .design-card-grid::-webkit-scrollbar-thumb{
  background:#e6000b;
  border-radius:999px;
}

.about,
.about-combined,
.design-catalog,
.design-slider-window,
.design-card-grid{
  background:#fff !important;
}

@media (max-width:1023px){
  .design-catalog--inline .design-card-grid figure{
    flex-basis:184px !important;
    width:184px !important;
    min-width:184px !important;
    max-width:184px !important;
  }
}

@media (max-width:767px){
  .design-slider-controls{
    display:none;
  }

  .design-catalog--inline{
    overflow:hidden !important;
  }

  .design-slider-window{
    overflow:visible;
  }

  .design-catalog--inline .design-card-grid{
    gap:12px !important;
    padding:2px 2px 12px !important;
  }

  .design-catalog--inline .design-card-grid figure{
    flex:0 0 148px !important;
    width:148px !important;
    min-width:148px !important;
    max-width:148px !important;
  }
}


/* ============================================================
   Revision v32
   - ABOUT画像の黒帯解消
   - SETセクションの文字サイズ調整／価格右揃え
   - 各セクションタイトルを少し小さくして可読性改善
   ============================================================ */

/* 各セクションタイトルをややコンパクトに調整 */
.section-head{
  margin-bottom:28px !important;
}
.section-head h2{
  font-size:clamp(30px,3.5vw,50px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.04em !important;
}

/* ABOUT画像エリア：上下の黒帯が出ないよう全面表示に調整 */
.about-combined .about-panel{
  align-items:stretch !important;
}
.about-panel{
  grid-template-columns:minmax(0,43%) minmax(0,1fr) !important;
}
.about-logo.about-visual.about-main-field{
  padding:0 !important;
  background:#fff !important;
  display:block !important;
  overflow:hidden !important;
}
.about-main-field .about-responsive-picture{
  display:block !important;
  width:100% !important;
  height:100% !important;
}
.about-main-field .about-responsive-picture img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  aspect-ratio:auto !important;
  filter:none !important;
  background:#fff !important;
}

/* おすすめセット：文字を少し小さく、価格は右揃え */
.bundle-grid{
  align-items:stretch !important;
}
.bundle-grid article{
  display:flex !important;
  flex-direction:column !important;
  padding:28px 24px !important;
}
.bundle-tag{
  font-size:12px !important;
  padding:6px 12px !important;
  letter-spacing:0.04em !important;
  width:fit-content;
}
.bundle-grid h3{
  margin:22px 0 12px !important;
  font-size:clamp(22px,2.5vw,30px) !important;
  line-height:1.22 !important;
  letter-spacing:-0.03em !important;
}
.bundle-grid strong{
  display:block !important;
  margin-top:auto !important;
  padding-top:18px !important;
  font-size:clamp(34px,3.8vw,52px) !important;
  line-height:1 !important;
  text-align:right !important;
  letter-spacing:-0.04em !important;
}
.bundle-grid .is-featured{
  transform:none !important;
}
.bundle-grid .is-featured::after{
  font-size:10px !important;
  right:16px !important;
  top:16px !important;
}

@media (max-width:1023px){
  .about-panel{
    grid-template-columns:1fr !important;
  }
  .about-logo.about-visual.about-main-field{
    aspect-ratio:4 / 3 !important;
  }
}

@media (max-width:767px){
  .section-head{
    margin-bottom:22px !important;
  }
  .section-head h2{
    font-size:clamp(26px,6.6vw,38px) !important;
    line-height:1.12 !important;
    letter-spacing:-0.03em !important;
  }
  .about-logo.about-visual.about-main-field{
    aspect-ratio:4 / 3 !important;
  }
  .about-main-field .about-responsive-picture img{
    object-position:center center !important;
  }
  .about-text{
    padding:32px 22px !important;
  }
  .bundle-grid article{
    padding:24px 20px !important;
  }
  .bundle-grid h3{
    font-size:clamp(20px,7.2vw,28px) !important;
    margin:18px 0 10px !important;
  }
  .bundle-grid strong{
    font-size:clamp(32px,10vw,46px) !important;
  }
}

/* ============================================================
   Revision v33
   - ABOUT画像は拡大ではなく最終画像をそのまま見せる
   - SETカード内の文字と価格を少し小さく、価格のみ右揃え
   - 各セクションタイトルをやや小さくして改行可読性を改善
   ============================================================ */

/* Section heading tuning */
.section-head{
  margin-bottom:24px !important;
}
.section-head h2{
  font-size:clamp(28px,3vw,44px) !important;
  line-height:1.12 !important;
  letter-spacing:-0.035em !important;
}

/* ABOUT panel image: use full final images without zooming or black bars */
.about-combined .about-panel,
.about-panel{
  align-items:start !important;
  grid-template-columns:minmax(0,42%) minmax(0,1fr) !important;
}
.about-logo.about-visual.about-main-field{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding:0 !important;
  background:#fff !important;
  overflow:hidden !important;
}
.about-main-field .about-responsive-picture{
  display:block !important;
  width:100% !important;
  height:auto !important;
}
.about-main-field .about-responsive-picture img,
.about-main-field img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center top !important;
  aspect-ratio:auto !important;
  background:#fff !important;
  filter:none !important;
}

/* Bundle cards */
.bundle-grid article{
  padding:24px 22px !important;
}
.bundle-tag{
  font-size:11px !important;
  line-height:1.2 !important;
  padding:5px 11px !important;
  letter-spacing:0.03em !important;
}
.bundle-grid h3{
  margin:18px 0 10px !important;
  font-size:clamp(18px,2vw,24px) !important;
  line-height:1.28 !important;
  letter-spacing:-0.02em !important;
}
.bundle-grid strong{
  display:block !important;
  margin-top:auto !important;
  padding-top:14px !important;
  font-size:clamp(28px,3vw,42px) !important;
  line-height:1.02 !important;
  text-align:right !important;
  letter-spacing:-0.03em !important;
}

@media (max-width:1023px){
  .about-combined .about-panel,
  .about-panel{
    grid-template-columns:1fr !important;
  }
  .about-logo.about-visual.about-main-field{
    padding:0 !important;
  }
  .about-main-field .about-responsive-picture,
  .about-main-field .about-responsive-picture img{
    width:100% !important;
    height:auto !important;
  }
  .bundle-grid h3{
    font-size:clamp(18px,3vw,24px) !important;
  }
}

@media (max-width:767px){
  .section-head{
    margin-bottom:18px !important;
  }
  .section-head h2{
    font-size:clamp(24px,5.6vw,34px) !important;
    line-height:1.16 !important;
  }
  .about-text{
    padding:24px 18px 22px !important;
  }
  .about-text p{
    font-size:14px !important;
    line-height:1.8 !important;
  }
  .bundle-grid article{
    padding:22px 18px !important;
  }
  .bundle-tag{
    font-size:10.5px !important;
  }
  .bundle-grid h3{
    font-size:clamp(17px,6vw,22px) !important;
    margin:16px 0 8px !important;
  }
  .bundle-grid strong{
    font-size:clamp(26px,9vw,38px) !important;
  }
}

/* ============================================================
   Revision v37
   - PC版 ABOUT画像の下余白解消（縦横比は維持しつつ自然にトリミング）
   - PC版 ホルダー関連セクションの横幅を他セクションと揃える
   - それ以外は変更しない
   ============================================================ */
@media (min-width:1024px){
  /* ABOUT: セクション全体の幅を他セクションと揃える */
  .about-combined{
    width:min(100%, var(--inner)) !important;
    margin:0 auto !important;
  }

  .about-combined .about-panel,
  .about-panel{
    width:100% !important;
    margin:0 !important;
    align-items:stretch !important;
  }

  /* ABOUT画像: 下部の白余白が出ないように、比率維持のまま自然にフィット */
  .about-logo.about-visual.about-main-field{
    display:flex !important;
    align-items:stretch !important;
    justify-content:stretch !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  .about-main-field .about-responsive-picture{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
  }

  .about-main-field .about-responsive-picture img,
  .about-main-field img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    background:#fff !important;
  }

  /* ホルダー関連商品ボックス: 横幅を他セクションと揃える */
  .holder-official__box{
    width:min(100%, var(--inner)) !important;
    margin:0 auto !important;
    grid-template-columns:minmax(300px, 400px) minmax(0, 1fr) !important;
    gap:36px !important;
    padding:32px 34px !important;
  }

  .holder-official__visual{
    width:100% !important;
    max-width:400px !important;
  }

  .holder-official__content{
    max-width:none !important;
  }
}

/* ============================================================
   Revision v38
   - 価格の「円」を数字より2段階小さく統一
   - 指定段落の強制改行を解除
   - ヘッダー画像内の価格数字を黒文字に変更
   - 上記以外は変更しない
   ============================================================ */
.holder-official__price strong small,
.bundle-grid strong small,
.price-panel td strong small{
  display:inline !important;
  margin-left:.08em !important;
  font-size:.55em !important;
  line-height:1 !important;
  font-weight:inherit !important;
  vertical-align:.08em !important;
  letter-spacing:0 !important;
}

/* ============================================================
   Revision v39
   - ヘッダー画像内の価格を除き、ページ内の価格文字を黒で統一
   - 上記以外は変更しない
   ============================================================ */
.holder-official__price strong,
.bundle-grid strong,
.price-panel td strong{
  color:var(--black) !important;
}

/* ============================================================
   オリジナルカード新LP02：常盤案反映
   画像・基本デザインは変更せず、マイクロコピーの表示のみ追加
   ============================================================ */
.holder-official__microcopy{
  width:min(100%, var(--inner));
  margin:0 auto 18px;
  text-align:center;
  color:var(--red);
  font-weight:900;
  font-size:clamp(16px, 2vw, 22px);
  line-height:1.5;
}
@media (max-width:767px){
  .holder-official__microcopy{
    margin-bottom:14px;
    padding:0 6px;
    font-size:15px;
  }
}

/* ============================================================
   LP03: 交換シーンの画像と見出しの間隔のみ調整
   その他のデザイン・文章・構造・画像・リンクは変更しない
   ============================================================ */
.scene-grid--three > article h3{
  margin-top:12px !important;
}
