:root{--rl-primary: #5B9BD5;--rl-primary-light: #7BB3E0;--rl-accent: #6BAED6;--rl-accent-light: #AED6F1;--rl-accent-dark: #4A8ABF;--rl-bg: #FFFFFF;--rl-bg-warm: #EDF4FB;--rl-bg-soft: #DDEAF5;--rl-text: #212529;--rl-text-muted: #6C757D;--rl-text-light: #FFFFFF;--rl-border: #E9ECEF;--rl-shadow: 0 2px 8px rgba(0,0,0,.08);--rl-shadow-hover: 0 6px 20px rgba(0,0,0,.12);--rl-radius: 8px;--rl-transition: .2s ease;--rl-section-py: 4rem;--rl-container-px: 1rem;--rl-max-width: 640px}.rl-lp{font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,sans-serif;color:var(--rl-text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-bottom:72px}.rl-lp *,.rl-lp *:before,.rl-lp *:after{box-sizing:border-box;margin:0;padding:0}.rl-lp img{max-width:100%;height:auto;display:block}.rl-lp a{color:inherit;text-decoration:none}.rl-shell{max-width:var(--rl-max-width);margin:0 auto;padding:0 var(--rl-container-px)}.rl-section__label{font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,sans-serif;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rl-accent);margin-bottom:.5rem}.rl-section__title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}.rl-section__title--accent{color:var(--rl-accent);font-size:inherit;font-weight:inherit}.rl-section__subtitle{font-size:.9rem;color:var(--rl-text-muted);line-height:1.7;margin-bottom:2rem}.rl-info__label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--rl-text-muted);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.rl-info__label:after{content:"";flex:1;height:1px;background:var(--rl-border)}.rl-info__badge{display:inline-block;background:var(--rl-accent);color:var(--rl-text-light);font-size:.8rem;font-weight:700;padding:.4rem 1rem;border-radius:4px;margin-bottom:.75rem}.rl-info__text{font-size:.8rem;color:var(--rl-text-muted);line-height:1.7}.rl-section--warm{padding:2.5rem 0;text-align:left}.rl-spec{background:var(--rl-bg-soft);border-radius:var(--rl-radius);padding:1rem;text-align:left}.rl-spec__row{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--rl-border);font-size:.8rem;line-height:1.5}.rl-spec__row:last-child{border-bottom:none}.rl-spec__key{color:var(--rl-text-muted);width:5rem;flex-shrink:0;font-size:.75rem}.rl-spec__val{color:var(--rl-text)}.rl-section{padding:var(--rl-section-py) 0;text-align:center}.rl-section--warm{background:var(--rl-bg-warm)}.rl-section--soft{background:var(--rl-bg-soft)}.rl-hero{position:relative;background:var(--rl-bg-warm);text-align:center;padding:0 0 2rem}.rl-hero__img-wrap{margin-bottom:1.5rem}.rl-hero__img-wrap img{width:100%;height:auto;display:block}.rl-hero__badge{display:inline-block;font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,sans-serif;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rl-accent);border:1px solid var(--rl-accent);border-radius:2px;padding:.25rem .75rem;margin-bottom:1.25rem}.rl-hero__title{font-size:1.75rem;font-weight:700;line-height:1.35;margin-bottom:.75rem;letter-spacing:-.02em}.rl-hero__title span{color:var(--rl-accent);font-size:inherit;font-weight:inherit}.rl-hero__lead{font-size:.95rem;color:var(--rl-text-muted);line-height:1.7;margin-bottom:1.5rem}.rl-hero__price{font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,sans-serif;font-size:2rem;font-weight:600;color:var(--rl-primary);margin-bottom:.25rem}.rl-hero__price-tax{font-size:.875rem;font-weight:400}.rl-hero__price-note{font-size:.8rem;color:var(--rl-text-muted);margin-bottom:1.5rem}.rl-cta{display:inline-block;background:var(--rl-primary);color:var(--rl-text-light);font-size:.95rem;font-weight:600;padding:.875rem 2rem;border-radius:4px;transition:all var(--rl-transition);border:none;cursor:pointer}.rl-cta:hover{background:var(--rl-primary-light);transform:translateY(-1px);box-shadow:var(--rl-shadow-hover)}.rl-cta--accent{background:var(--rl-accent)}.rl-cta--accent:hover{background:var(--rl-accent-dark)}.rl-cta--full{display:block;width:100%;text-align:center}.rl-flavors__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.rl-flavor-card{display:flex;flex-direction:column;background:var(--rl-bg);border-radius:var(--rl-radius);box-shadow:var(--rl-shadow);overflow:hidden;transition:box-shadow var(--rl-transition),transform var(--rl-transition),border-color var(--rl-transition);text-decoration:none;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid transparent}.rl-flavor-card--selected{border-color:var(--rl-accent);box-shadow:0 0 0 1px var(--rl-accent-light),var(--rl-shadow-hover)}.rl-flavor-card:hover{box-shadow:var(--rl-shadow-hover);transform:translateY(-2px)}.rl-flavor-card__img-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--rl-bg-warm)}.rl-flavor-card__img-wrap img{width:100%;height:100%;object-fit:cover}.rl-flavor-card__body{padding:.5rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.rl-flavor-card__name{font-size:.75rem;font-weight:600;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rl-flavor-card__meta{font-size:.65rem;color:var(--rl-text-muted)}.rl-try-all{margin-bottom:1rem}.rl-bonus{margin-top:1.5rem}.rl-bonus__bubble{display:inline-block;background:var(--rl-accent);color:#fff;font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:1rem;margin-bottom:.5rem;position:relative}.rl-bonus__bubble:after{content:"";position:absolute;bottom:-6px;left:1.5rem;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--rl-accent)}.rl-bonus__bubble--achieved{background:#06c755}.rl-bonus__bubble--achieved:after{border-top-color:#06c755}.rl-bonus__notes{margin-top:.5rem;font-size:.7rem;color:var(--rl-text-muted);line-height:1.5}.rl-bonus__card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:var(--rl-bg);border:2px solid var(--rl-accent);border-radius:var(--rl-radius);position:relative;text-align:left}.rl-bonus__badge{position:absolute;top:-12px;right:12px;background:var(--rl-accent-dark);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem;letter-spacing:.05em}.rl-bonus__gallery{display:flex;gap:.5rem;justify-content:center}.rl-bonus__gallery img{width:calc(50% - .25rem);aspect-ratio:1;object-fit:cover;border-radius:8px;background:var(--rl-bg-warm)}.rl-bonus__label{font-size:.7rem;color:var(--rl-accent);font-weight:600;margin-bottom:.15rem}.rl-bonus__name{font-size:1rem;font-weight:700;margin-bottom:.25rem}.rl-bonus__value{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.rl-bonus__price-original{font-size:.85rem;color:var(--rl-text-muted);text-decoration:line-through}.rl-bonus__price-free{font-size:1.1rem;font-weight:700;color:var(--rl-accent-dark)}.rl-bonus__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.rl-bonus__features li{font-size:.75rem;color:var(--rl-text);padding-left:1.1rem;position:relative;line-height:1.5}.rl-bonus__features li:before{content:"\2713";position:absolute;left:0;color:var(--rl-accent);font-weight:600}.rl-story{text-align:left;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.rl-story__step{background:var(--rl-bg);border-radius:var(--rl-radius);position:relative;padding:1.25rem 1.25rem 1.25rem 3.5rem}.rl-story__num{position:absolute;left:1.25rem;top:1.25rem;font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,sans-serif;font-size:1.1rem;font-weight:700;color:var(--rl-accent-light);line-height:1}.rl-story__heading{font-size:.9rem;font-weight:700;margin-bottom:.4rem}.rl-story__text{font-size:.8rem;color:var(--rl-text-muted);line-height:1.7}.rl-research{text-align:left;background:var(--rl-bg);border-left:3px solid var(--rl-accent);border-radius:0 var(--rl-radius) var(--rl-radius) 0;padding:1.25rem 1.25rem 1.25rem 1.5rem;margin-bottom:1.5rem}.rl-research__label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--rl-accent);font-weight:700;margin-bottom:.4rem}.rl-research__title{font-size:.9rem;font-weight:700;margin-bottom:.5rem}.rl-research__text{font-size:.8rem;color:var(--rl-text-muted);line-height:1.7;margin-bottom:.75rem}.rl-research__points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.rl-research__points li{font-size:.8rem;font-weight:600;color:var(--rl-text);padding-left:1.1rem;position:relative;line-height:1.5}.rl-research__points li:before{content:"\2713";position:absolute;left:0;color:var(--rl-accent);font-weight:600}.rl-research__img{margin-bottom:1rem;border-radius:var(--rl-radius);overflow:hidden}.rl-research__img img{width:100%;height:auto;display:block}.rl-research__subtitle{font-size:.85rem;font-weight:700;margin-top:1.25rem;margin-bottom:.4rem}.rl-research__table{margin:.75rem 0 0;font-size:.75rem;line-height:1.5}.rl-research__table-row{display:grid;grid-template-columns:4.5rem 1fr 1fr;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--rl-border)}.rl-research__table-row--header{font-weight:700;font-size:.7rem;color:var(--rl-text-muted);border-bottom:2px solid var(--rl-border)}.rl-research__table-label{font-weight:600;color:var(--rl-text)}.rl-research__table-highlight{color:var(--rl-primary);font-weight:600}.rl-story__conclusion{font-size:.85rem;text-align:center;line-height:1.7;color:var(--rl-text)}.rl-story__conclusion strong{color:var(--rl-primary);font-weight:700}.rl-faq{text-align:left}.rl-faq__item{border-bottom:1px solid var(--rl-border)}.rl-faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:1rem 0;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--rl-text);line-height:1.5;gap:.75rem}.rl-faq__icon{flex-shrink:0;font-size:1.1rem;color:var(--rl-text-muted);transition:transform var(--rl-transition)}.rl-faq__q[aria-expanded=true] .rl-faq__icon{transform:rotate(45deg)}.rl-faq__a{height:0;overflow:hidden;transition:height .3s ease}.rl-faq__a p{padding:0 0 1rem;font-size:.8rem;color:var(--rl-text-muted);line-height:1.7}@media(min-width:768px){:root{--rl-section-py: 5rem;--rl-container-px: 2rem}.rl-hero__title{font-size:2.25rem}.rl-section__title{font-size:1.75rem}.rl-flavors__grid{gap:1.25rem}}.rl-qty{display:flex;align-items:center;justify-content:center;gap:0;margin-top:.5rem}.rl-qty__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--rl-border);background:var(--rl-bg);color:var(--rl-text);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all var(--rl-transition);-webkit-appearance:none;appearance:none;line-height:1}.rl-qty__btn:first-child{border-radius:4px 0 0 4px}.rl-qty__btn:last-child{border-radius:0 4px 4px 0}.rl-qty__btn:hover{background:var(--rl-bg-warm)}.rl-qty__btn:active{background:var(--rl-bg-soft)}.rl-qty__val{display:flex;align-items:center;justify-content:center;width:36px;height:32px;border-top:1px solid var(--rl-border);border-bottom:1px solid var(--rl-border);font-size:.9rem;font-weight:600;background:var(--rl-bg)}.rl-qty__val--active{color:var(--rl-accent-dark)}.rl-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--rl-bg);border-top:1px solid var(--rl-border);box-shadow:0 -4px 16px #0000001a;padding:.5rem var(--rl-container-px) .6rem;transform:translateY(100%);transition:transform .3s ease}.rl-sticky-bar--visible{transform:translateY(0)}.rl-sticky-bar__inner{max-width:var(--rl-max-width);margin:0 auto;display:flex;flex-direction:column;gap:0}.rl-sticky-bar__row1{font-size:.75rem;color:var(--rl-text-muted);white-space:nowrap;line-height:1;margin-bottom:-2px}.rl-sticky-bar__hint{color:var(--rl-accent);font-weight:600}.rl-sticky-bar__row2{display:flex;align-items:baseline;justify-content:flex-end;gap:.4rem;white-space:nowrap;line-height:1.3}.rl-sticky-bar__original{font-size:.75rem;color:var(--rl-text-muted);text-decoration:line-through}.rl-sticky-bar__total{font-family:\6e38\30b4\30b7\30c3\30af\4f53,Yu Gothic,YuGothic,sans-serif;font-size:1.1rem;font-weight:700;color:var(--rl-primary)}.rl-sticky-bar__btn{width:100%;display:block;text-align:center;padding:.6rem 1rem;font-size:.85rem}@media(max-width:480px){.rl-flavor-card__name{font-size:.85rem}.rl-flavor-card__meta{font-size:.7rem}.rl-flavor-card__body{padding:.5rem .35rem}.rl-qty__btn{width:36px;height:36px;font-size:1.2rem}.rl-qty__val{width:40px;height:36px;font-size:1rem}.rl-sticky-bar__btn{padding:.75rem 1rem;font-size:.95rem;min-height:48px}.rl-benefit__headline{font-size:1.1rem}.rl-benefit__row{gap:12px;padding:10px}.rl-benefit__row img{width:60px;height:60px}}@media(prefers-reduced-motion:reduce){.rl-cta,.rl-flavor-card{transition:none}.rl-cta:hover,.rl-flavor-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/richill-light-lp.css.map */
