* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body.akabuy-lp-body {
margin: 0;
color: #2b333d;
background: #fff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.75;
-webkit-font-smoothing: antialiased;
}
body.akabuy-lp-body.admin-bar .ak-header {
top: 32px;
}
.ak-page {
width: 100%;
overflow-x: hidden;
background: #fff;
}
.ak-page img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.ak-page a {
color: #238a5d;
text-decoration: none;
transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ak-page a:hover,
.ak-page a:focus-visible {
opacity: .82;
}
.ak-page h1,
.ak-page h2,
.ak-page h3,
.ak-page p {
margin-top: 0;
}
.ak-header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(255, 255, 255, .96);
border-bottom: 1px solid #eef0ee;
backdrop-filter: blur(10px);
}
.ak-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
max-width: 1500px;
margin: 0 auto;
padding: 18px 52px;
}
.ak-logo {
width: 114px;
height: auto;
}
.ak-nav {
display: flex;
align-items: center;
gap: 30px;
font-size: 14px;
font-weight: 700;
}
.ak-nav a {
color: #3a424c;
}
.ak-section {
padding-right: 28px;
padding-left: 28px;
}
.ak-container {
width: 100%;
max-width: 1040px;
margin: 0 auto;
}
.ak-container--narrow {
max-width: 900px;
}
.ak-container--wide {
max-width: 1160px;
}
.ak-eyebrow {
color: #238a5d;
font-size: 15px;
font-weight: 800;
letter-spacing: .2em;
text-transform: uppercase;
}
.ak-section-title {
margin: 14px 0 0;
color: #2b333d;
font-size: 32px;
font-weight: 800;
line-height: 1.5;
}
.ak-rule {
width: 56px;
height: 4px;
margin: 20px auto 0;
background: #238a5d;
border-radius: 2px;
}
.ak-center {
text-align: center;
}
.ak-grid-3 {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
.ak-grid-2 {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
}
.ak-scroll {
display: flex;
gap: 20px;
overflow-x: auto;
padding: 36px 4px 12px;
scroll-snap-type: x proximity;
}
.ak-scroll::-webkit-scrollbar {
height: 8px;
}
.ak-scroll::-webkit-scrollbar-thumb {
background: #cdd6cf;
border-radius: 8px;
}
.ak-cta {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 48px;
border-radius: 8px;
background: #238a5d;
color: #fff !important;
font-size: 17px;
font-weight: 800;
line-height: 1.2;
box-shadow: 0 8px 20px rgba(35, 138, 93, .4);
white-space: nowrap;
}
.ak-cta:hover,
.ak-cta:focus-visible {
transform: translateY(-1px);
}
.ak-hero {
position: relative;
display: flex;
min-height: 560px;
align-items: center;
overflow: hidden;
}
.ak-hero__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.ak-hero::after {
position: absolute;
inset: 0;
content: "";
background: linear-gradient(90deg, rgba(22, 32, 29, .78) 0%, rgba(22, 32, 29, .5) 55%, rgba(22, 32, 29, .28) 100%);
}
.ak-hero__content {
position: relative;
z-index: 1;
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 56px 28px;
}
.ak-hero__label {
color: #8ff0ad;
font-size: 15px;
font-weight: 800;
letter-spacing: .24em;
text-transform: uppercase;
}
.ak-hero h1 {
margin: 18px 0 0;
color: #fff;
font-size: 56px;
font-weight: 900;
line-height: 1.22;
text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}
.ak-hero__text {
max-width: 640px;
margin: 26px 0 0;
color: #eef2f0;
font-size: 20px;
line-height: 1.8;
}
.ak-hero .ak-cta {
margin-top: 30px;
padding: 16px 34px;
}
.ak-scrolltag {
position: absolute;
top: 50%;
right: 26px;
z-index: 2;
color: #e6ece9;
font-size: 11px;
font-weight: 700;
letter-spacing: .35em;
transform: translateY(-50%);
writing-mode: vertical-rl;
}
.ak-problem {
padding-top: 72px;
padding-bottom: 8px;
background: #eef6f0;
}
.ak-card {
overflow: hidden;
background: #fff;
border-radius: 8px;
box-shadow: 0 12px 26px rgba(40, 60, 50, .08);
}
.ak-card__image {
width: 100%;
height: 150px;
object-fit: cover;
}
.ak-card__body {
padding: 22px 22px 28px;
text-align: center;
}
.ak-card h3 {
margin: 0;
color: #238a5d;
font-size: 19px;
font-weight: 800;
}
.ak-card p {
margin: 12px 0 0;
color: #4a525b;
font-size: 16px;
line-height: 1.7;
}
.ak-solution {
margin-top: 40px;
text-align: center;
}
.ak-solution__dots {
color: #9aa4ac;
font-size: 20px;
font-weight: 800;
letter-spacing: .3em;
}
.ak-solution__lead {
margin: 14px 0 0;
color: #2b333d;
font-size: 23px;
font-weight: 800;
line-height: 1.6;
}
.ak-solution p:not(.ak-solution__lead) {
max-width: 680px;
margin: 14px auto 0;
color: #4a525b;
}
.ak-notch-wrap {
display: flex;
justify-content: center;
margin-top: 40px;
}
.ak-notch {
width: 0;
height: 0;
border-top: 16px solid #eef6f0;
border-right: 16px solid transparent;
border-left: 16px solid transparent;
}
.ak-about {
padding-top: 60px;
padding-bottom: 64px;
}
.ak-about__text {
max-width: 840px;
margin: 0 auto;
text-align: center;
}
.ak-about__text p {
margin: 26px 0 0;
color: #4a525b;
font-size: 16px;
line-height: 1.9;
}
.ak-sns-box {
max-width: 900px;
margin: 56px auto 0;
padding: 38px 32px 42px;
background: #eef6f0;
border-radius: 12px;
}
.ak-sns-box h3 {
margin: 0;
color: #2b333d;
font-size: 24px;
font-weight: 800;
}
.ak-sns-box p {
max-width: 660px;
margin: 14px auto 0;
color: #4a525b;
font-size: 16px;
line-height: 1.8;
}
.ak-sns-icons {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 18px;
margin-top: 32px;
}
.ak-sns-icons img {
width: 62px;
height: 62px;
object-fit: contain;
}
.ak-feature {
padding-top: 44px;
padding-bottom: 68px;
}
.ak-feature .ak-grid-3,
.ak-merit .ak-grid-2 {
margin-top: 44px;
}
.ak-feature-card {
padding: 30px 28px;
background: #fff;
border: 1px solid #e9ece9;
border-radius: 8px;
box-shadow: 0 10px 24px rgba(40, 60, 50, .06);
}
.ak-feature-card__head {
display: flex;
align-items: center;
gap: 16px;
}
.ak-feature-card__num {
display: flex;
flex: 0 0 52px;
width: 52px;
height: 52px;
align-items: center;
justify-content: center;
border-radius: 8px;
background: #eafaef;
color: #238a5d;
font-size: 22px;
font-weight: 900;
}
.ak-feature-card h3 {
flex: 1;
margin: 0;
color: #2b333d;
font-size: 18px;
font-weight: 800;
line-height: 1.45;
}
.ak-feature-card p {
margin: 18px 0 0;
color: #4a525b;
font-size: 16px;
line-height: 1.8;
}
.ak-cta-band {
padding: 46px 28px;
background: #238a5d;
text-align: center;
}
.ak-band-cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 16px 48px;
border-radius: 999px;
background: #fff;
color: #238a5d !important;
font-size: 16px;
font-weight: 800;
box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
white-space: nowrap;
}
.ak-merit {
padding-top: 66px;
padding-bottom: 66px;
background: #eef6f0;
}
.ak-merit-card {
padding: 28px 30px;
background: #fff;
border-radius: 8px;
box-shadow: 0 12px 26px rgba(40, 60, 50, .07);
}
.ak-merit-card h3 {
margin: 0;
color: #238a5d;
font-size: 19px;
font-weight: 800;
line-height: 1.5;
}
.ak-merit-card__row {
display: flex;
align-items: flex-start;
gap: 16px;
margin-top: 16px;
}
.ak-merit-card img {
flex: 0 0 72px;
width: 72px;
height: 72px;
object-fit: cover;
border-radius: 6px;
}
.ak-merit-card p {
margin: 0;
color: #4a525b;
font-size: 16px;
line-height: 1.8;
}
.ak-voice,
.ak-flow {
padding-top: 66px;
padding-bottom: 66px;
background: #fff;
}
.ak-voice-card {
flex: 0 0 220px;
scroll-snap-align: start;
}
.ak-voice-card__frame,
.ak-account-card {
overflow: hidden;
background: #fff;
border: 1px solid #edeeec;
border-radius: 8px;
box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}
.ak-voice-card img {
width: 100%;
height: 250px;
object-fit: cover;
object-position: top;
background: #f4f4f2;
}
.ak-voice-card__caption {
margin-top: 12px;
text-align: center;
}
.ak-voice-card__who {
color: #5a626b;
font-size: 14px;
font-weight: 700;
}
.ak-voice-card__sns {
margin-top: 2px;
color: #238a5d;
font-size: 14px;
font-weight: 800;
}
.ak-voice-card__metric {
color: #238a5d;
font-size: 13px;
}
.ak-case {
padding-top: 20px;
padding-bottom: 66px;
background: #fff;
}
.ak-case__lead {
max-width: 660px;
margin: 18px auto 0;
color: #4a525b;
font-size: 15px;
line-height: 1.8;
}
.ak-account-card {
flex: 0 0 230px;
scroll-snap-align: start;
}
.ak-account-card img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: top;
background: #f4f4f2;
}
.ak-flow__lead {
max-width: 660px;
margin: 24px auto 0;
color: #4a525b;
font-size: 16px;
line-height: 1.8;
}
.ak-tabs {
display: flex;
justify-content: center;
margin-top: 34px;
}
.ak-tabs__inner {
display: inline-flex;
padding: 5px;
background: #eef1ee;
border-radius: 999px;
}
.ak-tab {
min-height: 44px;
padding: 11px 28px;
border: 0;
border-radius: 999px;
background: transparent;
color: #6b737b;
cursor: pointer;
font: inherit;
font-size: 15px;
font-weight: 800;
}
.ak-tab.is-active {
background: #fff;
color: #238a5d;
box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.ak-flow-panel {
display: none;
flex-direction: column;
gap: 18px;
margin-top: 36px;
}
.ak-flow-panel.is-active {
display: flex;
}
.ak-step {
display: flex;
align-items: flex-start;
gap: 24px;
padding: 28px 32px;
background: #fff;
border: 1px solid #e9ece9;
border-radius: 12px;
box-shadow: 0 8px 22px rgba(40, 60, 50, .06);
}
.ak-step__num {
display: flex;
flex: 0 0 56px;
width: 56px;
height: 56px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #238a5d;
color: #fff;
font-size: 20px;
font-weight: 900;
box-shadow: 0 6px 14px rgba(35, 138, 93, .35);
}
.ak-step h3 {
margin: 6px 0 0;
color: #2b333d;
font-size: 20px;
font-weight: 800;
}
.ak-step p {
margin: 12px 0 0;
color: #4a525b;
font-size: 16px;
line-height: 1.8;
}
.ak-faq {
padding-top: 66px;
padding-bottom: 66px;
background: #eef6f0;
}
.ak-faq-list {
display: flex;
flex-direction: column;
gap: 14px;
margin-top: 38px;
}
.ak-faq-item {
overflow: hidden;
background: #fff;
border-radius: 8px;
box-shadow: 0 6px 16px rgba(40, 60, 50, .05);
}
.ak-faq-item summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 22px 24px;
cursor: pointer;
list-style: none;
}
.ak-faq-item summary::-webkit-details-marker {
display: none;
}
.ak-faq-item h3 {
flex: 1;
margin: 0;
color: #2b333d;
font-size: 16px;
font-weight: 800;
}
.ak-faq-item__icon {
flex: 0 0 auto;
color: #9aa4ac;
font-size: 14px;
transition: transform .2s ease;
}
.ak-faq-item[open] .ak-faq-item__icon {
transform: rotate(180deg);
}
.ak-faq-item__answer {
padding: 16px 24px 22px;
border-top: 1px solid #f0f2f0;
color: #4a525b;
font-size: 16px;
line-height: 1.85;
}
.ak-final {
padding: 60px 28px;
background: #238a5d;
text-align: center;
}
.ak-final h2 {
margin: 0;
color: #fff;
font-size: 30px;
font-weight: 800;
line-height: 1.6;
}
.ak-final__button {
margin-top: 30px;
}
.ak-final .ak-band-cta {
padding: 17px 54px;
font-size: 17px;
box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}
.ak-footer {
padding: 40px 28px 34px;
background: #f4f7f4;
text-align: center;
}
.ak-footer img {
width: 151px;
height: auto;
}
.ak-footer p {
margin: 24px 0 0;
color: #9aa4ac;
font-size: 11px;
}
.ak-floating-cta {
position: fixed;
right: 0;
bottom: 0;
z-index: 100;
display: flex;
width: 132px;
height: 118px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 7px;
padding: 16px 10px 10px 16px;
border-radius: 118px 0 0;
background: #238a5d;
color: #fff !important;
text-align: center;
box-shadow: 0 -4px 18px rgba(0, 0, 0, .18);
}
.ak-floating-cta__phone {
position: relative;
display: block;
width: 22px;
height: 34px;
border-radius: 5px;
background: #fff;
}
.ak-floating-cta__phone::before {
position: absolute;
top: 4px;
left: 50%;
width: 13px;
height: 20px;
border-radius: 1px;
background: #238a5d;
content: "";
transform: translateX(-50%);
}
.ak-floating-cta__phone::after {
position: absolute;
bottom: 3px;
left: 50%;
width: 7px;
height: 2px;
border-radius: 2px;
background: #238a5d;
content: "";
transform: translateX(-50%);
}
.ak-floating-cta__label {
font-size: 13px;
font-weight: 800;
line-height: 1.3;
}
@media (max-width: 900px) {
.ak-header__inner {
padding: 16px 22px;
}
.ak-nav {
flex-wrap: wrap;
justify-content: flex-end;
gap: 16px;
font-size: 12px;
}
.ak-hero h1 {
font-size: 42px;
}
}
@media (max-width: 782px) {
body.akabuy-lp-body.admin-bar .ak-header {
top: 46px;
}
}
@media (max-width: 640px) {
body.akabuy-lp-body {
font-size: 16px;
}
.ak-header__inner {
padding: 12px 14px;
}
.ak-logo {
width: 94px;
}
.ak-nav {
display: none;
}
.ak-section {
padding-right: 18px;
padding-left: 18px;
}
.ak-hero {
min-height: 430px;
}
.ak-hero__content {
padding: 50px 18px;
}
.ak-hero__label {
font-size: 12px;
letter-spacing: .18em;
}
.ak-hero h1 {
font-size: 26px;
line-height: 1.45;
}
.ak-hero br,
.ak-section-title br,
.ak-final br {
display: none;
}
.ak-hero__text {
margin-top: 16px;
font-size: 16px;
line-height: 1.7;
}
.ak-hero .ak-cta {
padding: 13px 22px;
font-size: 14px;
}
.ak-scrolltag {
display: none;
}
.ak-grid-3,
.ak-grid-2 {
grid-template-columns: 1fr;
gap: 18px;
}
.ak-section-title {
font-size: 22px;
line-height: 1.5;
}
.ak-problem,
.ak-about,
.ak-feature,
.ak-merit,
.ak-voice,
.ak-case,
.ak-flow,
.ak-faq {
padding-top: 52px;
padding-bottom: 52px;
}
.ak-problem {
padding-bottom: 8px;
}
.ak-solution__lead {
font-size: 20px;
}
.ak-sns-box {
padding: 30px 20px 34px;
}
.ak-sns-box h3 {
font-size: 20px;
}
.ak-feature-card,
.ak-merit-card,
.ak-step {
padding: 24px 22px;
}
.ak-merit-card__row,
.ak-step {
gap: 14px;
}
.ak-step__num {
flex-basis: 48px;
width: 48px;
height: 48px;
font-size: 17px;
}
.ak-step h3 {
font-size: 17px;
line-height: 1.45;
}
.ak-tabs__inner {
width: 100%;
}
.ak-tab {
flex: 1;
padding-right: 10px;
padding-left: 10px;
}
.ak-faq-item h3 {
font-size: 16px;
line-height: 1.5;
}
.ak-final h2 {
font-size: 21px;
line-height: 1.55;
}
.ak-band-cta,
.ak-final .ak-band-cta {
width: min(100%, 330px);
padding: 15px 24px;
font-size: 15px;
}
.ak-floating-cta {
width: 112px;
height: 98px;
}
}