html {
    scroll-behavior: smooth;
}
/* ========================================
   背景
   ======================================== */
body::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background-color: #3EB157;
}

/* ========================================
   メインコンテンツ
   ======================================== */
.flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: clamp(24px, 20vw, 288px);
}

.side-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: sticky;
    top: 0px;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    margin: 0 auto;
}

.side-contents__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.side-contents__app-icon {
    width: 133px;
    height: auto;
}

.side-contents__logo {
    width: min(300px, 100%);
    height: auto;
}

.side-contents__title {
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.side-contents__note {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 320px;
}

.side-contents__store-buttons {
    width: 320px;
    height: auto;
    display: block;
}

.side-contents__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
}

.lp {
    flex: 0 0 482px;
    position: relative;
    max-width: 482px;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}

.lp .image {
    position: relative;
    width: 100%;
    height: auto;
}

.lp .image img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: -1px;
}

.floating-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 482px);
    height: 60px;
    padding: 0 24px 0 20px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition:
        opacity 0.25s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-header.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.floating-header__logo {
    display: block;
    width: 112px;
    text-decoration: none;
}

.floating-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.floating-header__login {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #202020;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.floating-header__login:hover {
    color: #127D30;
}

.floating-header__login-icons {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.floating-header__login-icon {
    position: absolute;
    inset: 0;
    display: block;
    width: 20px;
    height: 20px;
    transition: opacity 0.2s ease;
}

.floating-header__login-icon--hover {
    opacity: 0;
}

.floating-header__login:hover .floating-header__login-icon--default {
    opacity: 0;
}

.floating-header__login:hover .floating-header__login-icon--hover {
    opacity: 1;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.col-32 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #fff;
}

.fv {
    position: relative;
    background-color: #3EB157;
    height: 614px;
    overflow: hidden;
}

.fv__image--0 {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 200px;
    height: auto;
    z-index: 2;
}

.fv__image--1 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 110%);
    width: 223px;
    height: auto;
    z-index: 1;
    animation: fv-rise-up 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.fv__image--2 {
    position: absolute;
    bottom: 249px;
    right: 35px;
    width: 112px;
    height: auto;
    opacity: 0;
    animation: fv-fade-in 0.8s ease 1.45s forwards;
}

.fv__image--3 {
    position: absolute;
    top: 138px;
    left: 50%;
    transform: translate(-50%, 24px);
    width: 213px;
    height: auto;
    opacity: 0;
    animation: fv-fade-up 0.85s ease 2s forwards;
}

.fv__image--4 {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-140%) scaleX(0.58);
    transform-origin: center;
    width: 362px;
    height: auto;
    opacity: 0;
    animation: fv-rubber-slide 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.65s forwards;
}

.fv__image--5 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 123px;
    height: auto;
    z-index: 1;
    opacity: 0;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.24));
    animation: fv-fade-in 0.8s ease 3.85s forwards;
}

@keyframes fv-rise-up {
    from {
        transform: translate(-50%, 110%);
    }
    to {
        transform: translate(-50%, 0);
    }
}

@keyframes fv-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fv-fade-up {
    from {
        opacity: 0;
        transform: translate(-50%, 24px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes fv-rubber-slide {
    0% {
        opacity: 0;
        transform: translateX(-140%) scaleX(0.58);
    }
    55% {
        opacity: 1;
        transform: translateX(-46%) scaleX(1.26);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

.col-32 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 60px 24px;
    clip-path: inset(-100px 0 0 0);
}

.br40 {
    position: relative;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    background-color: #fff;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.24));
}

.fv + .br40:not(.intro),
.br40 + .br40:not(.intro) {
    margin-top: -40px;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.section-header__icon {
    max-width: 40px;
    width: 100%;
    height: auto;
    display: block;
}

.section-header__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-header__title-ja {
    color: #202020;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.section-header__title-en {
    color: rgba(32, 32, 32, 0.60);
    font-size: 12px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    line-height: 12px;
}

.message__images {
    display: flex;
    flex-direction: column;
}

.message__image {
    width: 100%;
    height: auto;
}

.message__slider {
    margin: 0 -24px;
}

.message__slide {
    padding: 0 24px;
    box-sizing: border-box;
}

.message__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.message__slider .slick-arrow {
    display: none !important;
}

.message__slider .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
}

.message__slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.message__slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.message__slider .slick-dots li button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bee3c3;
    opacity: 1;
}

.message__slider .slick-dots li.slick-active button::before {
    background-color: #40b658;
}

.message__description {
    color: #202020;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.fandq {
    background-image: url(../image/fandq_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px 16px;
}

.fandq .section-header__title-ja {
    color: #fff;
}

.fandq .section-header__title-en {
    color: rgba(255, 255, 255, 0.60);
}

.fandq__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fandq .faq__question {
    margin-left: 40px;
    margin-right: 16px;
}

.fandq .faq__answer {
    margin-left: 16px;
    margin-right: 40px;
}

.message__images {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message .message__images .faq__answer,
.membership .message__images .faq__answer,
.system .message__images .faq__answer {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    will-change: opacity, transform;
}

.message .message__images .faq__question,
.membership .message__images .faq__question,
.system .message__images .faq__question {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    will-change: opacity, transform;
}

.message .message__images .faq__answer.is-revealed,
.membership .message__images .faq__answer.is-revealed,
.system .message__images .faq__answer.is-revealed,
.message .message__images .faq__question.is-revealed,
.membership .message__images .faq__question.is-revealed,
.system .message__images .faq__question.is-revealed {
    opacity: 1;
    transform: translateX(0);
}

.faq__question,
.faq__answer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 24px;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.faq__question {
    background-color: #BFE6B3;
    border-radius: 16px;
    margin-left: 40px;
    margin-right: 16px;
}

.faq__question::after {
    content: '';
    position: absolute;
    top: 16px;
    right: -16px;
    background-image: url(../image/question-triangle.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.16));
}

.faq__answer {
    background-color: #fff;
    border-radius: 16px;
    margin-right: 40px;
    margin-left: 16px;
}

.faq__answer::after {
    content: '';
    position: absolute;
    top: 16px;
    left: -16px;
    background-image: url(../image/answer-triangle.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.16));
}

.faq__label {
    color: rgba(32, 32, 32, 0.60);
    font-size: 12px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    line-height: 12px;
}

.faq__text {
    color: #202020;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.faq__toggle {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(32, 32, 32, 0.60);
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
}

.faq__item.is-open .faq__question .faq__toggle {
    display: none;
}

.user-voice {
    background-color: #3EB157;
}

.user-voice .section-header__title-ja {
    color: #fff;
}

.user-voice .section-header__title-en {
    color: rgba(255, 255, 255, 0.60);
}

.user-voice__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
	position: relative;
}

.user-voice__image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.16));
}

