:root {
--lp-color-main: #556b2f; --lp-color-accent: #8b4513; --lp-color-text: #333333;
--lp-color-bg: #f9f9f7; --lp-font-jp: 'Noto Sans JP', sans-serif;
--lp-font-serif: 'Shippori Mincho', serif;
}
.lp-container {
font-family: var(--lp-font-jp);
color: var(--lp-color-text);
background-color: var(--lp-color-bg);
line-height: 1.8;
overflow-x: hidden;
width: 100%;
padding-top: 100px;
}
@media (max-width: 767px) {
.lp-container {
padding-top: 60px;
}
}
.lp-container img {
max-width: 100%;
height: auto;
vertical-align: bottom;
} .lp-section {
padding: 80px 0;
}
.lp-inner {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
position: relative;
}
.lp-inner.is-wide {
max-width: 1200px;
}
.lp-section-title {
margin-bottom: 40px;
font-family: var(--lp-font-serif);
}
.lp-section-title.center {
text-align: center;
}
.lp-section-title .en {
display: block;
font-size: 1.2rem;
color: var(--lp-color-main);
letter-spacing: 0.1em;
font-weight: 700;
}
.lp-section-title .jp {
display: block;
font-size: 2rem;
margin-top: 10px;
} .fade-up {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-visible {
opacity: 1;
transform: translateY(0);
} .lp-breadcrumb-area {
background-color: #f9f9f7; padding: 10px 0;
font-size: 1.1rem;
color: #666;
}
.lp-breadcrumb-area a {
color: #666;
text-decoration: none;
transition: color 0.3s;
}
.lp-breadcrumb-area a:hover {
color: var(--lp-color-main);
text-decoration: underline;
} .aioseo-breadcrumbs {
margin: 0;
padding: 0;
} .lp-hero {
position: relative;
display: block;
width: 100%;
margin-top: 0;
background-color: #fff; padding-bottom: 60px; }
.lp-hero__bg {
position: relative;
width: 100%;
height: auto;
z-index: 1;
}
.lp-hero__bg img {
width: 100%;
height: auto;
object-fit: contain;
display: block; margin: 0 auto; max-width: 1000px;
}
.lp-hero__overlay {
display: none; }
.lp-hero__content { position: relative; 
top: auto;
left: auto;
transform: none;
z-index: 2; width: 100%;
max-width: 800px; margin: 0 auto; padding: 40px 20px 0; text-align: center; background: transparent;
box-shadow: none;
border-radius: 0;
backdrop-filter: none;
text-shadow: none;
}
.lp-hero__title .en {
display: block;
font-size: 1.2rem;
letter-spacing: 0.2em;
margin-bottom: 15px;
font-family: var(--lp-font-serif);
color: var(--lp-color-main); font-weight: bold;
}
.lp-hero__title .jp {
display: block;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.5;
font-family: var(--lp-font-serif);
color: #333;
margin-bottom: 20px;
}
.lp-hero__lead {
font-size: 1rem;
color: #666;
line-height: 1.8;
margin-bottom: 30px;
}
.lp-hero__cta {
margin-top: 10px;
}
@media (max-width: 767px) {
.lp-hero {
padding-bottom: 40px;
}
.lp-hero__content {
padding: 30px 20px 0;
}
.lp-hero__title .jp {
font-size: 1.6rem;
text-align: center;
}
.lp-hero__lead {
font-size: 0.9rem;
text-align: center; 
}
} .lp-btn {
display: inline-block;
padding: 16px 40px;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
border-radius: 50px;
transition: all 0.3s ease;
text-align: center;
}
.lp-btn--primary {
background-color: var(--lp-color-main);
color: #fff;
border: 2px solid var(--lp-color-main);
}
.lp-btn--primary:hover {
background-color: transparent;
color: #fff;
}
.lp-btn--secondary {
background-color: #333;
color: #fff;
min-width: 250px;
}
.lp-btn--secondary:hover {
background-color: #555;
transform: translateY(-2px);
}
.lp-btn--line {
background-color: #06c755;
color: #fff;
min-width: 250px;
}
.lp-btn--line:hover {
background-color: #05b34c;
transform: translateY(-2px);
} .lp-concept {
background-color: #fff;
}
.lp-concept__box {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.lp-text {
font-size: 1rem;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) {
.lp-text {
text-align: center;
font-size: 1.1rem;
}
}
.lp-feature-list {
display: flex;
justify-content: center;
gap: 20px;
list-style: none;
flex-wrap: wrap;
padding: 0;
}
.lp-feature-list li {
background: var(--lp-color-bg);
padding: 10px 20px;
border-radius: 8px;
font-weight: bold;
color: var(--lp-color-main);
border: 1px solid #eee;
} .lp-swiper {
width: 100%;
padding-bottom: 50px;
}
.lp-swiper .swiper-slide img {
border-radius: 10px;
width: 100%;
height: 400px;
object-fit: cover;
} .lp-point {
display: flex;
flex-direction: column;
margin-bottom: 60px;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
.lp-point {
flex-direction: row;
align-items: center;
}
.lp-point--reverse {
flex-direction: row-reverse;
}
}
.lp-point__img {
flex: 1;
width: 100%;
}
.lp-point__img img {
width: 100%;
height: 300px;
object-fit: cover;
display: block;
}
.lp-point__text {
flex: 1;
padding: 30px;
}
.lp-point__text h3 {
font-size: 1.4rem;
color: var(--lp-color-main);
margin-bottom: 15px;
font-family: var(--lp-font-serif);
border-bottom: 2px solid var(--lp-color-main);
display: inline-block;
padding-bottom: 5px;
} .lp-spec-table {
background: #fff;
padding: 20px;
border-radius: 10px;
border: 1px solid #ddd;
}
.lp-spec-table dl {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #eee;
padding: 15px 0;
margin: 0;
}
.lp-spec-table dl:last-child {
border-bottom: none;
}
.lp-spec-table dt {
width: 100%;
font-weight: bold;
color: var(--lp-color-main);
margin-bottom: 5px;
}
.lp-spec-table dd {
width: 100%;
margin: 0;
}
@media (min-width: 768px) {
.lp-spec-table dt {
width: 30%;
}
.lp-spec-table dd {
width: 70%;
}
} .lp-video-wrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
background-color: #000; }
.lp-video-wrapper iframe,
.lp-video-facade {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .lp-video-facade {
background-size: cover;
background-position: center;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
}
.lp-video-play-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
outline: none;
width: 68px;
height: 48px;
}
.lp-play-icon-bg {
fill: #212121;
fill-opacity: 0.8;
transition: fill-opacity 0.1s;
}
.lp-video-facade:hover .lp-play-icon-bg {
fill: #f00;
fill-opacity: 1;
} .lp-contact-btns {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
margin-bottom: 50px;
}
@media (min-width: 768px) {
.lp-contact-btns {
flex-direction: row;
justify-content: center;
}
}
.lp-contact-lead {
text-align: center;
font-size: 1.1rem;
margin-bottom: 30px;
} .lp-form-wrapper .wpcf7-text,
.lp-form-wrapper .wpcf7-tel,
.lp-form-wrapper .wpcf7-email,
.lp-form-wrapper .wpcf7-textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 6px;
box-sizing: border-box;
font-size: 16px;
}
.lp-form-wrapper .wpcf7-submit {
background: var(--lp-color-main);
color: #fff;
width: 100%;
padding: 15px;
border: none;
border-radius: 50px;
font-size: 1.2rem;
cursor: pointer;
transition: background 0.3s;
margin-top: 20px;
}
.lp-form-wrapper .wpcf7-submit:hover {
background: #3e4f22;
} .lp-floating-cta {
position: fixed;
bottom: 20px;
left: 0;
width: 100%;
text-align: center;
z-index: 1000;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s;
}
.lp-floating-cta.is-visible {
opacity: 1;
pointer-events: auto;
}
.lp-floating-cta__btn {
display: inline-block;
background: var(--lp-color-accent);
color: #fff;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
box-shadow: 0 4px 15px rgba(0,0,0,0.3);
width: 80%;
max-width: 400px;
}
@media (min-width: 768px) {
.lp-floating-cta {
display: none;
}
}