:root {
--icon-line: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 5.94 2 10.8c0 2.76 1.44 5.22 3.7 6.84-.16 1.14-.6 2.7-1.1 3.9-.1.24.14.48.38.4 1.86-.6 3.36-1.4 4.1-1.86.94.2 1.92.32 2.92.32 5.52 0 10-3.94 10-8.8S17.52 2 12 2z'/%3E%3C/svg%3E");
--icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
--icon-camera: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2l-1.5 2H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2h-3.5L15 2H9zm3 6a5 5 0 110 10 5 5 0 010-10z'/%3E%3C/svg%3E");
--icon-send: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 12l20-9-9 20-2.5-8.5L2 12z'/%3E%3C/svg%3E");
--icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2l11-11-1.5-1.5z'/%3E%3C/svg%3E");
--icon-bag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 8V6a6 6 0 1112 0v2h1a2 2 0 012 2v10a2 2 0 01-2 2H5a2 2 0 01-2-2V10a2 2 0 012-2h1zm2 0h8V6a4 4 0 10-8 0v2z'/%3E%3C/svg%3E");
--icon-watch: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 5v5.4l4 2.4-.8 1.3-4.7-2.8V7h1.5z'/%3E%3C/svg%3E");
--icon-jewel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3 6h6l-5 4 2 8-6-4-6 4 2-8-5-4h6z'/%3E%3C/svg%3E");
--icon-alert: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L1 21h22L12 2zm0 5.5c.55 0 1 .45 1 1v5a1 1 0 01-2 0v-5c0-.55.45-1 1-1zm0 9.2a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z'/%3E%3C/svg%3E");
}
html {
scroll-behavior: smooth;
}
body {
padding-bottom: 30px;
} p,
h1,
h2,
h3,
h4,
ul,
ol {
margin: 0;
}
.site-footer {
margin-block-start: 0;
} .icon-mask {
display: block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
}
.icon-line {
-webkit-mask-image: var(--icon-line);
mask-image: var(--icon-line);
}
.icon-phone {
-webkit-mask-image: var(--icon-phone);
mask-image: var(--icon-phone);
}
.icon-camera {
-webkit-mask-image: var(--icon-camera);
mask-image: var(--icon-camera);
}
.icon-send {
-webkit-mask-image: var(--icon-send);
mask-image: var(--icon-send);
}
.icon-check {
-webkit-mask-image: var(--icon-check);
mask-image: var(--icon-check);
}
.icon-bag {
-webkit-mask-image: var(--icon-bag);
mask-image: var(--icon-bag);
}
.icon-watch {
-webkit-mask-image: var(--icon-watch);
mask-image: var(--icon-watch);
}
.icon-jewel {
-webkit-mask-image: var(--icon-jewel);
mask-image: var(--icon-jewel);
}
.icon-alert {
-webkit-mask-image: var(--icon-alert);
mask-image: var(--icon-alert);
} .site-header-inner,
.hero-card,
.trust-strip,
.section-head,
.steps,
.step-detail,
.line-repeat,
.item-card,
.ng-card,
.final-cta,
.site-footer > p {
max-width: 720px;
margin-left: auto;
margin-right: auto;
} header.has-paper-background-color {
border-bottom: 1px solid #eae4d6;
padding-left: 20px;
padding-right: 20px;
}
.site-header-inner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
gap: 16px;
row-gap: 10px;
}
.brand {
display: flex;
flex-wrap: nowrap;
gap: 10px;
align-items: center;
}
.brand .badge {
width: 34px;
height: 34px;
border-radius: 50%;
background: var(--wp--preset--color--gold);
display: flex;
align-items: center;
justify-content: center;
}
.brand .badge p {
margin: 0;
font-size: 14px;
color: var(--wp--preset--color--ink);
font-weight: 900;
}
.brand-name {
margin: 0 !important;
}
.brand-name a {
display: block;
}
.brand-name img {
width: 170px;
display: block;
}
.brand-sub {
font-weight: 400;
font-size: 10px;
color: #c9c4ba;
letter-spacing: 0.1em;
margin: 0 !important;
}
.tel-box {
text-align: right;
}
.tel-icon-link {
display: none;
}
.tel-label {
font-size: 12px;
color: var(--wp--preset--color--ink-soft);
margin: 0 !important;
}
.tel-number {
margin: 0 !important;
}
.tel-number a {
font-size: 22px;
font-weight: 900;
color: var(--wp--preset--color--accent-red);
text-decoration: none;
letter-spacing: 0.02em;
}
.tel-hours {
font-size: 12px;
color: var(--wp--preset--color--ink-soft);
margin: 0 !important;
}
@media (max-width: 520px) {
header.has-paper-background-color {
padding-top: 10px;
padding-bottom: 10px;
}
.brand-name img {
width: 120px;
}
p.hdad {
font-size: 10px;
}
.tel-box {
display: flex;
align-items: center;
}
.tel-label,
.tel-number,
.tel-hours {
display: none;
}
.tel-icon-link {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--wp--preset--color--accent-red);
}
.tel-icon-link .icon-mask {
width: 18px;
height: 18px;
background-color: #fff;
}
} .hero-section {
background: radial-gradient(circle at 18% 0%, rgba(6, 199, 85, 0.14), transparent 55%), var(--wp--preset--color--paper);
padding-top: 38px;
padding-bottom: 8px;
padding-left: 20px;
padding-right: 20px;
}
.hero-card {
background: linear-gradient(180deg, #0bd861 0%, var(--wp--preset--color--line-green) 100%);
border-radius: 18px;
padding: 34px 28px;
position: relative;
overflow: hidden;
box-shadow: 0 18px 40px -18px rgba(6, 199, 85, 0.55);
}
.hero-card::after {
content: "";
position: absolute;
right: -40px;
top: -40px;
width: 180px;
height: 180px;
background: rgba(255, 255, 255, 0.12);
border-radius: 50%;
}
.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: #fff;
color: var(--wp--preset--color--line-green-dark);
font-weight: 900;
font-size: 13px;
padding: 6px 14px;
border-radius: 999px;
margin-bottom: 16px !important;
position: relative;
z-index: 1;
}
.hero-eyebrow .icon-mask {
width: 16px;
height: 16px;
background-color: var(--wp--preset--color--line-green);
}
.hero-card h1 {
font-size: clamp(24px, 5.4vw, 34px);
line-height: 1.5;
margin-bottom: 10px !important;
position: relative;
z-index: 1;
color: #fff;
}
.hero-card .hero-text {
font-size: 15px;
color: #eafff0;
max-width: 46ch;
position: relative;
z-index: 1;
margin-bottom: 24px !important;
}
.cta-btn {
display: flex;
align-items: center;
}
.cta-btn .wp-block-button__link {
display: inline-flex;
align-items: center;
gap: 10px;
background: #fff;
color: var(--wp--preset--color--line-green-dark);
font-weight: 600;
font-size: 16px;
padding: 16px 26px;
border-radius: 999px;
box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.35);
position: relative;
z-index: 1;
}
.cta-btn .icon-mask {
width: 22px;
height: 22px;
background-color: var(--wp--preset--color--line-green);
}
.cta-btn.cta-btn-solid .wp-block-button__link {
background: var(--wp--preset--color--line-green);
color: #fff;
}
.cta-btn.cta-btn-solid .icon-mask {
background-color: #fff;
} .trust-strip {
list-style: none;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
margin: 22px auto 0 !important;
padding: 0 !important;
}
.trust-strip li {
background: var(--wp--preset--color--panel);
border-radius: 12px;
text-align: center;
padding: 12px 6px;
font-size: 12px;
font-weight: 700;
color: var(--wp--preset--color--ink-soft);
}
.trust-strip strong {
display: block;
font-size: 15px;
color: var(--wp--preset--color--accent-red);
font-family: var(--wp--preset--font-family--heading);
}
@media (max-width: 560px) {
.trust-strip {
grid-template-columns: repeat(2, 1fr);
}
} .lp-section {
padding: 44px 20px;
}
#line-add {
padding-left: 20px;
padding-right: 20px;
}
.section-head {
text-align: center;
margin-bottom: 30px !important;
}
.section-head .eyebrow {
color: var(--wp--preset--color--line-green-dark);
font-weight: 900;
font-size: 13px;
letter-spacing: 0.14em;
display: block;
}
.section-head h2 {
font-size: clamp(20px, 4.6vw, 28px);
margin-top: 6px !important;
}
.section-head p {
color: var(--wp--preset--color--ink-soft);
font-size: 14px;
max-width: 52ch;
margin: 12px auto 0 !important;
} .steps {
display: flex;
justify-content: center;
gap: 18px;
margin-bottom: 36px !important;
flex-wrap: wrap;
}
.step-chip {
width: 118px;
height: 118px;
border-radius: 50%;
background: var(--wp--preset--color--line-green);
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 12px 22px -10px rgba(6, 199, 85, 0.6);
}
.step-chip span {
display: block;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.06em;
opacity: 0.9;
margin-bottom: 4px;
text-align: center;
}
.step-chip strong {
display: block;
font-family: var(--wp--preset--font-family--heading);
font-size: 24px;
letter-spacing: 1px;
font-weight: 600;
line-height: 1;
text-align: center;
}
.step-detail {
display: grid;
grid-template-columns: 64px 1fr auto;
gap: 18px;
align-items: center;
padding: 26px 0;
border-top: 1px solid #eae4d6;
}
.step-detail.step-detail-last {
border-bottom: 1px solid #eae4d6;
}
.step-num {
width: 52px;
height: 52px;
border-radius: 14px;
background: var(--wp--preset--color--ink);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--wp--preset--font-family--heading);
font-weight: 900;
font-size: 20px;
}
.step-num p {
margin: 0 !important;
}
.step-body h3 {
font-size: 17px;
margin-bottom: 6px !important;
}
.step-body p.step-desc {
color: var(--wp--preset--color--ink-soft);
font-size: 14px;
margin: 0 0 14px !important;
}
.step-visual {
border-radius: 14px;
border: 1px solid #eae4d6;
background: #f9f7f3;
overflow: hidden;
text-align: center;
width: 120px;
flex-shrink: 0;
}
.step-visual img {
width: 120px;
height: auto;
display: block;
}
@media (max-width: 640px) {
.step-detail {
grid-template-columns: 64px 1fr;
}
.step-visual {
grid-column: 2 / 3;
width: 100%;
margin-top: 12px;
}
.step-visual img {
width: 140px;
margin: 0 auto;
}
} .line-repeat {
background: var(--wp--preset--color--ink);
border-radius: 18px;
padding: 30px 24px;
text-align: center;
color: #fff;
}
.line-repeat h2 {
font-size: clamp(19px, 4.2vw, 24px);
margin-bottom: 8px !important;
color: #fff;
}
.line-repeat p {
color: #d9d4c8;
font-size: 13px;
margin-bottom: 20px !important;
}
.line-repeat-assurance {
list-style: none;
display: inline-flex;
flex-direction: column;
gap: 8px;
margin: 0 0 24px !important;
padding: 0 !important;
text-align: left;
}
.line-repeat-assurance li {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: #ecebe7;
}
.line-repeat-assurance .icon-mask {
width: 16px;
height: 16px;
background-color: var(--wp--preset--color--line-green);
flex-shrink: 0;
}
.wp-block-button {
margin: 0 auto;
}
.line-repeat .cta-btn .wp-block-button__link {
color: var(--wp--preset--color--line-green-dark);
} .item-card {
background: #fff;
border: 1px solid #eae4d6;
border-radius: 16px;
padding: 22px;
margin-bottom: 16px !important;
display: grid;
grid-template-columns: 68px 1fr;
gap: 16px;
align-items: start;
}
.item-card .icon {
width: 68px;
height: 68px;
border-radius: 50%;
background: var(--wp--preset--color--panel);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.item-card .icon img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.item-card h3 {
font-size: 16px;
margin-bottom: 8px !important;
}
.item-card p {
font-size: 13.5px;
color: var(--wp--preset--color--ink-soft);
margin: 0 !important;
}
.item-note {
font-size: 12.5px;
color: var(--wp--preset--color--accent-red);
font-weight: 700;
margin-top: 8px !important;
}
.ng-card {
background: #fdf1ee;
border: 1px solid rgba(216, 57, 44, 0.25);
border-left: 4px solid var(--wp--preset--color--accent-red);
border-radius: 12px;
padding: 20px 22px;
font-size: 13.5px;
color: var(--wp--preset--color--ink-soft);
}
.ng-card-title {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 900;
color: var(--wp--preset--color--accent-red);
margin-bottom: 8px !important;
}
.ng-card-title .icon-mask {
width: 18px;
height: 18px;
background-color: var(--wp--preset--color--accent-red);
flex-shrink: 0;
}
.ng-card-list {
font-weight: 700;
color: var(--wp--preset--color--ink);
margin-bottom: 6px !important;
}
.ng-card-note {
color: var(--wp--preset--color--ink-soft);
} .store-gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
max-width: 720px;
margin-left: auto;
margin-right: auto;
margin-bottom: 28px !important;
}
.store-gallery figure {
margin: 0;
}
.store-gallery img {
width: 100%;
height: 160px;
object-fit: cover;
border-radius: 14px;
display: block;
box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.3);
}
.store-gallery figcaption {
margin-top: 8px;
font-size: 12.5px;
font-weight: 700;
color: var(--wp--preset--color--ink-soft);
text-align: center;
}
.store-info {
text-align: center;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.store-name {
font-size: 15px;
font-weight: 900;
color: var(--wp--preset--color--ink);
margin-bottom: 6px !important;
}
.store-address,
.store-license {
font-size: 12.5px;
line-height: 1.7;
color: var(--wp--preset--color--ink-soft);
}
@media (max-width: 480px) {
.store-gallery img {
height: 130px;
}
} .final-cta {
text-align: center;
background: linear-gradient(180deg, var(--wp--preset--color--panel), transparent);
border-radius: 18px;
padding: 38px 20px 30px;
}
.final-cta h2 {
font-size: clamp(20px, 4.6vw, 26px);
margin-bottom: 10px !important;
}
.final-cta p {
color: var(--wp--preset--color--ink-soft);
font-size: 14px;
margin-bottom: 22px !important;
}
.tel-cta {
margin-top: 14px !important;
font-size: 13px;
color: var(--wp--preset--color--ink-soft);
}
.tel-cta a {
color: var(--wp--preset--color--accent-red);
font-weight: 900;
font-size: 20px;
text-decoration: none;
} .site-footer {
color: #bdb7a9;
padding: 30px 20px 40px !important;
font-size: 12px;
text-align: center;
}
.site-footer .shop-name {
color: #fff;
font-weight: 900;
font-family: var(--wp--preset--font-family--heading);
font-size: 15px;
margin-bottom: 10px !important;
}
.site-footer .license {
line-height: 1.9;
margin-bottom: 14px !important;
font-size: 12px;
color: #bdb7a9;
}
.site-footer .legal-links {
margin-bottom: 14px !important;
font-size: 12px;
}
.site-footer .legal-links a {
color: #bdb7a9;
text-decoration: underline;
}
.site-footer .copyright {
font-size: 12px;
color: #bdb7a9;
} .sticky-cta {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-wrap: nowrap;
z-index: 50;
box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);
}
.sticky-cta .wp-block-buttons {
display: flex;
justify-content: center;
flex: 1;
}
.sticky-cta .wp-block-button {
display: flex;
flex: 1;
}
.sticky-cta .wp-block-button__link {
flex: 1;
text-align: center;
padding: 14px 8px;
font-weight: 900;
font-size: 14px;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.sticky-cta .sticky-tel .wp-block-button__link {
background: var(--wp--preset--color--accent-red);
color: #fff;
}
.sticky-cta .sticky-line .wp-block-button__link {
background: var(--wp--preset--color--line-green);
color: #fff;
}
.sticky-cta .icon-mask {
width: 16px;
height: 16px;
background-color: #fff;
} .page-title-band {
background: linear-gradient(180deg, #0bd861 0%, var(--wp--preset--color--line-green) 100%);
padding: 44px 20px;
text-align: center;
color: #fff;
}
.page-title-band h1 {
color: #fff;
font-size: clamp(22px, 4.6vw, 30px);
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.page-content {
max-width: 720px;
margin: 44px auto;
padding: 0 20px;
font-size: 14px;
line-height: 1.9;
color: var(--wp--preset--color--ink-soft);
}
.page-content h2 {
font-size: 16px;
color: var(--wp--preset--color--ink);
margin-top: 32px !important;
margin-bottom: 10px !important;
}
.page-content h2:first-child {
margin-top: 0 !important;
}
.page-content p {
margin-bottom: 14px !important;
}
.page-content ul {
list-style: disc;
padding-left: 1.4em !important;
margin-bottom: 14px !important;
}
.page-content li {
margin-bottom: 4px;
}
.page-content a {
color: var(--wp--preset--color--line-green-dark);
} .fade-up {
opacity: 0;
transform: translateY(30px);
animation: fadeUp 0.6s ease forwards;
}
.animate-on-scroll {
opacity: 0;
transform: translateY(30px);
transition:
opacity 0.6s ease,
transform 0.6s ease;
}
.animate-on-scroll.is-visible {
opacity: 1;
transform: translateY(0);
}
.stagger-children > * {
opacity: 0;
transform: translateY(20px);
animation: fadeUp 0.5s ease forwards;
}
.stagger-children > *:nth-child(1) {
animation-delay: 0.1s;
}
.stagger-children > *:nth-child(2) {
animation-delay: 0.2s;
}
.stagger-children > *:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes fadeUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.hover-lift {
transition:
transform 0.2s ease,
box-shadow 0.2s ease;
}
.hover-lift:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
.animate-on-scroll,
.fade-up,
.stagger-children > * {
opacity: 1 !important;
transform: none !important;
}
} .editor-styles-wrapper .fade-up,
.editor-styles-wrapper .animate-on-scroll,
.editor-styles-wrapper .stagger-children > * {
opacity: 1 !important;
transform: none !important;
animation: none !important;
transition: none !important;
}
p.hdad {
font-size: 12px;
text-align: center;
font-weight: 600;
letter-spacing: 0.08rem;
} .sct-modal {
border: none;
border-radius: 16px;
padding: 0;
max-width: 560px;
width: 90%;
max-height: 80vh;
box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.4);
}
.sct-modal::backdrop {
background: rgba(0, 0, 0, 0.55);
}
.sct-modal-inner {
position: relative;
padding: 32px 24px 24px;
overflow-y: auto;
max-height: 80vh;
}
.sct-modal-inner h2 {
font-size: 17px;
margin-bottom: 16px !important;
}
.sct-modal-close {
position: absolute;
top: 10px;
right: 10px;
width: 32px;
height: 32px;
border: none;
border-radius: 50%;
background: var(--wp--preset--color--panel);
color: var(--wp--preset--color--ink);
font-size: 20px;
line-height: 1;
cursor: pointer;
}
.sct-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.sct-table th,
.sct-table td {
text-align: left;
padding: 10px 0;
border-bottom: 1px solid #eae4d6;
vertical-align: top;
}
.sct-table th {
width: 108px;
color: var(--wp--preset--color--ink-soft);
font-weight: 700;
padding-right: 12px;
white-space: nowrap;
}
.sct-table td {
color: var(--wp--preset--color--ink);
}
.sct-table a {
color: var(--wp--preset--color--line-green-dark);
}
@media (max-width: 480px) {
.sct-table,
.sct-table tbody,
.sct-table tr,
.sct-table th,
.sct-table td {
display: block;
width: 100%;
}
.sct-table tr {
padding: 10px 0;
border-bottom: 1px solid #eae4d6;
}
.sct-table th,
.sct-table td {
padding: 0;
border-bottom: none;
}
.sct-table th {
margin-bottom: 4px;
white-space: normal;
}
}
.store-info iframe {
margin-top: 2rem;
}
.store-info p {
margin-top: 1rem;
}