.p-okaraLemon__section {
    padding-bottom: 20vh;
    position: relative;
    background-color: #fff;
    &.--scrollSection {
        min-height: 100vh;
    }
}

.p-okaraLemon__figure {
    position: relative;
    margin: 0 calc(50% - 50vw);
    text-align: center;
}

.p-okaraLemon__image {
    width: 1920px;
}

.p-okaraLemon__mainVisualCaption {
    position: absolute;
    inset: 0;
    max-width: 1920px;
    margin-inline: auto;
    height: 100%;
}

.p-okaraLemon__mainVisualTitle {
    position: absolute;
    right: 14.5%;
    bottom: 23.5%;
    width: 45%;
    max-width: 570px;
    margin: 0;

    @media (min-width: 768px) {
        width: calc(570 / 1920 * 100%);
    }
}

/* スクロールジャック用のセクション設定 */
.p-okaraLemon__scrollSection {
    /* height: 300vh; スクロール距離を確保 */
    position: relative;
}

.p-okaraLemon__scrollContent {
    position: sticky;
    top: 0;
    /* height: 100vh; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 縦書きテキストのコンテナ */
.p-okaraLemon__textContainer {
    width: 100%;
    /* height: 80vh; */
    overflow: hidden;
    position: relative;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.p-okaraLemon__text {
    writing-mode: vertical-rl;
    white-space: normal;
    height: max-content;
    position: relative;
    will-change: transform;
}

.p-okaraLemon__text.--fujiyaseika {
    font-size: clamp(1.6rem, 4vw, 3rem);
    line-height: 2.2;
}

.p-okaraLemon__text.--lemon {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    line-height: 2.4;
}

@media (min-width: 768px) {
    .p-okaraLemon__text.--fujiyaseika {
        line-height: 2.8;
    }

    .p-okaraLemon__text.--lemon {
        line-height: 2.8;
    }
}

.p-okaraLemon__contents {
    writing-mode: vertical-rl;
}

/* レスポンシブ設定 */
@media (max-width: 768px) {
    .p-okaraLemon__scrollSection {
        /* height: 200vh; スマホでは少し短く */
    }

    .p-okaraLemon__textContainer {
        /* height: 70vh; スマホでの高さ調整 */
    }

    .p-okaraLemon__text {
        font-size: 1.8rem;
        /* スマホでのフォントサイズ調整 */
        line-height: 2.4;
    }
}

@media (max-width: 480px) {
    .p-okaraLemon__scrollSection {
        /* height: 180vh; より小さいスマホではさらに短く */
    }

    .p-okaraLemon__textContainer {
        /* height: 60vh; */
    }

    .p-okaraLemon__text {
        font-size: 1.6rem;
        line-height: 2.2;
    }
}

.u-rotate-90 {
    display: inline-block;
    transform: rotate(90deg);
}

.u-rotate-180 {
    display: inline-block;
    transform: rotate(180deg);
}

.u-rotate-270 {
    display: inline-block;
    transform: rotate(270deg);
}

.p-okaraLemon__image.--okaraLemon {
    border-radius: 8px;
}

.p-okaraLemon__contents {
    grid-area: contents;
    padding: min(40px, 20vw);
    background-color: #fff;
    /* transform: translateY(-80px); */
    margin-top: -80px;
    position: relative;
    display: grid;
    grid-template-rows: max-content 1fr;
    width: 100%;
}

.p-okaraLemon__inner.c-row {}

@media (min-width: 768px) {
    .p-okaraLemon__inner.c-row {
        display: grid;
        grid-template: "product contents" / .4fr .6fr;
    }

}

.p-okaraLemon__product {
    grid-area: product;
}

.p-okaraLemon__sectionTitle {
    margin-block-start: 0;
    margin-block-end: 1.1em;
    font-size: 2em;
    line-height: 1;
}

.p-okaraLemon__productInfo {
    width: fit-content;
    margin-inline: auto;
}

.p-okaraLemon__productTitle {
    margin: 0;
    font-size: 1.5em;
}

.p-okaraLemon__productPrice {
    margin: 0;
    font-size: 1.2em;
}
.p-okaraLemon__productInfo {
    .fs-c-button--primary {
        margin-top: 1rem;
    }
}