.main.home-custom{display:block;padding-top:16px;padding-bottom:64px}.main.home-custom>.sidebar-left,.main.home-custom .trigger-sidebar{display:none}.carousel.carousel-desktop,.carousel.carousel-mobile{display:none!important}.rg-home-section{--rg-home-accent: #ffd60a;--rg-home-text: #111111;--rg-home-muted: #6b6b6b;--rg-home-border: #e5e5e5;--rg-home-surface: #f7f7f7;--rg-home-sale: #c40000;color:var(--rg-home-text);font-family:Noto Sans JP,sans-serif}.rg-home-section a:focus-visible,.rg-home-section button:focus-visible{outline:2px solid #111111;outline-offset:2px}.rg-home-section__header{margin:0 0 20px}.rg-home-section__title{margin:0;padding-left:14px;border-left:6px solid var(--rg-home-accent);font-family:Manrope,Noto Sans JP,sans-serif;font-size:16pt;font-weight:400;line-height:1.3;color:var(--rg-home-text);letter-spacing:.04em}.rg-home-section__subtitle{margin:6px 0 0 20px;font-size:13px;color:var(--rg-home-muted)}@media screen and (min-width:750px){.rg-home-section__title{font-size:16pt}.rg-home-section__subtitle{font-size:14px}}.rg-home-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 16px;border:none;border-radius:6px;font-family:Manrope,Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:filter .15s ease,background-color .15s ease,border-color .15s ease}.rg-home-btn.rg-home-btn--cart{position:relative;width:44px;height:44px;min-height:44px;background:var(--rg-home-accent);border:none;border-radius:50%;color:#111;padding:0}.rg-home-btn.rg-home-btn--cart:hover{color:#111!important;background:var(--rg-home-accent)!important;border:none;filter:brightness(.95)}.rg-home-product-form{display:block}.rg-home-product-form form{display:flex;justify-content:center}.rg-home-cart-icon{display:inline-flex;align-items:center;justify-content:center}.rg-home-cart-icon svg{width:19px;height:19px}.rg-home-btn--options{width:100%;background:#fff;border:1.5px solid #111111;color:#111}.rg-home-btn--options:hover{background:var(--rg-home-surface)}.rg-home-btn--soldout{width:100%;background:#ededed;color:#6d6d6d;cursor:not-allowed}.rg-home-btn--more{min-width:220px;background:#fff;border:1.5px solid #111111;color:#111}.rg-home-btn--more:hover{background:var(--rg-home-accent);border-color:var(--rg-home-accent)}.rg-home-section__more{margin-top:24px;text-align:center}.rg-home-editor-hint{padding:24px;border:2px dashed #cccccc;border-radius:8px;color:#666;font-size:14px;text-align:center}.rg-home-banner__link{display:block;width:100%;height:100%}.rg-home-banner-section{width:100vw;margin-left:calc(50% - 50vw)}.rg-home-banner{overflow:hidden;background:#f3f3f3}.rg-home-banner-slider{--rg-home-slide-width: min( calc(100vw - 70px) , 430px);--rg-home-slide-edge-offset: max(35px, calc((100vw - 430px)/2) );--rg-home-slide-gap: 8px;position:relative;display:block;width:100%;max-width:none;margin-right:auto;margin-left:auto}.rg-home-banner-slider__viewport{position:relative;overflow:hidden;width:100%;height:var(--rg-home-slide-width)}.rg-home-banner__slide{position:absolute;top:0;bottom:0;left:50%;z-index:0;width:var(--rg-home-slide-width);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%);transition:transform .5s ease,opacity .5s ease,visibility .5s ease}.rg-home-banner__slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}.rg-home-banner__slide.is-previous,.rg-home-banner__slide.is-next{z-index:1;opacity:.48;visibility:visible}.rg-home-banner__slide.is-previous{transform:translate(calc(-150% - var(--rg-home-slide-gap)))}.rg-home-banner__slide.is-next{transform:translate(calc(50% + var(--rg-home-slide-gap)))}.rg-home-banner__slide.is-repositioning{opacity:0!important;transition:none!important}.rg-home-banner__media{display:block;width:100%;height:100%}.rg-home-banner__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.rg-home-banner__slide--contain .rg-home-banner__img{object-fit:contain}.rg-home-banner-slider__button{position:absolute;top:50%;z-index:2;display:grid;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#00000059;color:#fff;font:inherit;font-size:30px;line-height:1;place-items:center;transform:translateY(-50%);cursor:pointer}.rg-home-banner-slider__button span{transform:translateY(-1px)}.rg-home-banner-slider__button--previous{left:calc(var(--rg-home-slide-edge-offset) + 10px)}.rg-home-banner-slider__button--next{right:calc(var(--rg-home-slide-edge-offset) + 10px)}.rg-home-banner-slider__dots{position:absolute;right:0;bottom:14px;left:0;z-index:2;display:flex;justify-content:center;gap:9px;pointer-events:none}.rg-home-banner-slider__dot{width:9px;height:9px;padding:0;border:1px solid rgba(255,255,255,.95);border-radius:50%;background:#00000059;cursor:pointer;pointer-events:auto}.rg-home-banner-slider__dot.is-active{background:#fff}@media screen and (min-width:750px){.rg-home-banner-slider{--rg-home-slide-width: min(72vw, 760px);--rg-home-slide-edge-offset: max(14vw, calc((100vw - 760px)/2) );--rg-home-slide-gap: 12px;width:100%}.rg-home-banner-slider__viewport{height:min(40.5vw,428px)}.rg-home-banner-slider__button{width:44px;height:44px}.rg-home-banner-slider__button--previous{left:calc(var(--rg-home-slide-edge-offset) + 14px)}.rg-home-banner-slider__button--next{right:calc(var(--rg-home-slide-edge-offset) + 14px)}}@media(prefers-reduced-motion:reduce){.rg-home-banner__slide{transition:none}}.rg-home-categories{width:100%;max-width:1165px;margin-right:auto;margin-left:auto}.rg-home-categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 16px;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.rg-home-categories,.rg-home-product-section{width:min(1165px,calc(100vw - 100px));max-width:none;margin-left:50%;transform:translate(-50%)}.rg-home-categories__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:40px;width:100%}}.rg-home-categories__card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--rg-home-text);text-decoration:none}a.rg-home-categories__card:hover{box-shadow:none}.rg-home-categories__media{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:var(--rg-home-surface)}.rg-home-categories__img{width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}a.rg-home-categories__card:hover .rg-home-categories__img{opacity:.88}.rg-home-categories__initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--rg-home-accent);color:#111;font-family:Manrope,Noto Sans JP,sans-serif;font-size:16px;font-weight:700}.rg-home-categories__title{width:100%;font-family:Manrope,Noto Sans JP,sans-serif;font-size:14px;font-weight:700;text-align:center;line-height:1.4}.rg-home-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px 9.93px;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.rg-home-product-grid{grid-template-columns:repeat(3,1fr);gap:29px 12.64px}}@media screen and (min-width:990px){.rg-home-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 32.49px}}.rg-home-product-card{display:flex;flex-direction:column;height:100%}.rg-home-product-card__media-link{display:block;text-decoration:none}.rg-home-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;border:1px solid var(--rg-home-border);border-radius:8px;overflow:hidden;background:var(--rg-home-surface)}.rg-home-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;transition:opacity .38s ease .08s,transform .48s ease .08s}.rg-home-product-card__img--secondary{opacity:0;transform:scale(1.02)}.rg-home-product-card__placeholder{width:100%;height:100%}.rg-home-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;line-height:1.4}.rg-home-badge--soldout{position:absolute;top:8px;left:8px;background:#111;color:#fff}.rg-home-badge--sale{background:var(--rg-home-sale);color:#fff;margin-left:6px;vertical-align:middle}.rg-home-product-card--sold-out .rg-home-product-card__img--primary{opacity:.6}.rg-home-product-card--sold-out .rg-home-product-card__img--secondary{opacity:0}.rg-home-product-card__title{margin:10px 0 6px;min-height:4.5em;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.5;flex-grow:1}.rg-home-product-card__title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:var(--rg-home-text);text-decoration:none}.rg-home-product-card__title-link:hover{text-decoration:none}@media(hover:hover){.rg-home-product-card:hover .rg-home-product-card__img--primary:not(.rg-home-product-card__img--has-secondary){transform:scale(1.035)}.rg-home-product-card:hover .rg-home-product-card__img--has-secondary{opacity:0;transform:scale(1.02)}.rg-home-product-card:hover .rg-home-product-card__img--secondary{opacity:1;transform:scale(1)}.rg-home-product-card--sold-out:hover .rg-home-product-card__img--secondary{opacity:.6}}@media(prefers-reduced-motion:reduce){.rg-home-product-card__img{transition:none}}.rg-home-product-card__price{margin:0 0 10px;font-family:Manrope,Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4}.rg-home-price--sale{color:var(--rg-home-sale)}.rg-home-price--compare{margin-left:6px;font-size:12px;font-weight:400;color:var(--rg-home-muted)}.rg-home-product-form__error{margin-bottom:8px;font-size:12px;font-weight:600;color:var(--rg-home-sale)}.rg-home-product-card .loading-overlay__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.rg-home-spinner{width:18px;height:18px;animation:rg-home-rotate 1s linear infinite}.rg-home-spinner__path{stroke:#111;stroke-dasharray:140;stroke-dashoffset:100;transform-origin:center}@keyframes rg-home-rotate{to{transform:rotate(360deg)}}.rg-home-btn--cart.loading>.rg-home-cart-icon{opacity:.35}.rg-home-services__grid{display:grid;grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.rg-home-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}.rg-home-services__card{display:flex;align-items:center;gap:14px;height:100%;padding:12px;border:1px solid var(--rg-home-border);border-radius:10px;background:#fff}.rg-home-services__media{flex:0 0 88px;width:88px;height:88px;border-radius:8px;overflow:hidden;background:var(--rg-home-surface)}.rg-home-services__img{width:100%;height:100%;object-fit:cover}.rg-home-services__card--banner{display:block;padding:0;border-radius:28px;overflow:hidden;color:inherit;text-decoration:none}.rg-home-services__card--banner .rg-home-services__media{display:block;width:100%;height:auto;aspect-ratio:2 / 1;border-radius:0;background:#fff}.rg-home-services__card--banner .rg-home-services__img{display:block;object-fit:contain;transition:transform .2s ease}a.rg-home-services__card--banner:hover .rg-home-services__img{transform:scale(1.015)}.rg-home-services__body{min-width:0}.rg-home-services__title{margin:0 0 4px;font-size:15px;font-weight:700}.rg-home-services__text{margin:0 0 8px;font-size:12.5px;line-height:1.6;color:var(--rg-home-muted)}.rg-home-services__link{display:inline-block;padding:4px 2px;border-bottom:2px solid var(--rg-home-accent);color:var(--rg-home-text);font-size:13px;font-weight:700;text-decoration:none}.rg-home-services__link:hover{background:var(--rg-home-accent)}@media screen and (min-width:750px){.rg-home-services__card{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.rg-home-services__media{flex:none;width:100%;height:auto;aspect-ratio:16 / 9}}@media screen and (max-width:749px){.rg-home-services__grid{gap:16px}}.rg-home-news__list{margin:0;padding:0;list-style:none;border-top:1px solid var(--rg-home-border)}.rg-home-news__item{border-bottom:1px solid var(--rg-home-border)}.rg-home-news__link{display:flex;align-items:center;gap:14px;padding:14px 4px;color:var(--rg-home-text);text-decoration:none}.rg-home-news__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:6px;overflow:hidden;background:var(--rg-home-surface)}.rg-home-news__img{width:100%;height:100%;object-fit:cover}.rg-home-news__body{min-width:0}.rg-home-news__date{display:block;margin-bottom:2px;font-size:12px;color:var(--rg-home-muted)}.rg-home-news__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;font-size:14px;font-weight:600;line-height:1.5}.rg-home-news__link:hover .rg-home-news__title{text-decoration:underline;text-underline-offset:3px}.rg-home-about-section{width:100vw;margin-left:calc(50% - 50vw)}.rg-home-about__header{width:calc(100% - 40px);margin-right:auto;margin-left:auto}.rg-home-about__band{width:100%;background:var(--rg-home-surface)}.rg-home-about__intro{display:flex;flex-direction:column;width:calc(100% - 40px);max-width:1165px;margin:0 auto;background:var(--rg-home-surface)}.rg-home-about__media{overflow:hidden;background:var(--rg-home-surface)}.rg-home-about__img{display:block;width:100%;height:auto;border-radius:0}.rg-home-about__content{flex:1;padding:28px 20px 32px}.rg-home-about__text{font-size:14px;line-height:1.9}.rg-home-about__text p{margin:0 0 1em}.rg-home-about__text p:last-child{margin-bottom:0}@media screen and (min-width:750px){.rg-home-about__header,.rg-home-about__intro{width:min(1165px,calc(100vw - 100px))}}@media screen and (min-width:990px){.rg-home-about__intro{flex-direction:row;align-items:stretch}.rg-home-about__media{flex:0 0 42%}.rg-home-about__img{height:100%;object-fit:cover}.rg-home-about__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,4vw,72px)}}.rg-home-stores{display:grid;grid-template-columns:1fr;gap:16px;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.rg-home-stores{grid-template-columns:repeat(2,1fr);gap:20px}}.rg-home-stores__card{display:flex;flex-direction:column;height:100%;border:1px solid var(--rg-home-border);border-radius:10px;overflow:hidden;background:#fff}.rg-home-stores__media{aspect-ratio:16 / 10;background:var(--rg-home-surface)}.rg-home-stores__img{width:100%;height:100%;object-fit:cover}.rg-home-stores__body{display:flex;flex-direction:column;gap:10px;flex-grow:1;padding:16px}.rg-home-stores__name{margin:0;padding-left:10px;border-left:4px solid var(--rg-home-accent);font-size:16px;font-weight:700}.rg-home-stores__text{flex-grow:1;margin:0;font-size:13px;line-height:1.8;color:#333}.rg-home-stores__text p{margin:0 0 .8em}.rg-home-stores__text p:last-child{margin-bottom:0}.rg-home-stores__btn{align-self:flex-start}
/*# sourceMappingURL=/cdn/shop/t/59/assets/rg-home.css.map */
