#bt-root.alp-page {
display: block;
background: #fdfcf9;
color: #333;
line-height: 1.8;
}
#bt-root.alp-page *,
#bt-root.alp-page *::before,
#bt-root.alp-page *::after {
box-sizing: border-box;
}
#bt-root.alp-page img {
max-width: 100%;
height: auto;
}
.alp-sp { display: none; }
.alp-pc { display: inline; }
@media (max-width: 768px) {
.alp-sp { display: inline; }
.alp-pc { display: none; }
}
.alp-container {
width: min(1200px, calc(100% - 44px));
margin: 0 auto;
} @media (min-width: 960px) {
.alp-container {
width: min(1200px, calc(100% - 208px));
}
}
.alp-section {
padding: clamp(56px, 8vw, 96px) 0;
}
.alp-section--pale {
background: var(--alp-accent-pale, #f4f1ea);
}
.alp-kicker {
margin: 0 0 10px;
color: var(--alp-accent, #b99e74);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(12px, 1.4vw, 14px);
font-weight: 700;
font-style: italic;
letter-spacing: .38em;
text-align: center;
}
.alp-h2 {
margin: 0 0 clamp(30px, 4.4vw, 50px);
color: #2c2620;
font-family: "Shippori Mincho", "Yu Mincho", serif;
font-size: clamp(26px, 3.6vw, 40px);
font-weight: 700;
letter-spacing: .1em;
line-height: 1.5;
text-align: center;
}
.alp-h2-sub {
display: block;
margin-top: 8px;
color: var(--alp-accent, #b99e74);
font-family: "Noto Sans JP", sans-serif;
font-size: clamp(13.5px, 1.6vw, 16px);
font-weight: 600;
letter-spacing: .18em;
}
.alp-note {
margin: 16px 0 0;
text-align: center;
color: #6f6f6f;
font-size: clamp(13px, 1.55vw, 15px);
letter-spacing: .02em;
line-height: 1.9;
} .alp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-width: clamp(250px, 27vw, 340px);
min-height: clamp(54px, 5vw, 68px);
padding: 14px 38px;
border-radius: 999px;
font-size: clamp(16px, 1.8vw, 19px);
font-weight: 700;
letter-spacing: .08em;
text-decoration: none;
transition: transform .25s ease, box-shadow .25s ease;
}
.alp-btn--primary,
#bt-root.alp-page .alp-btn--primary {
color: #fff !important;
background: linear-gradient(135deg, #cfb488 0%, #b99e74 60%, #a98c60 100%);
box-shadow: 0 8px 22px rgba(120, 95, 55, .4);
}
.alp-btn--primary::after {
content: "";
width: 7px;
height: 7px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
flex: 0 0 auto;
}
.alp-btn--primary:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(120, 95, 55, .5);
}
.alp-btn--line,
#bt-root.alp-page .alp-btn--line {
color: #fff !important;
background: #43a047;
box-shadow: 0 8px 22px rgba(40, 110, 45, .3);
}
.alp-btn--line:hover {
transform: translateY(-2px);
}
.alp-btn--outline,
#bt-root.alp-page .alp-btn--outline {
color: var(--alp-accent-dark, #a98c60) !important;
background: #fff;
border: 1px solid var(--alp-accent, #b99e74);
}
.alp-btn--outline::after {
content: "";
width: 7px;
height: 7px;
border-top: 2px solid var(--alp-accent, #b99e74);
border-right: 2px solid var(--alp-accent, #b99e74);
transform: rotate(45deg);
flex: 0 0 auto;
}
.alp-btn--outline:hover {
background: var(--alp-accent-pale, #f4ecdd);
transform: translateY(-2px);
}
.alp-clinic__actions {
margin-top: clamp(20px, 2.6vw, 28px);
text-align: center;
}
.alp-btn--large {
min-width: clamp(280px, 33vw, 400px);
min-height: clamp(58px, 5.4vw, 74px);
font-size: clamp(17px, 2vw, 21px);
} .alp-hero {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
min-height: clamp(460px, 52vw, 620px);
}
.alp-hero__media {
position: absolute;
inset: 0;
}
.alp-hero__media picture {
display: block;
width: 100%;
height: 100%;
}
#bt-root.alp-page .alp-hero__media img {
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
object-position: 76% 50%;
}
.alp-hero__veil {
position: absolute;
inset: 0;
background:
linear-gradient(96deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 30%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, 0) 68%),
linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 30%);
}
.alp-hero__inner {
position: relative;
z-index: 1;
width: 100%;
max-width: 1360px;
margin: 0 auto;
padding: clamp(48px, 6.4vw, 84px) clamp(22px, 3.2vw, 46px);
}
.alp-hero__inner > * {
max-width: 640px;
}
.alp-hero__kicker {
margin: 0 0 clamp(12px, 1.8vw, 18px);
color: var(--alp-accent-dark, #a98c60);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(11.5px, 1.4vw, 14px);
font-weight: 700;
font-style: italic;
letter-spacing: .34em;
} .alp-hero__limited {
display: inline-flex;
align-items: stretch;
margin: 0 0 clamp(14px, 1.8vw, 20px);
border: 1px solid var(--alp-accent, #b99e74);
border-radius: 999px;
background: #fff;
overflow: hidden;
box-shadow: 0 4px 14px rgba(90, 74, 48, .1);
}
.alp-hero__limited-label,
.alp-hero__limited-text {
display: inline-flex;
align-items: center;
padding: 6px clamp(12px, 1.5vw, 16px);
font-size: clamp(12px, 1.45vw, 14px);
font-weight: 700;
letter-spacing: .06em;
line-height: 1.4;
white-space: nowrap;
}
.alp-hero__limited-label {
background: var(--alp-accent, #b99e74);
color: #fff;
}
.alp-hero__limited-text {
color: var(--alp-accent-dark, #a98c60);
}
.alp-hero__limited-text strong {
margin: 0 .18em;
font-family: "Inter", Arial, sans-serif;
font-size: 1.22em;
font-weight: 700;
letter-spacing: .01em;
}
.alp-hero__title {
margin: 0;
color: #23201b;
font-family: "Shippori Mincho", "Yu Mincho", serif;
font-size: clamp(30px, 4.6vw, 52px);
font-weight: 700;
letter-spacing: .08em;
line-height: 1.4;
}
.alp-hero__sub {
margin: clamp(12px, 1.8vw, 18px) 0 0; overflow-wrap: break-word;
color: #4a4138;
font-size: clamp(14.5px, 1.8vw, 18px);
font-weight: 600;
letter-spacing: .06em;
line-height: 1.9;
}
.alp-hero__sub strong {
color: var(--alp-accent-dark, #a98c60);
} .alp-hero__price {
display: inline-block;
width: auto;
max-width: 100%;
margin-top: clamp(18px, 2.4vw, 26px);
padding: clamp(14px, 1.9vw, 18px) clamp(18px, 2.6vw, 26px);
background: #fff;
border: 1px solid #e9e0d1;
border-radius: 12px;
box-shadow: 0 10px 26px rgba(90, 74, 48, .12);
}
.alp-hero__price-label {
display: inline-block;
margin-bottom: 10px;
padding: 4px 13px;
border-radius: 999px;
background: var(--alp-accent, #b99e74);
color: #fff;
font-size: clamp(11.5px, 1.4vw, 13px);
font-weight: 700;
letter-spacing: .1em;
}
.alp-hero__price-main {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 4px 10px;
margin: 0;
color: #2c2620;
}
.alp-hero__price-name {
font-size: clamp(14.5px, 1.8vw, 17.5px);
font-weight: 700;
letter-spacing: .04em;
}
.alp-hero__price-main strong {
color: var(--alp-accent-dark, #a98c60);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(36px, 4.6vw, 50px);
font-weight: 700;
line-height: 1;
letter-spacing: .01em;
}
.alp-hero__price-yen {
color: var(--alp-accent-dark, #a98c60);
font-size: clamp(16px, 2vw, 20px);
font-weight: 700;
}
.alp-hero__price-main small {
color: #777;
font-size: clamp(11.5px, 1.4vw, 13px);
font-weight: 500;
}
.alp-hero__price-notes {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 10px;
margin: 12px 0 0;
padding-top: 12px;
border-top: 1px dashed #e4d8c8;
}
.alp-hero__price-regular {
color: #8a8a8a;
font-size: clamp(12.5px, 1.5vw, 14px);
text-decoration: line-through;
}
.alp-hero__price-chip {
padding: 4px 12px;
border-radius: 999px;
background: #f6ece0;
color: #b0552e;
font-size: clamp(11.5px, 1.4vw, 13px);
font-weight: 700;
letter-spacing: .02em;
white-space: nowrap;
} .alp-hero__price-chip--add {
background: var(--alp-accent, #b99e74);
color: #fff;
}
.alp-hero__price-chip--add strong {
font-weight: 700;
}
.alp-hero__points {
display: flex;
flex-wrap: wrap;
gap: 8px 22px;
margin: clamp(16px, 2.2vw, 22px) 0 0;
padding: 0;
list-style: none;
color: #4a4138;
font-size: clamp(13px, 1.55vw, 15px);
font-weight: 500;
letter-spacing: .04em;
}
.alp-hero__points li {
display: inline-flex;
align-items: center;
gap: 8px;
}
.alp-hero__points li::before {
content: "";
width: 7px;
height: 11px;
border-right: 2px solid var(--alp-accent, #b99e74);
border-bottom: 2px solid var(--alp-accent, #b99e74);
transform: rotate(40deg);
flex: 0 0 auto;
margin-top: -3px;
}
.alp-hero__actions {
margin-top: clamp(22px, 3vw, 30px);
} .alp-worries__list {
max-width: 820px;
margin: 0 auto;
padding: 0;
list-style: none;
}
.alp-worries__list li {
position: relative;
padding: 13px 16px 13px 44px;
border-bottom: 1px dashed #ddd2c2;
color: #3d3d3d;
font-size: clamp(15.5px, 1.85vw, 18.5px);
font-weight: 500;
letter-spacing: .03em;
}
.alp-worries__list li::before {
content: "";
position: absolute;
left: 14px;
top: 50%;
width: 8px;
height: 13px;
border-right: 2.5px solid var(--alp-accent, #b99e74);
border-bottom: 2.5px solid var(--alp-accent, #b99e74);
transform: translateY(-60%) rotate(40deg);
}
.alp-worries__answer {
margin-top: clamp(28px, 4vw, 40px);
text-align: center;
}
.alp-worries__answer-lead {
margin: 0 0 6px;
color: #6c6c6c;
font-size: clamp(15px, 1.8vw, 17.5px);
letter-spacing: .1em;
}
.alp-worries__answer-main {
margin: 0;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(20px, 2.8vw, 30px);
font-weight: 700;
letter-spacing: .08em;
line-height: 1.7;
}
.alp-worries__answer-main span {
color: var(--alp-accent-dark, #a98c60);
background: linear-gradient(transparent 68%, var(--alp-accent-pale, #f4ecdd) 68%);
padding: 0 3px;
} .alp-about__text {
max-width: 900px;
margin: 0 auto clamp(26px, 3.6vw, 38px);
color: #3a3a3a;
font-size: clamp(15.5px, 1.85vw, 18.5px);
letter-spacing: .03em;
line-height: 2.05;
}
.alp-about__text strong {
color: var(--alp-accent-dark, #a98c60);
}
.alp-about__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(14px, 2vw, 26px);
max-width: 900px;
margin: 0 auto;
}
.alp-about__card {
padding: clamp(20px, 2.8vw, 28px);
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
text-align: center;
}
.alp-about__card h3 {
margin: 0 0 10px;
color: #6c6c6c;
font-size: clamp(16.5px, 1.95vw, 20px);
font-weight: 700;
letter-spacing: .1em;
}
.alp-about__card p {
margin: 0;
color: #4e4e4e;
font-size: clamp(14px, 1.7vw, 16.5px);
line-height: 2;
}
.alp-about__card--accent {
border: 2px solid var(--alp-accent, #b99e74);
box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.alp-about__card--accent h3 {
color: var(--alp-accent-dark, #a98c60);
} .alp-reasons__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(16px, 2.2vw, 26px);
}
.alp-reasons__card {
padding: clamp(24px, 3vw, 34px) clamp(20px, 2.6vw, 28px);
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
box-shadow: 0 6px 20px rgba(140, 123, 100, .08);
}
.alp-reasons__num {
display: block;
margin-bottom: 10px;
color: var(--alp-accent, #b99e74);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(28px, 3.2vw, 36px);
font-weight: 700;
font-style: italic;
line-height: 1;
}
.alp-reasons__card h3 {
margin: 0 0 14px;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(18px, 2.15vw, 22.5px);
font-weight: 700;
letter-spacing: .04em;
line-height: 1.55;
}
.alp-reasons__card p {
margin: 0;
color: #454545;
font-size: clamp(14.5px, 1.7vw, 16.5px);
letter-spacing: .02em;
line-height: 1.95;
} .alp-safety__lead {
max-width: 860px;
margin: 0 auto clamp(28px, 3.6vw, 42px);
color: #454545;
font-size: clamp(15px, 1.8vw, 17.5px);
letter-spacing: .03em;
line-height: 1.95;
text-align: center;
}
.alp-safety__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: clamp(16px, 2.2vw, 26px);
}
.alp-safety__card {
position: relative;
padding: clamp(24px, 3vw, 34px) clamp(20px, 2.6vw, 30px) clamp(24px, 3vw, 32px);
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
box-shadow: 0 6px 20px rgba(140, 123, 100, .08);
} .alp-safety__worry {
position: relative;
display: inline-block;
margin: 0 0 22px;
padding: 8px 16px;
background: #f2efe9;
border-radius: 8px;
color: #6b6459;
font-size: clamp(13px, 1.6vw, 15px);
font-weight: 600;
letter-spacing: .03em;
line-height: 1.6;
}
.alp-safety__worry::before {
content: "\201C";
margin-right: 4px;
color: #b8b0a2;
font-family: "Inter", Arial, sans-serif;
font-size: 1.15em;
font-weight: 700;
}
.alp-safety__worry::after {
content: "";
position: absolute;
left: 26px;
bottom: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 9px solid #f2efe9;
}
.alp-safety__title {
position: relative;
margin: 0 0 14px;
padding-left: 26px;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(18px, 2.15vw, 22.5px);
font-weight: 700;
letter-spacing: .04em;
line-height: 1.55;
} .alp-safety__title::before {
content: "";
position: absolute;
left: 2px; top: calc(.775em - 6px);
width: 8px;
height: 13px;
border-right: 2.5px solid var(--alp-accent, #b99e74);
border-bottom: 2.5px solid var(--alp-accent, #b99e74);
transform: rotate(40deg);
}
.alp-safety__body {
margin: 0;
color: #454545;
font-size: clamp(14.5px, 1.7vw, 16.5px);
letter-spacing: .02em;
line-height: 1.95;
} .alp-ctaband {
padding: clamp(36px, 5vw, 56px) 22px;
background:
radial-gradient(ellipse 70% 100% at 50% 0%, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 60%),
linear-gradient(135deg, var(--alp-accent, #b99e74) 0%, var(--alp-accent-dark, #a98c60) 100%);
text-align: center;
}
.alp-ctaband__lead {
margin: 0 0 20px;
color: #fff;
font-size: clamp(17px, 2.2vw, 22px);
font-weight: 700;
letter-spacing: .08em;
line-height: 1.7;
}
.alp-ctaband__btns {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px 16px;
}
.alp-ctaband .alp-btn--primary,
#bt-root.alp-page .alp-ctaband .alp-btn--primary {
background: #fff;
color: var(--alp-accent-dark, #a98c60) !important;
box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}
.alp-ctaband .alp-btn--primary::after {
border-color: var(--alp-accent-dark, #a98c60);
}
.alp-ctaband__note {
margin: 14px 0 0;
color: rgba(255, 255, 255, .88);
font-size: clamp(12.5px, 1.5vw, 14.5px);
letter-spacing: .04em;
} .alp-parts__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px 14px;
max-width: 960px;
margin: 0 auto;
padding: 0;
list-style: none;
}
.alp-parts__list li {
padding: 12px 24px;
background: #fff;
border: 1px solid var(--alp-accent, #b99e74);
border-radius: 999px;
color: #4a4138;
font-size: clamp(14px, 1.7vw, 16.5px);
font-weight: 600;
letter-spacing: .04em;
}  .alp-price__table + .alp-note,
.alp-case__card .alp-note,
.alp-loan .alp-note,
.alp-price .alp-note {
text-align: left;
} .alp-unit {
max-width: 720px;
margin: 0 auto clamp(22px, 3vw, 32px);
padding: clamp(22px, 3vw, 32px) clamp(20px, 3vw, 36px);
background: #fff;
border: 2px solid var(--alp-accent, #b99e74);
border-radius: 12px;
box-shadow: 0 10px 28px rgba(90, 74, 48, .1);
text-align: center;
}
.alp-unit__label {
display: inline-block;
margin: 0 0 clamp(12px, 1.6vw, 16px);
padding: 5px 16px;
border-radius: 999px;
background: var(--alp-accent, #b99e74);
color: #fff;
font-size: clamp(12px, 1.45vw, 14px);
font-weight: 700;
letter-spacing: .1em;
}
.alp-unit__main {
display: flex;
align-items: baseline;
justify-content: center;
flex-wrap: wrap;
gap: 2px 12px;
margin: 0;
color: #2c2620;
}
.alp-unit__name {
font-size: clamp(16px, 2vw, 20px);
font-weight: 700;
letter-spacing: .04em;
}
.alp-unit__main strong {
color: var(--alp-accent-dark, #a98c60);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(42px, 6vw, 64px);
font-weight: 700;
line-height: 1;
letter-spacing: .01em;
}
.alp-unit__yen {
color: var(--alp-accent-dark, #a98c60);
font-size: clamp(18px, 2.3vw, 24px);
font-weight: 700;
}
.alp-unit__main small {
color: #777;
font-size: clamp(12px, 1.45vw, 14px);
font-weight: 500;
}
.alp-unit__notes {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px 12px;
margin: clamp(10px, 1.4vw, 14px) 0 0;
}
.alp-unit__regular {
color: #8a8a8a;
font-size: clamp(13px, 1.6vw, 15px);
text-decoration: line-through;
}
.alp-unit__add {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 6px 12px;
margin: clamp(16px, 2.2vw, 22px) 0 0;
padding-top: clamp(14px, 2vw, 20px);
border-top: 1px dashed #e4d8c8;
color: #3a332b;
font-size: clamp(14px, 1.75vw, 17px);
font-weight: 600;
letter-spacing: .03em;
line-height: 1.6;
}
.alp-unit__add-badge {
padding: 4px 12px;
border-radius: 999px;
background: #b0552e;
color: #fff;
font-size: clamp(11.5px, 1.4vw, 13px);
font-weight: 700;
letter-spacing: .08em;
}
.alp-unit__add-text {
display: inline;
}
.alp-unit__add strong {
margin-left: .3em;
color: #b0552e;
font-size: 1.18em;
font-weight: 700;
}
.alp-price__tablewrap {
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
overflow: hidden;
}
.alp-price__table {
width: 100%;
border-collapse: collapse;
}
.alp-price__table thead th {
padding: 15px clamp(14px, 2vw, 28px);
background: var(--alp-accent-pale, #f4ecdd);
color: #5a4d3c;
font-size: clamp(13.5px, 1.6vw, 15.5px);
font-weight: 700;
letter-spacing: .06em;
text-align: left;
white-space: nowrap;
}
.alp-price__table tbody th,
.alp-price__table tbody td {
padding: clamp(14px, 1.8vw, 19px) clamp(14px, 2vw, 28px);
border-top: 1px solid #f0e9dd;
font-size: clamp(14.5px, 1.7vw, 16.5px);
letter-spacing: .02em;
line-height: 1.7;
text-align: left;
vertical-align: middle;
}
.alp-price__table tbody th {
color: #2c2620;
font-weight: 600;
}
.alp-price__table tbody th small {
display: block;
color: #8c7b64;
font-size: 13px;
font-weight: 500;
}
.alp-price__regular {
white-space: nowrap;
}
.alp-price__regular del {
color: #8a8a8a;
font-size: clamp(14px, 1.6vw, 16px);
}
.alp-price__monitor {
white-space: nowrap;
}
.alp-price__monitor strong {
display: inline-block;
min-width: 6.6em;
color: #b0552e;
font-size: clamp(17px, 1.95vw, 20.5px);
font-weight: 700;
}
.alp-price__off {
display: inline-block;
min-width: 68px;
margin-left: 10px;
padding: 4px 10px;
border-radius: 999px;
background: #f6ece0;
color: #b0552e;
font-family: "Inter", Arial, sans-serif;
font-size: 12.5px;
font-weight: 700;
text-align: center;
vertical-align: 2px;
white-space: nowrap;
} .alp-loan {
margin-top: clamp(22px, 3vw, 30px);
padding: clamp(20px, 2.8vw, 28px);
background: #fff;
border: 2px solid var(--alp-accent, #b99e74);
border-radius: 8px;
text-align: center;
}
.alp-loan__title {
margin: 0 0 8px;
color: var(--alp-accent-dark, #a98c60);
font-size: clamp(14.5px, 1.7vw, 16.5px);
font-weight: 700;
letter-spacing: .1em;
}
.alp-loan__body {
margin: 0;
color: #2c2620;
font-size: clamp(16px, 2.05vw, 20px);
font-weight: 700;
letter-spacing: .04em;
}
.alp-loan__body strong {
color: #b0552e;
font-family: "Inter", Arial, sans-serif;
font-size: clamp(30px, 4vw, 42px);
line-height: 1;
}
.alp-loan__body small {
font-size: clamp(11.5px, 1.4vw, 13px);
font-weight: 500;
color: #666;
}
.alp-loan .alp-note {
margin-top: 10px;
} .alp-methods__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(16px, 2.4vw, 28px);
}
.alp-methods__card {
position: relative;
padding: clamp(26px, 3.4vw, 36px) clamp(22px, 2.8vw, 30px);
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
box-shadow: 0 6px 20px rgba(140, 123, 100, .08);
}
.alp-methods__tag {
display: inline-block;
margin: 0 0 14px;
padding: 7px 18px;
border-radius: 999px;
background: var(--alp-accent, #b99e74);
color: #fff;
font-size: clamp(13px, 1.5vw, 15px);
font-weight: 700;
letter-spacing: .08em;
}
.alp-methods__card h3 {
margin: 0 0 16px;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(20px, 2.55vw, 27px);
font-weight: 700;
letter-spacing: .06em;
}
.alp-methods__card h3 span {
display: block;
margin-top: 5px;
color: #8c7b64;
font-family: "Noto Sans JP", sans-serif;
font-size: clamp(13px, 1.5vw, 15px);
font-weight: 600;
letter-spacing: .08em;
}
.alp-methods__points {
margin: 0 0 16px;
padding: 0;
list-style: none;
}
.alp-methods__points li {
position: relative;
padding: 7px 0 7px 26px;
color: #454545;
font-size: clamp(14.5px, 1.7vw, 16.5px);
line-height: 1.8;
}
.alp-methods__points li::before {
content: "";
position: absolute;
left: 4px;
top: 14px;
width: 6px;
height: 10px;
border-right: 2px solid var(--alp-accent, #b99e74);
border-bottom: 2px solid var(--alp-accent, #b99e74);
transform: rotate(40deg);
}
.alp-methods__price {
margin: 0;
padding-top: 16px;
border-top: 1px dashed #ddd2c2;
font-size: clamp(14px, 1.6vw, 16px);
line-height: 1.9;
}
.alp-methods__price del {
display: block;
color: #8a8a8a;
}
.alp-methods__price strong {
color: #b0552e;
font-size: clamp(18px, 2.15vw, 21.5px);
letter-spacing: .02em;
} .alp-case__card {
max-width: 960px;
margin: 0 auto;
padding: clamp(22px, 3vw, 32px);
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
box-shadow: 0 6px 20px rgba(140, 123, 100, .08);
}
.alp-case__photos {
display: flex;
align-items: center;
justify-content: center;
gap: clamp(10px, 1.6vw, 18px);
margin-bottom: 18px;
}
.alp-case__photo {
flex: 1 1 0;
max-width: 390px;
margin: 0;
}
.alp-case__photo img {
display: block;
width: 100%;
border-radius: 6px;
}
.alp-case__photo figcaption {
margin-top: 9px;
color: #8c7b64;
font-size: 14.5px;
font-weight: 700;
letter-spacing: .12em;
text-align: center;
}
.alp-case__arrow {
flex: 0 0 auto;
width: 0;
height: 0;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 13px solid var(--alp-accent, #b99e74);
}
.alp-case__meta {
margin: 0;
border-top: 1px solid #ede4d4;
}
.alp-case__meta-row {
display: flex;
gap: 14px;
padding: 10px 0;
border-bottom: 1px solid #f2ece1;
}
.alp-case__meta-row dt {
flex: 0 0 8em;
margin: 0;
color: #8c7b64;
font-size: clamp(13.5px, 1.6vw, 15.5px);
font-weight: 700;
line-height: 1.9;
}
.alp-case__meta-row dd {
margin: 0;
color: #454545;
font-size: clamp(13.5px, 1.6vw, 15.5px);
line-height: 1.9;
} .alp-info__rows {
max-width: 960px;
margin: 0 auto;
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
overflow: hidden;
}
.alp-info__row {
display: flex;
gap: 18px;
padding: clamp(14px, 1.9vw, 19px) clamp(16px, 2.4vw, 28px);
}
.alp-info__row:not(:last-child) {
border-bottom: 1px solid #f0e9dd;
}
.alp-info__row dt {
flex: 0 0 9em;
margin: 0;
color: var(--alp-accent-dark, #a98c60);
font-size: clamp(14px, 1.65vw, 16.5px);
font-weight: 700;
line-height: 1.9;
}
.alp-info__row dd {
margin: 0;
color: #454545;
font-size: clamp(14px, 1.65vw, 16.5px);
line-height: 1.9;
} .alp-doctor__grid {
display: grid;
grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
gap: clamp(24px, 3.8vw, 56px); align-items: stretch;
max-width: 1100px;
margin: 0 auto;
}
.alp-doctor__photo {
margin: 0;
height: 100%;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 10px 28px rgba(90, 74, 48, .18);
}
#bt-root.alp-page .alp-doctor__photo img {
display: block;
width: 100%;
height: 100%;
min-height: 360px;
max-width: none;
object-fit: cover;
object-position: 56% 26%; transform: scale(1.22);
transform-origin: 56% 32%;
}
.alp-doctor__role {
margin: 0 0 7px;
color: #8c7b64;
font-size: clamp(13.5px, 1.6vw, 16px);
font-weight: 600;
letter-spacing: .08em;
}
.alp-doctor__name {
margin: 0 0 18px;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(26px, 3.2vw, 36px);
font-weight: 700;
letter-spacing: .12em;
}
.alp-doctor__name span {
margin-left: 12px;
color: #b99e74;
font-family: "Inter", Arial, sans-serif;
font-size: clamp(11px, 1.3vw, 12.5px);
font-weight: 600;
letter-spacing: .2em;
}
.alp-doctor__creds {
margin: 0 0 16px;
padding: 0;
list-style: none;
}
.alp-doctor__creds li {
position: relative;
padding: 5px 0 5px 20px;
color: #454545;
font-size: clamp(14px, 1.65vw, 16.5px);
line-height: 1.9;
}
.alp-doctor__creds li::before {
content: "";
position: absolute;
left: 2px; top: calc(5px + .95em - 1px);
width: 8px;
height: 2px;
background: var(--alp-accent, #b99e74);
}
.alp-doctor__msg {
margin: 0;
padding: 18px 24px;
background: var(--alp-accent-pale, #f4ecdd);
border-radius: 8px;
color: #443c33;
font-size: clamp(14.5px, 1.7vw, 16.5px);
line-height: 2;
} .alp-doctor__career {
max-width: 1100px;
margin: clamp(22px, 3vw, 38px) auto 0;
padding: clamp(18px, 2.2vw, 26px) clamp(18px, 2.4vw, 30px);
border: 1px solid #e5dbc9;
border-radius: 8px;
background: #fff;
}
.alp-doctor__career-title {
margin: 0 0 12px;
color: #8c7b64;
font-size: clamp(14px, 1.6vw, 16px);
font-weight: 700;
letter-spacing: .1em;
}
.alp-doctor__career-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: clamp(24px, 3vw, 48px);
margin: 0;
}
.alp-doctor__career-list > div {
display: grid;
grid-template-columns: 78px minmax(0, 1fr);
gap: 12px;
align-items: baseline;
padding: 9px 0;
border-bottom: 1px solid #efe7d9;
} .alp-doctor__career-list > div:nth-last-child(-n + 2) {
border-bottom: 0;
}
.alp-doctor__career-list dt,
.alp-doctor__career-list dd {
margin: 0;
font-size: clamp(13.5px, 1.6vw, 15.5px);
line-height: 1.75;
}
.alp-doctor__career-list dt {
color: #8c7b64;
font-weight: 600;
letter-spacing: .04em;
}
.alp-doctor__career-list dd {
color: #454545;
} .alp-flow__list {
max-width: 860px;
margin: 0 auto;
padding: 0;
list-style: none;
counter-reset: alp-flow;
}
.alp-flow__list li {
position: relative;
counter-increment: alp-flow;
padding: 0 0 clamp(26px, 3.4vw, 34px) clamp(58px, 7vw, 72px);
}
.alp-flow__list li:not(:last-child)::before {
content: "";
position: absolute;
left: clamp(19px, 2.4vw, 24px);
top: 46px;
bottom: 0;
width: 2px;
background: #e0d5c2;
}
.alp-flow__list li::after {
content: "0" counter(alp-flow);
position: absolute;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: clamp(40px, 5vw, 50px);
height: clamp(40px, 5vw, 50px);
border-radius: 50%;
background: var(--alp-accent, #b99e74);
color: #fff;
font-family: "Inter", Arial, sans-serif;
font-size: clamp(15px, 1.8vw, 18px);
font-weight: 700;
}
.alp-flow__list h3 {
margin: 6px 0 9px;
color: #2c2620;
font-family: "Shippori Mincho", serif;
font-size: clamp(18px, 2.15vw, 22px);
font-weight: 700;
letter-spacing: .06em;
}
.alp-flow__list p {
margin: 0;
color: #454545;
font-size: clamp(14.5px, 1.7vw, 16.5px);
line-height: 1.95;
} .alp-faq__list {
max-width: 920px;
margin: 0 auto;
display: grid;
gap: 12px;
}
.alp-faq__item {
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
overflow: hidden;
}
.alp-faq__item summary {
position: relative;
padding: clamp(15px, 2vw, 19px) clamp(46px, 5.5vw, 56px) clamp(15px, 2vw, 19px) clamp(46px, 5.5vw, 56px);
color: #2c2620;
font-size: clamp(15px, 1.8vw, 17.5px);
font-weight: 700;
letter-spacing: .03em;
line-height: 1.7;
cursor: pointer;
list-style: none;
}
.alp-faq__item summary::-webkit-details-marker { display: none; }
.alp-faq__item summary::before {
content: "Q";
position: absolute;
left: clamp(14px, 1.8vw, 20px);
top: clamp(14px, 1.9vw, 18px);
color: var(--alp-accent, #b99e74);
font-family: "Inter", Arial, sans-serif;
font-size: clamp(17px, 2vw, 20px);
font-weight: 700;
}
.alp-faq__item summary::after {
content: "";
position: absolute;
right: clamp(16px, 2vw, 24px);
top: 50%;
width: 9px;
height: 9px;
border-right: 2px solid var(--alp-accent, #b99e74);
border-bottom: 2px solid var(--alp-accent, #b99e74);
transform: translateY(-70%) rotate(45deg);
transition: transform .25s ease;
}
.alp-faq__item[open] summary::after {
transform: translateY(-30%) rotate(-135deg);
}
.alp-faq__item p {
margin: 0;
padding: 0 clamp(16px, 2.2vw, 26px) clamp(16px, 2.2vw, 22px) clamp(46px, 5.5vw, 58px);
color: #454545;
font-size: clamp(14.5px, 1.7vw, 16.5px);
line-height: 2;
} .alp-clinic__card {
max-width: 960px;
margin: 0 auto;
background: #fff;
border: 1px solid #e4dbc9;
border-radius: 8px;
overflow: hidden;
}
.alp-clinic__rows {
margin: 0;
}
.alp-clinic__row {
display: flex;
gap: 18px;
padding: clamp(14px, 1.9vw, 19px) clamp(16px, 2.4vw, 28px);
}
.alp-clinic__row:not(:last-child) {
border-bottom: 1px solid #f0e9dd;
}
.alp-clinic__row dt {
flex: 0 0 9em;
margin: 0;
color: var(--alp-accent-dark, #a98c60);
font-size: clamp(14px, 1.65vw, 16.5px);
font-weight: 700;
line-height: 1.9;
}
.alp-clinic__row dd {
margin: 0;
color: #454545;
font-size: clamp(14px, 1.65vw, 16.5px);
line-height: 1.9;
} .alp-final {
padding: clamp(60px, 8vw, 100px) 0 clamp(70px, 9vw, 110px);
background:
radial-gradient(ellipse 80% 90% at 20% 0%, rgba(233, 210, 160, .25) 0%, rgba(233, 210, 160, 0) 60%),
linear-gradient(135deg, #4a4138 0%, #2c2620 100%);
text-align: center;
color: #fff;
}
.alp-final__kicker {
margin: 0 0 12px;
color: #d9bd8c;
font-family: "Inter", Arial, sans-serif;
font-size: clamp(11px, 1.3vw, 13px);
font-weight: 700;
font-style: italic;
letter-spacing: .38em;
}
.alp-final__title {
margin: 0 0 16px;
font-family: "Shippori Mincho", serif;
font-size: clamp(26px, 3.6vw, 40px);
font-weight: 700;
letter-spacing: .1em;
line-height: 1.6;
}
.alp-final__text {
margin: 0 0 clamp(24px, 3vw, 34px);
color: rgba(255, 255, 255, .9);
font-size: clamp(15px, 1.8vw, 17.5px);
letter-spacing: .05em;
line-height: 2;
} #bt-root.alp-page .bt-sidecta__btn--web {
background: linear-gradient(180deg, #cfb488 0%, #b99e74 60%, #a98c60 100%);
}
#bt-root.alp-page .bt-sidecta__btn {
border-radius: 12px 0 0 12px;
padding: 18px 0 13px !important;
font-size: 15px !important;
font-weight: 700;
}
#bt-root.alp-page .bt-sidecta__btn span {
line-height: 1.25;
letter-spacing: .04em;
}
@media (max-width: 768px) {
#bt-root.alp-page .bt-bottombar__btn--web {
background: linear-gradient(90deg, #cfb488 0%, #b99e74 60%, #a98c60 100%);
}
#bt-root.alp-page .bt-bottombar__btn span {
font-size: clamp(15.5px, 4.3vw, 18px) !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
line-height: 1 !important;
}
#bt-root.alp-page .bt-bottombar__btn svg {
transform: none !important;
}
} @media (max-width: 900px) {
.alp-reasons__grid {
grid-template-columns: 1fr;
}
.alp-safety__grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) { .alp-hero {
--alp-hero-media-h: clamp(240px, 68vw, 330px);
min-height: 0;
background: linear-gradient(180deg, #fff 0%, #fdfcf9 100%);
}
.alp-hero__media {
inset: 0 0 auto 0;
height: var(--alp-hero-media-h);
} #bt-root.alp-page .alp-hero__media img {
object-position: var(--alp-hero-pos-sp, 50% 40%);
}
.alp-hero__veil {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, .55) 86%, rgba(255, 255, 255, .96) 100%);
}
.alp-hero__inner {
padding: calc(var(--alp-hero-media-h) + 24px) 22px 44px;
}
.alp-hero__inner > * {
max-width: none;
}
.alp-hero__price {
display: block;
}
.alp-hero__limited {
display: flex;
width: 100%;
}
.alp-hero__limited-label,
.alp-hero__limited-text {
justify-content: center;
padding: 7px 10px;
}
.alp-hero__limited-label {
flex: 0 0 auto;
} .alp-hero__limited-text {
flex: 1 1 auto;
min-width: 0;
white-space: normal;
text-align: center;
}
.alp-hero__price-chip--add {
width: 100%;
text-align: center;
} .alp-unit__name {
flex: 0 0 100%;
margin-bottom: 2px;
}
.alp-unit__add {
flex-direction: column;
gap: 10px;
}
.alp-about__grid,
.alp-methods__grid {
grid-template-columns: 1fr;
}
.alp-doctor__grid {
grid-template-columns: 1fr;
}
.alp-doctor__photo {
width: min(340px, 100%);
height: auto;
margin: 0 auto;
}
#bt-root.alp-page .alp-doctor__photo img {
height: auto;
min-height: 0;
object-position: 56% 30%;
aspect-ratio: 4 / 4.2;
transform: scale(1.16);
transform-origin: 56% 34%;
}
.alp-doctor__career-list {
grid-template-columns: 1fr;
}
.alp-doctor__career-list > div {
grid-template-columns: 68px minmax(0, 1fr);
gap: 10px;
padding: 8px 0;
}
.alp-doctor__career-list > div:nth-last-child(-n + 2) {
border-bottom: 1px solid #efe7d9;
}
.alp-doctor__career-list > div:last-child {
border-bottom: 0;
}
.alp-case__photos {
flex-direction: column;
}
.alp-case__arrow {
transform: rotate(90deg);
}
.alp-case__meta-row,
.alp-info__row,
.alp-clinic__row {
flex-direction: column;
gap: 2px;
}
.alp-case__meta-row dt,
.alp-info__row dt,
.alp-clinic__row dt {
flex: none;
} .alp-price__table thead {
display: none;
}
.alp-price__table,
.alp-price__table tbody,
.alp-price__table tr,
.alp-price__table th,
.alp-price__table td {
display: block;
width: 100%;
}
.alp-price__table tr {
padding: 13px 16px;
border-top: 1px solid #f0e9dd;
}
.alp-price__table tr:first-child {
border-top: 0;
}
.alp-price__table tbody th,
.alp-price__table tbody td {
padding: 2px 0;
border-top: 0;
}
.alp-price__regular::before {
content: "定価 ";
color: #8c7b64;
font-size: 11.5px;
font-weight: 600;
}
.alp-price__monitor::before {
content: "モニター価格 ";
color: #b0552e;
font-size: 11.5px;
font-weight: 600;
}
.alp-btn {
width: 100%;
min-width: 0;
}
.alp-ctaband__btns {
flex-direction: column;
align-items: stretch;
}
}  .alp-nowrap {
white-space: nowrap;
}