:root{--cp-color-text: #111;--cp-color-bg: #fff;--cp-color-line: #b5b5b5;--cp-color-muted: #666;--cp-color-label-bg: #efefef;--cp-font-weight-regular: 400;--cp-font-weight-medium: 500;--cp-font-weight-semibold: 600;--cp-font-size-body: 16px;--cp-line-height-body: 2;--cp-letter-spacing-body: .01em;--cp-font-size-body-sp: 14px;--cp-line-height-body-sp: 1.9;--cp-font-size-label: 14px;--cp-font-size-label-sp: 12px;--cp-font-size-page-title: 34px;--cp-font-size-page-title-sp: 28px;--cp-font-size-heading: 30px;--cp-font-size-heading-sp: 26px;--cp-font-size-subheading: 24px;--cp-font-size-subheading-sp: 20px;--cp-section-space: 96px;--cp-section-space-sp: 72px;--cp-label-image-gap: 56px;--cp-label-image-gap-sp: 20px;--cp-about-label-image-gap-sp: 32px;--cp-column-gap: 72px;--cp-multi-gap: 56px;--cp-multi-gap-sp: 48px;--cp-label-radius: 999px}.custom-about-hero-section{position:relative;width:100%;background:var(--cp-color-bg)}.custom-about-hero__media{position:relative;width:100%;height:var(--hero-height-desktop);overflow:hidden}.custom-about-hero__image,.custom-about-hero__placeholder{display:block;width:100%;height:100%}.custom-about-hero__image{object-fit:var(--hero-image-fit, cover);object-position:var(--hero-image-position, center center)}.custom-about-hero__placeholder svg{display:block;width:100%;height:100%}.custom-about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.custom-about-hero__logo{position:absolute;top:var(--hero-logo-top-desktop);left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:var(--hero-logo-size-desktop);line-height:1;font-weight:var(--cp-font-weight-regular);letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.18);white-space:nowrap}@media screen and (min-width:700px){.custom-about-hero__media.is-natural{height:auto;overflow:visible}.custom-about-hero__media.is-natural .custom-about-hero__image,.custom-about-hero__media.is-natural .custom-about-hero__placeholder{width:100%;height:auto}.custom-about-hero__media.is-natural .custom-about-hero__image{max-height:none;object-fit:unset}.custom-about-hero__media.is-natural .custom-about-hero__placeholder svg{width:100%;height:auto;aspect-ratio:16 / 9}}@media screen and (max-width:699px){.custom-about-hero__media{height:var(--hero-height-mobile)}.custom-about-hero__image,.custom-about-hero__placeholder{width:100%;height:100%}.custom-about-hero__image{object-fit:var(--hero-image-fit, cover);object-position:var(--hero-image-position, center center)}.custom-about-hero__logo{top:var(--hero-logo-top-mobile);font-size:var(--hero-logo-size-mobile);letter-spacing:.06em}}.custom-about-split-section{padding-top:var(--about-split-space-desktop, 160px);padding-bottom:var(--about-split-space-desktop, 160px);background:var(--cp-color-bg)}.custom-about-split__container{width:100%}.custom-about-split__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"label empty" "image content";column-gap:var(--cp-column-gap);row-gap:var(--cp-label-image-gap);align-items:start}.custom-about-split__inner.is-reverse{grid-template-areas:"empty label" "content image"}.custom-about-split__label{grid-area:label;display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:42px;padding:10px 32px;border:1px solid var(--cp-color-text);border-radius:var(--cp-label-radius);background:transparent;color:var(--cp-color-text);font-size:var(--cp-font-size-label);line-height:1;font-weight:var(--cp-font-weight-regular);letter-spacing:.04em}.custom-about-split__image-wrap{grid-area:image;width:100%;height:var(--split-image-height-desktop);overflow:hidden}.custom-about-split__image,.custom-about-split__placeholder{display:block;width:100%;height:100%}.custom-about-split__placeholder svg{display:block;width:100%;height:100%}.custom-about-split__content{grid-area:content;width:100%;align-self:start}.custom-about-split__heading{margin:0 0 20px;font-size:var(--cp-font-size-heading);line-height:1.2;font-weight:var(--cp-font-weight-regular);color:var(--cp-color-text)}.custom-about-split__text{font-size:var(--cp-font-size-body);line-height:var(--cp-line-height-body);letter-spacing:var(--cp-letter-spacing-body);color:var(--cp-color-text)}.custom-about-split__multi{width:100%}.custom-about-split__label--multi{margin-bottom:var(--cp-label-image-gap)}.custom-about-split__multi-items{display:flex;flex-direction:column;gap:var(--cp-multi-gap)}.custom-about-split__multi-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:var(--cp-column-gap);align-items:start}.custom-about-split__multi-item.is-reverse .custom-about-split__multi-image-wrap{order:2}.custom-about-split__multi-item.is-reverse .custom-about-split__multi-content{order:1}.custom-about-split__multi-image-wrap{width:100%;height:var(--multi-image-height-desktop);overflow:hidden}.custom-about-split__multi-image,.custom-about-split__multi-image-wrap .custom-about-split__placeholder{display:block;width:100%;height:100%}.custom-about-split__multi-content{width:100%;align-self:start}.custom-about-split__multi-heading{margin:0 0 16px;font-size:var(--cp-font-size-subheading);line-height:1.3;font-weight:var(--cp-font-weight-regular);color:var(--cp-color-text)}.custom-about-split__multi-text{font-size:var(--cp-font-size-body);line-height:var(--cp-line-height-body);letter-spacing:var(--cp-letter-spacing-body);color:var(--cp-color-text)}.custom-about-split__text p,.custom-about-split__multi-text p{margin:0 0 1em}.custom-about-split__text p:last-child,.custom-about-split__multi-text p:last-child{margin-bottom:0}@media screen and (max-width:699px){.custom-about-split-section{padding-top:var(--about-split-space-mobile, 96px);padding-bottom:var(--about-split-space-mobile, 96px)}.custom-about-split__inner{grid-template-columns:1fr;grid-template-areas:"label" "image" "content";row-gap:var(--cp-about-label-image-gap-sp)}.custom-about-split__inner.is-reverse{grid-template-areas:"label" "image" "content"}.custom-about-split__image-wrap{height:var(--split-image-height-mobile)}.custom-about-split__label{min-height:36px;padding:8px 24px;font-size:var(--cp-font-size-label-sp)}.custom-about-split__heading{font-size:var(--cp-font-size-heading-sp)}.custom-about-split__text{font-size:var(--cp-font-size-body-sp);line-height:var(--cp-line-height-body-sp)}.custom-about-split__label--multi{margin-bottom:var(--cp-about-label-image-gap-sp)}.custom-about-split__multi-items{gap:var(--cp-multi-gap-sp)}.custom-about-split__multi-item{grid-template-columns:1fr;row-gap:20px}.custom-about-split__multi-item.is-reverse .custom-about-split__multi-image-wrap,.custom-about-split__multi-item.is-reverse .custom-about-split__multi-content{order:initial}.custom-about-split__multi-image-wrap{height:var(--multi-image-height-mobile)}.custom-about-split__multi-heading{margin:0 0 12px;font-size:var(--cp-font-size-subheading-sp);line-height:1.35}.custom-about-split__multi-text{font-size:var(--cp-font-size-body-sp);line-height:var(--cp-line-height-body-sp)}}.custom-shop-list-section{padding-top:var(--shop-list-space-desktop, 160px);padding-bottom:var(--shop-list-space-desktop, 160px);background:var(--cp-color-bg)}.custom-shop-list__inner{width:100%;padding-bottom:72px}.custom-shop-list__title{margin:0 0 128px;text-align:center;font-size:var(--cp-font-size-page-title);line-height:1.1;font-weight:var(--cp-font-weight-regular);letter-spacing:.02em;color:var(--cp-color-text)}.custom-shop-list__divider{display:block;width:100%;margin:0 0 72px;border:0;border-top:1px solid var(--cp-color-line)}.custom-shop-list__items{display:flex;flex-direction:column;gap:44px}.custom-shop-list__item{display:grid;grid-template-columns:92px 1fr;column-gap:42px;align-items:start}.custom-shop-list__label-wrap{display:flex;justify-content:flex-start;padding-top:2px}.custom-shop-list__label{min-width:86px;padding:12px 14px;background:var(--cp-color-label-bg);text-align:center;font-size:15px;line-height:1.2;font-weight:var(--cp-font-weight-medium);color:var(--cp-color-text)}.custom-shop-list__shop-name{margin:0 0 4px;font-size:18px;line-height:1.3;font-weight:var(--cp-font-weight-semibold);color:var(--cp-color-text)}.custom-shop-list__meta{font-size:var(--cp-font-size-body);line-height:1.65;color:var(--cp-color-text);word-break:break-word}.custom-shop-list__postcode,.custom-shop-list__address{display:inline}.custom-shop-list__phone{display:inline-block;white-space:nowrap;margin-top:2px}.custom-shop-list__phone-icon{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;margin-right:0;vertical-align:middle;transform:translateY(-.5px)}.custom-shop-list__phone-icon svg{display:block}.custom-shop-list__phone a{color:inherit;text-decoration:none}.custom-shop-list__phone a:hover{text-decoration:underline}.custom-shop-list__link{margin-top:10px}.custom-shop-list__link a{font-size:15px;color:var(--cp-color-text);text-decoration:underline;text-underline-offset:.15em}.custom-shop-list__empty{font-size:16px;line-height:1.6;color:var(--cp-color-muted)}@media screen and (max-width:699px){.custom-shop-list-section{padding-top:var(--shop-list-space-mobile, 96px);padding-bottom:var(--shop-list-space-mobile, 96px)}.custom-shop-list__title{margin:0 0 64px;font-size:var(--cp-font-size-page-title-sp);line-height:1.15;font-weight:var(--cp-font-weight-regular)}.custom-shop-list__inner{padding-bottom:48px}.custom-shop-list__divider{margin-bottom:40px}.custom-shop-list__items{gap:32px}.custom-shop-list__item{grid-template-columns:1fr;row-gap:14px}.custom-shop-list__label-wrap{padding-top:0}.custom-shop-list__label{min-width:72px;padding:10px 12px;font-size:14px}.custom-shop-list__shop-name{font-size:16px}.custom-shop-list__meta{font-size:14px;line-height:1.75}.custom-shop-list__phone-icon{width:10px;height:10px}}.custom-top-anchor-nav-section{width:100%}.custom-top-anchor-nav{background:#000;color:#fff;width:100%}.custom-top-anchor-nav__inner{width:auto}.custom-top-anchor-nav__desktop{display:block}.custom-top-anchor-nav__list{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;width:100%;margin:0;padding:0;list-style:none}.custom-top-anchor-nav__item{min-width:0;flex:0 0 auto}.custom-top-anchor-nav__item+.custom-top-anchor-nav__item{border-left:none}.custom-top-anchor-nav__link{display:flex;align-items:center;justify-content:center;min-height:83px;padding:20px 32px;color:#fff;text-decoration:none;text-align:center;font-size:20px;line-height:1.2;letter-spacing:.08em;font-weight:700;transition:opacity .2s ease}.custom-top-anchor-nav__link:hover{opacity:.7}.custom-top-anchor-nav__mobile{display:none}.custom-top-anchor-nav__mobile[open] .custom-top-anchor-nav__summary-icon{transform:rotate(180deg)}.custom-top-anchor-nav__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:16px 28px 16px 20px;cursor:pointer;color:#fff}.custom-top-anchor-nav__summary::-webkit-details-marker{display:none}.custom-top-anchor-nav__summary-label{font-size:14px;line-height:1.2;letter-spacing:.08em;font-weight:700}.custom-top-anchor-nav__summary-main{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0}.custom-top-anchor-nav__trigger-icon{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:18px;min-width:18px;height:14px;flex-shrink:0}.custom-top-anchor-nav__trigger-line{display:block;width:18px;height:1px;background:currentColor;border-radius:999px}.custom-top-anchor-nav__summary-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:12px;padding-right:2px;transition:transform .2s ease}.custom-top-anchor-nav__mobile-panel{border-top:1px solid rgba(255,255,255,.14);max-height:0;overflow:hidden;opacity:0;transition:max-height .82s cubic-bezier(.22,.61,.36,1),opacity .32s ease}.custom-top-anchor-nav__mobile[open] .custom-top-anchor-nav__mobile-panel{max-height:380px;opacity:1}.custom-top-anchor-nav__mobile-list{margin:0;padding:0}.custom-top-anchor-nav__mobile-item+.custom-top-anchor-nav__mobile-item{border-top:1px solid rgba(255,255,255,.12)}.custom-top-anchor-nav__mobile-link{display:flex;align-items:center;width:100%;min-height:52px;padding:14px 20px;color:#fff;text-decoration:none;font-size:14px;line-height:1.2;letter-spacing:.06em;font-weight:700}.custom-top-anchor-nav__mobile-link:hover{opacity:.7}@media screen and (max-width:699px){.custom-top-anchor-nav__desktop{display:none}.custom-top-anchor-nav__mobile{display:block}.custom-top-anchor-nav__item,.custom-top-anchor-nav__mobile-item{list-style:none}.custom-top-anchor-nav__summary--hamburger{justify-content:center;padding-right:20px}.custom-top-anchor-nav__summary--text-hamburger{justify-content:center}.custom-top-anchor-nav__summary--text .custom-top-anchor-nav__summary-main{justify-content:flex-start}}.shopify-section--rich-text .button{border-radius:999px}.custom-media-grid{--media-grid-column-count: 8}.shopify-section--custom-media-grid .section-spacing{padding-bottom:0}main .shopify-policy__container{max-width:880px;margin:0 auto;padding:96px 40px 120px}main .shopify-policy__title{margin:0 0 56px}main .shopify-policy__title h1{margin:0;font-size:var(--cp-font-size-page-title);line-height:1.1;font-weight:var(--cp-font-weight-regular);letter-spacing:.02em;color:var(--cp-color-text)}main .shopify-policy__container .shopify-policy__body h2{margin:0 0 20px;margin-block-start:56px;padding-bottom:12px;border-bottom:1px solid var(--cp-color-line);font-size:var(--cp-font-size-subheading);line-height:1.3;font-weight:var(--cp-font-weight-regular);letter-spacing:.04em;color:var(--cp-color-text)}main .shopify-policy__container .shopify-policy__body h2:first-child{margin-block-start:0}main .shopify-policy__body p,main .shopify-policy__body li{font-size:var(--cp-font-size-body);line-height:var(--cp-line-height-body);letter-spacing:var(--cp-letter-spacing-body);color:var(--cp-color-text)}main .shopify-policy__body p{margin:0 0 1em}main .shopify-policy__body a{color:inherit;text-decoration:underline;text-underline-offset:.15em}main .shopify-policy__body ul{margin:0 0 1.25em;list-style:none}main .shopify-policy__body ul>li{position:relative;margin:0 0 .5em;padding-left:1.4em}main .shopify-policy__body ul>li:before{content:"\30fb";position:absolute;left:0;top:0}main .shopify-policy__body ol{margin:0 0 1.25em;padding-left:0;list-style:none;counter-reset:policy-decimal}main .shopify-policy__body ol>li{position:relative;margin:0 0 .5em;padding-left:2.6em;counter-increment:policy-decimal}main .shopify-policy__body ol>li:before{content:counter(policy-decimal) ".";position:absolute;left:0;width:2em;text-align:left;white-space:nowrap}main .shopify-policy__body ol.policy-list-parentheses{counter-reset:policy-parentheses}main .shopify-policy__body ol.policy-list-parentheses>li{counter-increment:policy-parentheses}main .shopify-policy__body ol.policy-list-parentheses>li:before{content:"(" counter(policy-parentheses) ")"}main .shopify-policy__body ol ol,main .shopify-policy__body ul ol,main .shopify-policy__body ol ul,main .shopify-policy__body ul ul{margin-top:.5em;margin-bottom:0}@media screen and (max-width:699px){main .shopify-policy__container{padding:72px 20px 96px}main .shopify-policy__title{margin-bottom:40px}main .shopify-policy__title h1{font-size:var(--cp-font-size-page-title-sp);line-height:1.15}main .shopify-policy__container .shopify-policy__body h2{margin:0 0 16px;margin-block-start:40px;padding-bottom:10px;font-size:var(--cp-font-size-subheading-sp);line-height:1.35}main .shopify-policy__container .shopify-policy__body h2:first-child{margin-block-start:0}main .shopify-policy__body p,main .shopify-policy__body li{font-size:var(--cp-font-size-body-sp);line-height:var(--cp-line-height-body-sp)}main .shopify-policy__body ol>li{padding-left:2em}main .shopify-policy__body ol>li:before{width:2em}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-custom-pages.css.map */