.user-voice__badge {
	position: absolute;
	top: -15.82px;
	left: -16px;
	width: 60px;
	height: 60px;
	z-index: 99;
}

.user-voice__text {
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 16px;
    background-color: #fff;
}

.footer__image {
    width: 100%;
    height: auto;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 16px;
}

.footer__text {
    color: black;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.footer__text--sub {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

@media (prefers-reduced-motion: reduce) {
    .message .message__images .faq__answer,
    .membership .message__images .faq__answer,
    .system .message__images .faq__answer,
    .message .message__images .faq__question,
    .membership .message__images .faq__question,
    .system .message__images .faq__question {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media screen and (max-width: 1280px) {
    .flex-container {
        display: block;
        padding: 0;
    }
    .side-contents {
        display: none;
    }
    .lp {
        flex-basis: auto;
        margin: auto;
    }
}

/* ========================================
   CTA（SP版）
   ======================================== */
.cta_sp {
    display: block;
    max-width: calc(482px * 0.9);
    width: 90vw;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.cta_sp .image {
    width: 100%;
    margin-inline: auto;
}

.cta_sp img {
    border-radius: 8px;
}

.cta_sp.is-visible {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 800px) {
    .lp {
        max-width: 100%;
    }

    .fv {
        height: calc(100vw * 614 / 402);
    }

    .fv__image--0 {
        bottom: calc(100vw * 16 / 402);
        right: calc(100vw * 16 / 402);
        width: calc(100vw * 200 / 402);
    }

    .fv__image--1 {
        width: calc(100vw * 223 / 402);
    }

    .fv__image--2 {
        bottom: calc(100vw * 249 / 402);
        right: calc(100vw * -5 / 402);
        width: calc(100vw * 112 / 402);
    }

    .fv__image--3 {
        top: calc(100vw * 138 / 402);
        width: calc(100vw * 213 / 402);
    }

    .fv__image--4 {
        top: calc(100vw * 32 / 402);
        width: calc(100vw * 362 / 402);
    }

    .fv__image--5 {
        bottom: calc(100vw * 24 / 402);
        left: calc(100vw * 24 / 402);
        width: calc(100vw * 123 / 402);
    }

    .cta_sp {
        max-width: 100%;
    }
}


/* 2026/04/21追加 */
.intro {
    padding-block: 60px 16px;
    background-color: #3EB157;
    border-radius: 0;
    filter: unset;
	border-top: solid 2px #fff;
}

.intro .section-header__title-ja {
     color: #fff;
}

.intro__video {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 24px;
}

.intro__features {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
     padding: 16px 24px;
     margin-bottom: 10px;
     border-radius: 16px;
     background-color: #fff;
     position: relative;
}

.intro__features::after {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 50%;
     width: 14.61px;
     height: 14.61px;
     transform: translateX(-50%);
     background-image: url(../image/intro-bottom.svg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
}

.intro__features-icon {
     width: 100%;
     height: auto;
}

.intro__features-text {
     color: #202020;
     font-size: 15px;
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 500;
     line-height: 1.6;
     text-align: center;
}

.cost__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cost__image {
    width: 100%;
    height: auto;
	border-radius: 24px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

.cost__description {
    color: rgba(32, 32, 32, 0.40);
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.steps {
    background-color: #F1FAEE;
}