@charset "UTF-8";

#highsweet-page {
    --hs-red: #a92d2d;
    --hs-red-dark: #7f2020;
    --hs-gold: #c89a46;
    --hs-ink: #332a27;
    --hs-muted: #6e625d;
    --hs-cream: #fffaf2;
    --hs-soft: #f7f1e8;
    --hs-line: #e1d5c7;
    color: var(--hs-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    background: #fff;
}

#highsweet-page *,
#highsweet-page *::before,
#highsweet-page *::after { box-sizing: border-box; }

#highsweet-page img { max-width: 100%; height: auto; vertical-align: middle; }
#highsweet-page a { color: var(--hs-red-dark); }
#highsweet-page h1,
#highsweet-page h2,
#highsweet-page h3,
#highsweet-page p { margin-top: 0; }

#highsweet-page .hs-container,
#highsweet-page .hs-hero__inner,
#highsweet-page .hs-breadcrumb,
#highsweet-page .hs-local-nav {
    width: min(1120px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

#highsweet-page .hs-breadcrumb { padding: 18px 0 12px; font-size: 14px; }
#highsweet-page .hs-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
#highsweet-page .hs-breadcrumb li + li::before { content: "＞"; margin-right: 6px; color: #9b918b; }
#highsweet-page .hs-breadcrumb a { color: #655b56; text-decoration: underline; text-underline-offset: 3px; }

#highsweet-page .hs-hero { overflow: hidden; background: linear-gradient(135deg, #fffaf1 0%, #f7eee1 62%, #efe2cf 100%); border-top: 1px solid #eee3d7; border-bottom: 1px solid #e6d9ca; }
#highsweet-page .hs-hero__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: 54px; min-height: 560px; padding: 62px 0; }
#highsweet-page .hs-eyebrow { margin-bottom: 10px; color: var(--hs-red); font-weight: 700; letter-spacing: .08em; }
#highsweet-page .hs-hero h1 { margin-bottom: 10px; color: var(--hs-red-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(42px, 6vw, 74px); line-height: 1.15; letter-spacing: .04em; }
#highsweet-page .hs-hero h1 span { font-family: inherit; font-size: .4em; white-space: nowrap; }
#highsweet-page .hs-catch { margin-bottom: 20px; font-size: clamp(23px, 3vw, 34px); font-weight: 700; line-height: 1.45; }
#highsweet-page .hs-lead { max-width: 650px; margin-bottom: 28px; font-size: 17px; }
#highsweet-page .hs-hero__actions,
#highsweet-page .hs-contact__actions { display: flex; flex-wrap: wrap; gap: 12px; }
#highsweet-page .hs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 22px; border: 1px solid var(--hs-red); border-radius: 999px; background: #fff; color: var(--hs-red-dark); font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
#highsweet-page .hs-button:hover,
#highsweet-page .hs-button:focus { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(93, 48, 34, .14); }
#highsweet-page .hs-button--primary { background: var(--hs-red); color: #fff; }
#highsweet-page .hs-button--primary:hover,
#highsweet-page .hs-button--primary:focus { background: var(--hs-red-dark); color: #fff; }
#highsweet-page .hs-hero__visual { position: relative; margin: 0; text-align: center; }
#highsweet-page .hs-hero__visual::before { position: absolute; inset: 8% 5% 4%; z-index: 0; border-radius: 50%; background: rgba(255,255,255,.75); content: ""; filter: blur(2px); }
#highsweet-page .hs-hero__visual img { position: relative; z-index: 1; max-height: 430px; width: auto; filter: drop-shadow(0 18px 20px rgba(73, 45, 34, .22)); }
#highsweet-page .hs-hero__visual figcaption { position: relative; z-index: 1; margin-top: 14px; color: var(--hs-muted); font-size: 14px; }

#highsweet-page .hs-local-nav { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 22px; border: 1px solid var(--hs-line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 5px 20px rgba(68, 43, 31, .06); }
#highsweet-page .hs-local-nav a { padding: 13px 8px; border-right: 1px solid var(--hs-line); color: var(--hs-ink); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }
#highsweet-page .hs-local-nav a:last-child { border-right: 0; }
#highsweet-page .hs-local-nav a:hover,
#highsweet-page .hs-local-nav a:focus { background: var(--hs-soft); color: var(--hs-red-dark); }

#highsweet-page .hs-section { padding: 82px 0; scroll-margin-top: 20px; }
#highsweet-page .hs-section--soft { background: var(--hs-soft); }
#highsweet-page .hs-section--accent { background: #fff8ef; border-top: 1px solid #efe0ce; border-bottom: 1px solid #efe0ce; }
#highsweet-page .hs-section__kicker { margin-bottom: 6px; color: var(--hs-red); font-weight: 700; letter-spacing: .1em; text-align: center; }
#highsweet-page .hs-section h2 { margin-bottom: 38px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 4vw, 42px); line-height: 1.4; text-align: center; }

#highsweet-page .hs-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#highsweet-page .hs-use-card { padding: 28px 22px; border: 1px solid var(--hs-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(76, 52, 38, .05); text-align: center; }
#highsweet-page .hs-use-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 16px; border-radius: 50%; background: #f7e5d4; color: var(--hs-red-dark); font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 700; }
#highsweet-page .hs-use-card h3 { margin-bottom: 8px; font-size: 20px; }
#highsweet-page .hs-use-card p { margin-bottom: 0; color: var(--hs-muted); font-size: 15px; text-align: left; }

#highsweet-page .hs-feature-list { max-width: 900px; margin: 0 auto; }
#highsweet-page .hs-feature-list article { display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--hs-line); }
#highsweet-page .hs-feature-list article:first-child { border-top: 1px solid var(--hs-line); }
#highsweet-page .hs-feature-list strong { color: var(--hs-gold); font-family: Georgia, serif; font-size: 36px; line-height: 1.2; }
#highsweet-page .hs-feature-list h3 { margin-bottom: 8px; font-size: 22px; }
#highsweet-page .hs-feature-list p { margin-bottom: 0; color: var(--hs-muted); }

#highsweet-page .hs-step-list { max-width: 900px; margin: 0 auto 34px; padding: 0; list-style: none; }
#highsweet-page .hs-step-list li { display: grid; grid-template-columns: 62px 1fr; gap: 22px; margin-bottom: 16px; padding: 24px; border: 1px solid #ead8c3; border-radius: 14px; background: #fff; }
#highsweet-page .hs-step-list li > span { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--hs-red); color: #fff; font-size: 20px; font-weight: 700; }
#highsweet-page .hs-step-list h3 { margin-bottom: 5px; font-size: 20px; }
#highsweet-page .hs-step-list p { margin-bottom: 0; color: var(--hs-muted); }
#highsweet-page .hs-important { max-width: 900px; margin: 0 auto; padding: 24px 28px; border-left: 6px solid var(--hs-gold); background: #fff3d9; }
#highsweet-page .hs-important h3 { margin-bottom: 8px; font-size: 19px; }
#highsweet-page .hs-important p { margin-bottom: 0; }

#highsweet-page .hs-two-column { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 48px; align-items: start; }
#highsweet-page .hs-two-column .hs-section__kicker,
#highsweet-page .hs-two-column h2 { text-align: left; }
#highsweet-page .hs-check-list { margin: 0; padding: 0; list-style: none; }
#highsweet-page .hs-check-list li { position: relative; margin-bottom: 12px; padding-left: 32px; }
#highsweet-page .hs-check-list li::before { position: absolute; left: 0; top: .34em; width: 20px; height: 20px; border-radius: 50%; background: #f1ddd0; color: var(--hs-red-dark); content: "✓"; font-size: 13px; font-weight: 700; line-height: 20px; text-align: center; }
#highsweet-page .hs-warning { padding: 28px; border: 2px solid #d69b79; border-radius: 16px; background: #fff8f2; }
#highsweet-page .hs-warning h3 { margin-bottom: 10px; color: var(--hs-red-dark); font-size: 21px; }
#highsweet-page .hs-warning p { margin-bottom: 14px; }
#highsweet-page .hs-warning a { font-weight: 700; }

#highsweet-page .hs-note { max-width: 900px; margin: 0 auto 22px; padding: 17px 20px; border-radius: 10px; background: #fff; color: #594f4a; }
#highsweet-page .hs-note--small { margin-top: 18px; font-size: 14px; }
#highsweet-page .hs-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; border: 1px solid var(--hs-line); border-radius: 12px; background: #fff; }
#highsweet-page .hs-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
#highsweet-page .hs-table-wrap th,
#highsweet-page .hs-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--hs-line); text-align: left; vertical-align: top; }
#highsweet-page .hs-table-wrap th { background: var(--hs-red-dark); color: #fff; }
#highsweet-page .hs-table-wrap th:last-child,
#highsweet-page .hs-table-wrap td:last-child { width: 180px; white-space: nowrap; }
#highsweet-page .hs-table-wrap tr:last-child td { border-bottom: 0; }
#highsweet-page .hs-details { max-width: 900px; margin: 18px auto 0; border: 1px solid var(--hs-line); border-radius: 10px; background: #fff; }
#highsweet-page .hs-details summary { position: relative; padding: 16px 50px 16px 18px; cursor: pointer; font-weight: 700; }
#highsweet-page .hs-details summary::after { position: absolute; right: 20px; content: "+"; color: var(--hs-red-dark); font-size: 24px; line-height: 1; }
#highsweet-page .hs-details[open] summary::after { content: "−"; }
#highsweet-page .hs-details > div { padding: 0 20px 16px; color: var(--hs-muted); font-size: 14px; }
#highsweet-page .hs-details > div p:last-child { margin-bottom: 0; }

#highsweet-page .hs-product-layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 54px; align-items: start; }
#highsweet-page .hs-product-photo { margin: 0; text-align: center; }
#highsweet-page .hs-product-photo img { max-height: 470px; width: auto; filter: drop-shadow(0 12px 16px rgba(60, 42, 32, .16)); }
#highsweet-page .hs-product-photo figcaption { margin-top: 14px; color: var(--hs-muted); font-size: 13px; }
#highsweet-page .hs-spec-list { margin: 0; border-top: 1px solid var(--hs-line); }
#highsweet-page .hs-spec-list > div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--hs-line); }
#highsweet-page .hs-spec-list dt,
#highsweet-page .hs-spec-list dd { margin: 0; padding: 13px 15px; }
#highsweet-page .hs-spec-list dt { background: var(--hs-soft); font-weight: 700; }
#highsweet-page .hs-subtitle { margin: 28px 0 12px; font-size: 19px; }
#highsweet-page .hs-nutrition { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border: 1px solid var(--hs-line); list-style: none; }
#highsweet-page .hs-nutrition li { padding: 12px 8px; border-right: 1px solid var(--hs-line); text-align: center; }
#highsweet-page .hs-nutrition li:last-child { border-right: 0; }
#highsweet-page .hs-nutrition span,
#highsweet-page .hs-nutrition strong { display: block; }
#highsweet-page .hs-nutrition span { color: var(--hs-muted); font-size: 12px; }

#highsweet-page .hs-contact { background: var(--hs-red-dark); color: #fff; text-align: center; }
#highsweet-page .hs-contact h2 { margin-bottom: 12px; }
#highsweet-page .hs-contact p { margin-bottom: 26px; }
#highsweet-page .hs-contact__actions { justify-content: center; }
#highsweet-page .hs-contact .hs-button { border-color: #fff; }
#highsweet-page .hs-contact .hs-button:not(.hs-button--primary) { color: var(--hs-red-dark); }
#highsweet-page .hs-contact .hs-button--primary { background: #fff; color: var(--hs-red-dark); }

@media (max-width: 900px) {
    #highsweet-page .hs-hero__inner { grid-template-columns: 1fr .65fr; gap: 30px; min-height: auto; }
    #highsweet-page .hs-use-grid { grid-template-columns: repeat(2, 1fr); }
    #highsweet-page .hs-nutrition { grid-template-columns: repeat(3, 1fr); }
    #highsweet-page .hs-nutrition li { border-bottom: 1px solid var(--hs-line); }
}

@media (max-width: 680px) {
    #highsweet-page { font-size: 15px; }
    #highsweet-page .hs-container,
    #highsweet-page .hs-hero__inner,
    #highsweet-page .hs-breadcrumb,
    #highsweet-page .hs-local-nav { width: min(100% - 28px, 1120px); }
    #highsweet-page .hs-breadcrumb { padding-top: 12px; }
    #highsweet-page .hs-hero__inner { grid-template-columns: 1fr; padding: 42px 0; text-align: center; }
    #highsweet-page .hs-hero__copy { order: 2; }
    #highsweet-page .hs-hero__visual { order: 1; }
    #highsweet-page .hs-hero__visual img { max-height: 280px; }
    #highsweet-page .hs-hero__actions { justify-content: center; }
    #highsweet-page .hs-local-nav { grid-template-columns: repeat(2, 1fr); }
    #highsweet-page .hs-local-nav a { border-bottom: 1px solid var(--hs-line); }
    #highsweet-page .hs-section { padding: 58px 0; }
    #highsweet-page .hs-section h2 { margin-bottom: 28px; }
    #highsweet-page .hs-use-grid,
    #highsweet-page .hs-two-column,
    #highsweet-page .hs-product-layout { grid-template-columns: 1fr; }
    #highsweet-page .hs-use-card p { text-align: center; }
    #highsweet-page .hs-feature-list article { grid-template-columns: 58px 1fr; gap: 14px; }
    #highsweet-page .hs-feature-list strong { font-size: 27px; }
    #highsweet-page .hs-step-list li { grid-template-columns: 44px 1fr; gap: 14px; padding: 19px 16px; }
    #highsweet-page .hs-step-list li > span { width: 38px; height: 38px; font-size: 17px; }
    #highsweet-page .hs-two-column { gap: 28px; }
    #highsweet-page .hs-spec-list > div { grid-template-columns: 1fr; }
    #highsweet-page .hs-spec-list dt { padding-bottom: 5px; }
    #highsweet-page .hs-spec-list dd { padding-top: 5px; }
    #highsweet-page .hs-nutrition { grid-template-columns: repeat(2, 1fr); }
    #highsweet-page .hs-button { width: 100%; }
}

@media print {
    #highsweet-page .hs-local-nav,
    #highsweet-page .hs-hero__actions,
    #highsweet-page .hs-contact { display: none; }
    #highsweet-page .hs-section { padding: 28px 0; }
    #highsweet-page .hs-hero { background: #fff; }
    #highsweet-page .hs-use-card,
    #highsweet-page .hs-step-list li { break-inside: avoid; box-shadow: none; }
}

